diff options
| author | Peter Robinson <[email protected]> | 2024-10-02 19:08:49 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-03 09:08:29 -0600 |
| commit | 0ec0207fe07356bddb10db717e21c261bebfb989 (patch) | |
| tree | dd6136ee89a1e1d00912541c41ca4fdf77edb6ce /doc | |
| parent | 9cfe0cab3bf135a505e1e163ca442a4e4064d58e (diff) | |
Update the ARM trusted firmware git URL
The primary upstream URL for tf-a has moved, in some cases
things like tags are not always pushed to the old URL so
update the URLs to the primary upstream project URL.
Signed-off-by: Peter Robinson <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.rockchip | 2 | ||||
| -rw-r--r-- | doc/README.uniphier | 2 | ||||
| -rw-r--r-- | doc/board/armltd/juno.rst | 2 | ||||
| -rw-r--r-- | doc/board/bsh/imx8mn_bsh_smm_s2.rst | 2 | ||||
| -rw-r--r-- | doc/board/hisilicon/hikey.rst | 4 | ||||
| -rw-r--r-- | doc/board/hisilicon/hikey960.rst | 4 | ||||
| -rw-r--r-- | doc/board/kontron/pitx-imx8m.rst | 2 | ||||
| -rw-r--r-- | doc/board/rockchip/rockchip.rst | 2 | ||||
| -rw-r--r-- | doc/board/variscite/imx8mn_var_som.rst | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 84caff8a24d..5fcbbd1d990 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -73,7 +73,7 @@ Building - Compile ATF - => git clone https://github.com/ARM-software/arm-trusted-firmware.git + => git clone https://github.com/TrustedFirmware-A/trusted-firmware-a.git => cd arm-trusted-firmware (export cross compiler path for Cortex-M0 MCU likely arm-none-eabi-) diff --git a/doc/README.uniphier b/doc/README.uniphier index af746f6c316..9f72cfa67b5 100644 --- a/doc/README.uniphier +++ b/doc/README.uniphier @@ -104,7 +104,7 @@ U-Boot serves as a non-secure boot loader loaded by [ARM Trusted Firmware], so you need to provide the `u-boot.bin` to the build command of ARM Trusted Firmware. -[ARM Trusted Firmware]: https://github.com/ARM-software/arm-trusted-firmware +[ARM Trusted Firmware]: https://github.com/TrustedFirmware-A/trusted-firmware-a Verified Boot diff --git a/doc/board/armltd/juno.rst b/doc/board/armltd/juno.rst index 761c037f92b..478f826f08a 100644 --- a/doc/board/armltd/juno.rst +++ b/doc/board/armltd/juno.rst @@ -110,5 +110,5 @@ to the ``SOFTWARE/`` directory of the SD card. .. _`Juno development board`: https://developer.arm.com/tools-and-software/development-boards/juno-development-board .. _`V2M-Juno TRM`: https://developer.arm.com/documentation/100113/latest -.. _`fiptool`: https://github.com/ARM-software/arm-trusted-firmware/tree/master/tools/fiptool +.. _`fiptool`: https://github.com/TrustedFirmware-A/trusted-firmware-a/tree/master/tools/fiptool .. _`SCP firmware`: https://github.com/ARM-software/SCP-firmware.git diff --git a/doc/board/bsh/imx8mn_bsh_smm_s2.rst b/doc/board/bsh/imx8mn_bsh_smm_s2.rst index 2e85c1a2181..1db1c8299c7 100644 --- a/doc/board/bsh/imx8mn_bsh_smm_s2.rst +++ b/doc/board/bsh/imx8mn_bsh_smm_s2.rst @@ -17,7 +17,7 @@ Get and Build the ARM Trusted firmware -------------------------------------- Note: srctree is U-Boot source directory -Get ATF from: https://github.com/ARM-software/arm-trusted-firmware +Get ATF from: https://github.com/TrustedFirmware-A/trusted-firmware-a tag: v2.5 .. code-block:: bash diff --git a/doc/board/hisilicon/hikey.rst b/doc/board/hisilicon/hikey.rst index 8038a24fe16..19b69707d32 100644 --- a/doc/board/hisilicon/hikey.rst +++ b/doc/board/hisilicon/hikey.rst @@ -41,7 +41,7 @@ First get all the sources mkdir -p ~/hikey/src ~/hikey/bin cd ~/hikey/src git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5 - git clone https://github.com/ARM-software/arm-trusted-firmware + git clone https://github.com/TrustedFirmware-A/trusted-firmware-a git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4 git clone https://github.com/96boards-hikey/atf-fastboot @@ -114,7 +114,7 @@ Copy the resulting binaries cp recovery.bin ~/hikey/bin These instructions are adapted from -https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/plat/hikey.rst +https://github.com/TrustedFirmware-A/trusted-firmware-a/blob/master/docs/plat/hikey.rst Flashing ======== diff --git a/doc/board/hisilicon/hikey960.rst b/doc/board/hisilicon/hikey960.rst index 93e983b99f1..f726fc75039 100644 --- a/doc/board/hisilicon/hikey960.rst +++ b/doc/board/hisilicon/hikey960.rst @@ -32,7 +32,7 @@ First get all the sources mkdir -p ~/hikey960/src ~/hikey960/bin cd ~/hikey960/src - git clone https://github.com/ARM-software/arm-trusted-firmware + git clone https://github.com/TrustedFirmware-A/trusted-firmware-a git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2 wget http://snapshots.linaro.org/reference-platform/components/uefi-staging/123/hikey960/release/config @@ -95,7 +95,7 @@ Copy the resulting binaries cp l-loader.bin ~/hikey960/bin These instructions are adapted from -https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/plat/hikey960.rst +https://github.com/TrustedFirmware-A/trusted-firmware-a/blob/master/docs/plat/hikey960.rst Setup console ============= diff --git a/doc/board/kontron/pitx-imx8m.rst b/doc/board/kontron/pitx-imx8m.rst index 1f64cbd9b2e..1cde5bd3bb1 100644 --- a/doc/board/kontron/pitx-imx8m.rst +++ b/doc/board/kontron/pitx-imx8m.rst @@ -25,7 +25,7 @@ Note: builddir is U-Boot build directory (source directory for in-tree builds) .. code-block:: bash - $ git clone https://github.com/ARM-software/arm-trusted-firmware.git + $ git clone https://github.com/TrustedFirmware-A/trusted-firmware-a.git $ git checkout v2.5 $ make PLAT=imx8mq ARCH=aarch64 CROSS_COMPILE=aarch64-linux-gnu- bl31 $ cp build/imx8mq/release/bl31.bin $(builddir) diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst index 0f9cb404d93..a275e964c63 100644 --- a/doc/board/rockchip/rockchip.rst +++ b/doc/board/rockchip/rockchip.rst @@ -166,7 +166,7 @@ To build TF-A: .. code-block:: bash - git clone --depth 1 https://github.com/ARM-software/arm-trusted-firmware.git + git clone --depth 1 https://github.com/TrustedFirmware-A/trusted-firmware-a.git cd arm-trusted-firmware make realclean make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 diff --git a/doc/board/variscite/imx8mn_var_som.rst b/doc/board/variscite/imx8mn_var_som.rst index aca881ea314..1b656f0be5f 100644 --- a/doc/board/variscite/imx8mn_var_som.rst +++ b/doc/board/variscite/imx8mn_var_som.rst @@ -17,7 +17,7 @@ Get and Build the ARM Trusted firmware -------------------------------------- Note: srctree is U-Boot source directory -Get ATF from: https://github.com/ARM-software/arm-trusted-firmware +Get ATF from: https://github.com/TrustedFirmware-A/trusted-firmware-a tag: v2.5 .. code-block:: bash |
