* [PATCH] imx: Suggest the NXP ATF github repo
@ 2023-01-13 0:52 Fabio Estevam
2023-01-13 8:55 ` Oliver Graute
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Fabio Estevam @ 2023-01-13 0:52 UTC (permalink / raw)
To: sbabic
Cc: u-boot, uboot-imx, frieder.schrempf, marcel.ziswiler,
oliver.graute, Fabio Estevam
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>
---
board/beacon/imx8mm/README | 2 +-
board/beacon/imx8mn/README | 2 +-
board/freescale/imx8qm_mek/README | 2 +-
board/gateworks/venice/README | 2 +-
board/google/imx8mq_phanbell/README | 2 +-
board/ronetix/imx8mq-cm/README | 2 +-
doc/board/advantech/imx8qm-rom7720-a1.rst | 2 +-
doc/board/congatec/cgtqmx8.rst | 2 +-
doc/board/kontron/sl-mx8mm.rst | 2 +-
doc/board/nxp/imx8mm_evk.rst | 2 +-
doc/board/nxp/imx8mn_evk.rst | 2 +-
doc/board/nxp/imx8mp_evk.rst | 2 +-
doc/board/nxp/imx8mq_evk.rst | 2 +-
doc/board/nxp/imx8qxp_mek.rst | 2 +-
doc/board/toradex/apalis-imx8.rst | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/board/beacon/imx8mm/README b/board/beacon/imx8mm/README
index c65acef22d..32b24bc03e 100644
--- a/board/beacon/imx8mm/README
+++ b/board/beacon/imx8mm/README
@@ -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)
diff --git a/board/beacon/imx8mn/README b/board/beacon/imx8mn/README
index 788ab1093b..49da03c8d8 100644
--- a/board/beacon/imx8mn/README
+++ b/board/beacon/imx8mn/README
@@ -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)
diff --git a/board/freescale/imx8qm_mek/README b/board/freescale/imx8qm_mek/README
index b1a4c6cc82..47fae3d284 100644
--- a/board/freescale/imx8qm_mek/README
+++ b/board/freescale/imx8qm_mek/README
@@ -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
diff --git a/board/gateworks/venice/README b/board/gateworks/venice/README
index 9f3a250bb6..ea9b8348a7 100644
--- a/board/gateworks/venice/README
+++ b/board/gateworks/venice/README
@@ -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 .
diff --git a/board/google/imx8mq_phanbell/README b/board/google/imx8mq_phanbell/README
index 88a136b32c..7c63fc52a7 100644
--- a/board/google/imx8mq_phanbell/README
+++ b/board/google/imx8mq_phanbell/README
@@ -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)
diff --git a/board/ronetix/imx8mq-cm/README b/board/ronetix/imx8mq-cm/README
index 1d43fa5f4f..c57ff2477e 100644
--- a/board/ronetix/imx8mq-cm/README
+++ b/board/ronetix/imx8mq-cm/README
@@ -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
diff --git a/doc/board/advantech/imx8qm-rom7720-a1.rst b/doc/board/advantech/imx8qm-rom7720-a1.rst
index 953cf01fde..13ea2eb19e 100644
--- a/doc/board/advantech/imx8qm-rom7720-a1.rst
+++ b/doc/board/advantech/imx8qm-rom7720-a1.rst
@@ -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
diff --git a/doc/board/congatec/cgtqmx8.rst b/doc/board/congatec/cgtqmx8.rst
index 16711a844d..a970cb82a1 100644
--- a/doc/board/congatec/cgtqmx8.rst
+++ b/doc/board/congatec/cgtqmx8.rst
@@ -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
diff --git a/doc/board/kontron/sl-mx8mm.rst b/doc/board/kontron/sl-mx8mm.rst
index f022e0979b..327466c536 100644
--- a/doc/board/kontron/sl-mx8mm.rst
+++ b/doc/board/kontron/sl-mx8mm.rst
@@ -30,7 +30,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://source.codeaurora.org/external/imx/imx-atf, branch: imx_5.4.70_2.3.0
+1. Get TF-A from: https://github.com/nxp-imx/imx-atf, branch: imx_5.4.70_2.3.0
2. Apply the patch to select the correct UART for the console, otherwise the TF-A will lock up during boot.
3. Build
diff --git a/doc/board/nxp/imx8mm_evk.rst b/doc/board/nxp/imx8mm_evk.rst
index 5b178d703e..327ce6e49c 100644
--- a/doc/board/nxp/imx8mm_evk.rst
+++ b/doc/board/nxp/imx8mm_evk.rst
@@ -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
diff --git a/doc/board/nxp/imx8mn_evk.rst b/doc/board/nxp/imx8mn_evk.rst
index c45bb7bac7..4f225ea660 100644
--- a/doc/board/nxp/imx8mn_evk.rst
+++ b/doc/board/nxp/imx8mn_evk.rst
@@ -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
diff --git a/doc/board/nxp/imx8mp_evk.rst b/doc/board/nxp/imx8mp_evk.rst
index b996ae055e..e7cc7b396b 100644
--- a/doc/board/nxp/imx8mp_evk.rst
+++ b/doc/board/nxp/imx8mp_evk.rst
@@ -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
diff --git a/doc/board/nxp/imx8mq_evk.rst b/doc/board/nxp/imx8mq_evk.rst
index aa1ecfb47a..4b0624e7e8 100644
--- a/doc/board/nxp/imx8mq_evk.rst
+++ b/doc/board/nxp/imx8mq_evk.rst
@@ -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
diff --git a/doc/board/nxp/imx8qxp_mek.rst b/doc/board/nxp/imx8qxp_mek.rst
index 708db1952e..bdd38368f1 100644
--- a/doc/board/nxp/imx8qxp_mek.rst
+++ b/doc/board/nxp/imx8qxp_mek.rst
@@ -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
diff --git a/doc/board/toradex/apalis-imx8.rst b/doc/board/toradex/apalis-imx8.rst
index 29593faf1a..849b1172bd 100644
--- a/doc/board/toradex/apalis-imx8.rst
+++ b/doc/board/toradex/apalis-imx8.rst
@@ -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
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] imx: Suggest the NXP ATF github repo
2023-01-13 0:52 [PATCH] imx: Suggest the NXP ATF github repo Fabio Estevam
@ 2023-01-13 8:55 ` Oliver Graute
2023-01-13 9:14 ` Marcel Ziswiler
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Oliver Graute @ 2023-01-13 8:55 UTC (permalink / raw)
To: Fabio Estevam
Cc: Stefano Babic, u-boot@lists.denx.de, NXP i.MX U-Boot Team,
frieder.schrempf@kontron.de, marcel.ziswiler@toradex.com
> Am 13.01.2023 um 01:52 schrieb Fabio Estevam <festevam@denx.de>:
>
> 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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] imx: Suggest the NXP ATF github repo
2023-01-13 0:52 [PATCH] imx: Suggest the NXP ATF github repo Fabio Estevam
2023-01-13 8:55 ` Oliver Graute
@ 2023-01-13 9:14 ` Marcel Ziswiler
2023-01-19 11:23 ` Frieder Schrempf
2023-01-31 16:53 ` sbabic
3 siblings, 0 replies; 5+ messages in thread
From: Marcel Ziswiler @ 2023-01-13 9:14 UTC (permalink / raw)
To: festevam@denx.de, sbabic@denx.de
Cc: oliver.graute@kococonnector.com, u-boot@lists.denx.de,
uboot-imx@nxp.com, frieder.schrempf@kontron.de
On Thu, 2023-01-12 at 21:52 -0300, Fabio Estevam wrote:
> 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: Marcel Ziswiler <marcel.ziswiler@toradex.com>
[snip]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] imx: Suggest the NXP ATF github repo
2023-01-13 0:52 [PATCH] imx: Suggest the NXP ATF github repo Fabio Estevam
2023-01-13 8:55 ` Oliver Graute
2023-01-13 9:14 ` Marcel Ziswiler
@ 2023-01-19 11:23 ` Frieder Schrempf
2023-01-31 16:53 ` sbabic
3 siblings, 0 replies; 5+ messages in thread
From: Frieder Schrempf @ 2023-01-19 11:23 UTC (permalink / raw)
To: Fabio Estevam, sbabic; +Cc: u-boot, uboot-imx, marcel.ziswiler, oliver.graute
On 13.01.23 01:52, Fabio Estevam wrote:
> 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: Frieder Schrempf <frieder.schrempf@kontron.de>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] imx: Suggest the NXP ATF github repo
2023-01-13 0:52 [PATCH] imx: Suggest the NXP ATF github repo Fabio Estevam
` (2 preceding siblings ...)
2023-01-19 11:23 ` Frieder Schrempf
@ 2023-01-31 16:53 ` sbabic
3 siblings, 0 replies; 5+ messages in thread
From: sbabic @ 2023-01-31 16:53 UTC (permalink / raw)
To: Fabio Estevam, u-boot
> 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>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-01-31 16:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 0:52 [PATCH] imx: Suggest the NXP ATF github repo Fabio Estevam
2023-01-13 8:55 ` Oliver Graute
2023-01-13 9:14 ` Marcel Ziswiler
2023-01-19 11:23 ` Frieder Schrempf
2023-01-31 16:53 ` sbabic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox