diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/entries.rst | 2 | ||||
-rw-r--r-- | tools/binman/etype/atf_bl31.py | 2 | ||||
-rwxr-xr-x | tools/binman/fip_util.py | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/binman/entries.rst b/tools/binman/entries.rst index d82f7b89203..a8c0881aa11 100644 --- a/tools/binman/entries.rst +++ b/tools/binman/entries.rst @@ -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. diff --git a/tools/binman/etype/atf_bl31.py b/tools/binman/etype/atf_bl31.py index 2041da416c9..a137f8e0b39 100644 --- a/tools/binman/etype/atf_bl31.py +++ b/tools/binman/etype/atf_bl31.py @@ -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): diff --git a/tools/binman/fip_util.py b/tools/binman/fip_util.py index b5caab2d37a..aca21a42d3a 100755 --- a/tools/binman/fip_util.py +++ b/tools/binman/fip_util.py @@ -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 |