]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Update the ARM trusted firmware git URL
authorPeter Robinson <pbrobinson@gmail.com>
Wed, 2 Oct 2024 18:08:49 +0000 (19:08 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 15:08:29 +0000 (09:08 -0600)
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 <pbrobinson@gmail.com>
16 files changed:
board/rockchip/evb_rk3399/README
board/sunxi/README.sunxi64
common/spl/Kconfig
doc/README.rockchip
doc/README.uniphier
doc/board/armltd/juno.rst
doc/board/bsh/imx8mn_bsh_smm_s2.rst
doc/board/hisilicon/hikey.rst
doc/board/hisilicon/hikey960.rst
doc/board/kontron/pitx-imx8m.rst
doc/board/rockchip/rockchip.rst
doc/board/variscite/imx8mn_var_som.rst
include/atf_common.h
tools/binman/entries.rst
tools/binman/etype/atf_bl31.py
tools/binman/fip_util.py

index c6f58203ebe951b033e4ec2d3fa77a470a4889f6..c7caf1756d63843301d144369e0079485a71e689 100644 (file)
@@ -31,7 +31,7 @@ Get the Source and prebuild binary
 
   > mkdir ~/evb_rk3399
   > cd ~/evb_rk3399
-  > git clone https://github.com/ARM-software/arm-trusted-firmware.git
+  > git clone https://github.com/TrustedFirmware-A/trusted-firmware-a.git
   > git clone https://github.com/rockchip-linux/rkbin.git
   > git clone https://github.com/rockchip-linux/rkdeveloptool.git
 
index 4803bc9ff2f7f5c397e2d9b3446c82f82508d204..1e4fec62b27609337504accce185aa95f80fa5c0 100644 (file)
@@ -211,6 +211,6 @@ Then write this image to a microSD card, replacing /dev/sdx with the right
 device file (see above):
 $ dd if=firmware.img of=/dev/sdx bs=8k seek=1
 
-[1] https://github.com/ARM-software/arm-trusted-firmware.git
+[1] https://github.com/TrustedFirmware-A/trusted-firmware-a.git
 [2] git://github.com/linux-sunxi/sunxi-tools.git
 [3] https://github.com/apritzel/pine64/
index c08ff06449397bcf936d43efc7f7cbe6668c2d43..16b0241f7709f71f43dac82f7e1e6660994d5d7b 100644 (file)
@@ -1432,7 +1432,7 @@ config SPL_ATF
        help
          ATF(ARM Trusted Firmware) is a component for ARM AArch64 which
          is loaded by SPL (which is considered as BL2 in ATF terminology).
-         More detail at: https://github.com/ARM-software/arm-trusted-firmware
+         More detail at: https://github.com/TrustedFirmware-A/trusted-firmware-a
 
 config SPL_ATF_LOAD_IMAGE_V2
        bool "Use the new LOAD_IMAGE_V2 parameter passing"
index 84caff8a24d3cef5f265ecc6b305dff1be9b3440..5fcbbd1d9906264cb603d1c89b34eb07ee90b118 100644 (file)
@@ -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-)
index af746f6c316eca6c2fa68fe62440cdea5bed3a99..9f72cfa67b51b8c12366bb96f05b9f44a8596880 100644 (file)
@@ -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
index 761c037f92b4fbbf7286fa282dd610c9a4752e57..478f826f08aae20f21f4a46ab3800e4fc4a787a2 100644 (file)
@@ -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
index 2e85c1a218122b5b5c0d2280d1b597b6517cc78a..1db1c8299c76509280816fb1365cbe4b8ac9b8b5 100644 (file)
@@ -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
index 8038a24fe16a6476771d68288325b22b1d10a5d8..19b69707d3253908e7a8e6b20656a5e83adbb048 100644 (file)
@@ -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
 ========
index 93e983b99f1c531dac7ff80e60799e09a64d565b..f726fc75039150f8bccdc718a10331f40da749e0 100644 (file)
@@ -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
 =============
index 1f64cbd9b2eb4072678b6228bc05803b7afa1d18..1cde5bd3bb1f14434026256420f038d6f067b3ac 100644 (file)
@@ -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)
index 0f9cb404d934a9d1b8794eb08ae2af50357cc902..a275e964c63cbd37fa76823f855c739251380478 100644 (file)
@@ -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
index aca881ea314712aa4019e67e7a7c91f5c0b153c0..1b656f0be5ff40e19caffe0e3f9166be6003cfb0 100644 (file)
@@ -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
index 5ae4509025232ffda704ab05161df80c18b3843a..03cfcc69cd750707ac16d5a3703e61cdcc446c8b 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-3-Clause */
 /*
  * This is from the ARM TF Project,
- * Repository: https://github.com/ARM-software/arm-trusted-firmware.git
+ * Repository: https://github.com/TrustedFirmware-A/trusted-firmware-a.git
  * File: include/common/bl_common.h
  * Portions copyright (c) 2013-2016, ARM Limited and Contributors. All rights
  * reserved.
index d82f7b89203dffcc6bec2e9c0fbc977bd40118f0..a8c0881aa111874f08e1176b5228ae7f3fe3933a 100644 (file)
@@ -64,7 +64,7 @@ Properties / Entry arguments:
 
 This entry holds the run-time firmware, typically started by U-Boot SPL.
 See the U-Boot README for your architecture or board for how to use it. See
-https://github.com/ARM-software/arm-trusted-firmware for more information
+https://github.com/TrustedFirmware-A/trusted-firmware-a for more information
 about ATF.
 
 
index 2041da416c9ac6a533a88552058ec1a3bc04ecaa..a137f8e0b3965fbb40a7c6ab916d6403acc06a4d 100644 (file)
@@ -16,7 +16,7 @@ class Entry_atf_bl31(Entry_blob_named_by_arg):
 
     This entry holds the run-time firmware, typically started by U-Boot SPL.
     See the U-Boot README for your architecture or board for how to use it. See
-    https://github.com/ARM-software/arm-trusted-firmware for more information
+    https://github.com/TrustedFirmware-A/trusted-firmware-a for more information
     about ATF.
     """
     def __init__(self, section, etype, node):
index b5caab2d37a5a1569eb06f603001eeebc71fb3d0..aca21a42d3a6528c7ee37e04636ab3e55a9c4924 100755 (executable)
@@ -17,7 +17,7 @@ If ATF updates, run this program to update the FIT_TYPE_LIST.
 
 ARM Trusted Firmware is available at:
 
-https://github.com/ARM-software/arm-trusted-firmware.git
+https://github.com/TrustedFirmware-A/trusted-firmware-a.git
 """
 
 from argparse import ArgumentParser
@@ -560,7 +560,7 @@ def parse_atf_source(srcdir, dstfile, oldfile):
 
     Args:
         srcdir (str): Path to 'arm-trusted-firmware' directory. Get this from:
-            https://github.com/ARM-software/arm-trusted-firmware.git
+            https://github.com/TrustedFirmware-A/trusted-firmware-a.git
         dstfile (str): File to write new code to, if an update is needed
         oldfile (str): Python source file to compare against