mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 14:38:58 +00:00
imx: Suggest the NXP ATF github repo
As explained in the text at the bottom of the page https://source.codeaurora.org/external/imx/imx-atf: "QUIC repositories on this site will not receive any updates after March 31, 2022, and will be deleted on March 31, 2023." Point to the NXP ATF github repo instead. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Oliver Graute <oliver.graute@kococonnector.com> Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
This commit is contained in:
parent
e64bfd7b71
commit
f0f461287e
15 changed files with 15 additions and 15 deletions
|
@ -11,7 +11,7 @@ Get and Build the ARM Trusted firmware
|
|||
======================================
|
||||
Note: $(srctree) is U-Boot source directory
|
||||
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ git lf-5.10.72-2.2.0
|
||||
$ make PLAT=imx8mm bl31 CROSS_COMPILE=aarch64-linux-gnu-
|
||||
$ cp build/imx8mm/release/bl31.bin $(srctree)
|
||||
|
|
|
@ -11,7 +11,7 @@ Get and Build the ARM Trusted firmware
|
|||
======================================
|
||||
Note: $(srctree) is U-Boot source directory
|
||||
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ git lf-5.10.72-2.2.0
|
||||
$ make PLAT=imx8mn bl31 CROSS_COMPILE=aarch64-linux-gnu-
|
||||
$ cp build/imx8mn/release/bl31.bin $(srctree)
|
||||
|
|
|
@ -12,7 +12,7 @@ Quick Start
|
|||
Get and Build the ARM Trusted firmware
|
||||
======================================
|
||||
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ cd imx-atf/
|
||||
$ git checkout origin/imx_4.14.78_1.0.0_ga -b imx_4.14.78_1.0.0_ga
|
||||
$ make PLAT=imx8qm bl31
|
||||
|
|
|
@ -10,7 +10,7 @@ Quick Start
|
|||
|
||||
Get and Build the ARM Trusted firmware
|
||||
======================================
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ git checkout imx_5.4.47_2.2.0
|
||||
$ make PLAT=imx8mm CROSS_COMPILE=aarch64-linux-gnu- bl31
|
||||
$ cp build/imx8mm/release/bl31.bin .
|
||||
|
|
|
@ -10,7 +10,7 @@ Quick Start
|
|||
Get and Build the ARM Trusted firmware
|
||||
======================================
|
||||
Note: srctree is U-Boot source directory
|
||||
Get ATF from: https://source.codeaurora.org/external/imx/imx-atf
|
||||
Get ATF from: https://github.com/nxp-imx/imx-atf
|
||||
branch: imx_4.19.35_1.0.0
|
||||
$ make PLAT=imx8mq bl31
|
||||
$ cp build/imx8mq/release/bl31.bin $(builddir)
|
||||
|
|
|
@ -9,7 +9,7 @@ Quick Start
|
|||
|
||||
Get and Build the ARM Trusted firmware
|
||||
======================================
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ cd imx-atf
|
||||
$ git checkout imx_4.19.35_1.0.0
|
||||
$ make PLAT=imx8mq bl31
|
||||
|
|
|
@ -19,7 +19,7 @@ Get and Build the ARM Trusted firmware
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ cd imx-atf/
|
||||
$ git checkout origin/imx_4.14.78_1.0.0_ga -b imx_4.14.78_1.0.0_ga
|
||||
$ make PLAT=imx8qm bl31
|
||||
|
|
|
@ -19,7 +19,7 @@ Get and Build the ARM Trusted firmware
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ cd imx-atf/
|
||||
$ git checkout origin/imx_4.14.78_1.0.0_ga -b imx_4.14.78_1.0.0_ga
|
||||
$ make PLAT=imx8qm bl31
|
||||
|
|
|
@ -40,7 +40,7 @@ There are two sources for the TF-A. Mainline and NXP. Get the one you prefer
|
|||
|
||||
**NXP's imx-atf**
|
||||
|
||||
1. Get TF-A from: https://github.com/nxp-imx/imx-atf, branch: lf_v2.6
|
||||
1. Get TF-A from: https://github.com/nxp-imx/imx-atf, branch: imx_5.4.70_2.3.0
|
||||
2. Build
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
@ -17,7 +17,7 @@ Get and Build the ARM Trusted firmware
|
|||
--------------------------------------
|
||||
|
||||
Note: builddir is U-Boot build directory (source directory for in-tree builds)
|
||||
Get ATF from: https://source.codeaurora.org/external/imx/imx-atf
|
||||
Get ATF from: https://github.com/nxp-imx/imx-atf
|
||||
branch: imx_5.4.47_2.2.0
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
@ -17,7 +17,7 @@ Get and Build the ARM Trusted firmware
|
|||
--------------------------------------
|
||||
|
||||
Note: srctree is U-Boot source directory
|
||||
Get ATF from: https://source.codeaurora.org/external/imx/imx-atf
|
||||
Get ATF from: https://github.com/nxp-imx/imx-atf
|
||||
branch: imx_5.4.47_2.2.0
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
@ -16,7 +16,7 @@ Quick Start
|
|||
Get and Build the ARM Trusted firmware
|
||||
--------------------------------------
|
||||
|
||||
Get ATF from: https://source.codeaurora.org/external/imx/imx-atf
|
||||
Get ATF from: https://github.com/nxp-imx/imx-atf
|
||||
branch: imx_5.4.70_2.3.0
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
@ -17,7 +17,7 @@ Get and Build the ARM Trusted firmware
|
|||
--------------------------------------
|
||||
|
||||
Note: srctree is U-Boot source directory
|
||||
Get ATF from: https://source.codeaurora.org/external/imx/imx-atf
|
||||
Get ATF from: https://github.com/nxp-imx/imx-atf
|
||||
branch: imx_5.4.47_2.2.0
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
@ -19,7 +19,7 @@ Get and Build the ARM Trusted firmware
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone https://github.com/nxp-imx/imx-atf
|
||||
$ cd imx-atf/
|
||||
$ git checkout origin/imx_4.19.35_1.1.0 -b imx_4.19.35_1.1.0
|
||||
$ make PLAT=imx8qx bl31
|
||||
|
|
|
@ -18,7 +18,7 @@ Get and Build the ARM Trusted Firmware
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone -b imx_4.14.78_1.0.0_ga https://source.codeaurora.org/external/imx/imx-atf
|
||||
$ git clone -b imx_4.14.78_1.0.0_ga https://github.com/nxp-imx/imx-atf
|
||||
$ cd imx-atf/
|
||||
$ make PLAT=imx8qm bl31
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue