aboutsummaryrefslogtreecommitdiff
path: root/board/beacon
diff options
context:
space:
mode:
authorFabio Estevam2023-01-12 21:52:23 -0300
committerStefano Babic2023-01-31 16:02:05 +0100
commitf0f461287eff2a797fefd845aa746df17f5b0624 (patch)
treecfad42813eac60e23615199195d0343600652db3 /board/beacon
parente64bfd7b71b5d100bc7e682748caea8a24bf4f72 (diff)
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>
Diffstat (limited to 'board/beacon')
-rw-r--r--board/beacon/imx8mm/README2
-rw-r--r--board/beacon/imx8mn/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/beacon/imx8mm/README b/board/beacon/imx8mm/README
index c65acef22d8..32b24bc03eb 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 788ab1093b4..49da03c8d83 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)