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 /tools | |
| 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 '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 |
