summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPeter Robinson <[email protected]>2024-10-02 19:08:49 +0100
committerTom Rini <[email protected]>2024-10-03 09:08:29 -0600
commit0ec0207fe07356bddb10db717e21c261bebfb989 (patch)
treedd6136ee89a1e1d00912541c41ca4fdf77edb6ce /board
parent9cfe0cab3bf135a505e1e163ca442a4e4064d58e (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 'board')
-rw-r--r--board/rockchip/evb_rk3399/README2
-rw-r--r--board/sunxi/README.sunxi642
2 files changed, 2 insertions, 2 deletions
diff --git a/board/rockchip/evb_rk3399/README b/board/rockchip/evb_rk3399/README
index c6f58203ebe..c7caf1756d6 100644
--- a/board/rockchip/evb_rk3399/README
+++ b/board/rockchip/evb_rk3399/README
@@ -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
diff --git a/board/sunxi/README.sunxi64 b/board/sunxi/README.sunxi64
index 4803bc9ff2f..1e4fec62b27 100644
--- a/board/sunxi/README.sunxi64
+++ b/board/sunxi/README.sunxi64
@@ -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/