imx: Suggest the NXP ATF github repo
authorFabio Estevam <festevam@denx.de>
Fri, 13 Jan 2023 00:52:23 +0000 (21:52 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Jan 2023 15:02:05 +0000 (16:02 +0100)
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>
15 files changed:
board/beacon/imx8mm/README
board/beacon/imx8mn/README
board/freescale/imx8qm_mek/README
board/gateworks/venice/README
board/google/imx8mq_phanbell/README
board/ronetix/imx8mq-cm/README
doc/board/advantech/imx8qm-rom7720-a1.rst
doc/board/congatec/cgtqmx8.rst
doc/board/kontron/sl-mx8mm.rst
doc/board/nxp/imx8mm_evk.rst
doc/board/nxp/imx8mn_evk.rst
doc/board/nxp/imx8mp_evk.rst
doc/board/nxp/imx8mq_evk.rst
doc/board/nxp/imx8qxp_mek.rst
doc/board/toradex/apalis-imx8.rst

index c65acef..32b24bc 100644 (file)
@@ -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)
index 788ab10..49da03c 100644 (file)
@@ -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)
index b1a4c6c..47fae3d 100644 (file)
@@ -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
index 9f3a250..ea9b834 100644 (file)
@@ -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 .
index 88a136b..7c63fc5 100644 (file)
@@ -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)
index 1d43fa5..c57ff24 100644 (file)
@@ -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
index 953cf01..13ea2eb 100644 (file)
@@ -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
index 16711a8..a970cb8 100644 (file)
@@ -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
index 702db60..09c50aa 100644 (file)
@@ -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
index 5b178d7..327ce6e 100644 (file)
@@ -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
index c45bb7b..4f225ea 100644 (file)
@@ -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
index b996ae0..e7cc7b3 100644 (file)
@@ -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
index aa1ecfb..4b0624e 100644 (file)
@@ -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
index 708db19..bdd3836 100644 (file)
@@ -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
index 29593fa..849b117 100644 (file)
@@ -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