diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2024-10-04 11:40:44 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-04 09:00:47 -0600 |
commit | af69289d61876d8e62449ee2da2dc6683bcb8198 (patch) | |
tree | d518fd78a5286509afc9043d64ece524a461472a /board | |
parent | 1b1ffda4207125c5bc618d4b0ca718b52cf7a4c0 (diff) | |
download | u-boot-af69289d61876d8e62449ee2da2dc6683bcb8198.tar.gz u-boot-af69289d61876d8e62449ee2da2dc6683bcb8198.tar.bz2 u-boot-af69289d61876d8e62449ee2da2dc6683bcb8198.zip |
Update directories for new name of TF-A directories
The TF-A URL was updated, as a result the name of the
directory changed as part of the new git URL and not
all the referenced directories were updated.
Fixes: 0ec0207fe07 ("Update the ARM trusted firmware git URL")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/rockchip/evb_rk3399/README | 4 | ||||
-rw-r--r-- | board/sunxi/README.sunxi64 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/board/rockchip/evb_rk3399/README b/board/rockchip/evb_rk3399/README index c7caf1756d..de9509e843 100644 --- a/board/rockchip/evb_rk3399/README +++ b/board/rockchip/evb_rk3399/README @@ -39,7 +39,7 @@ Get the Source and prebuild binary Compile ATF =========== - > cd arm-trusted-firmware + > cd trusted-firmware-a > make realclean > make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl31 @@ -91,7 +91,7 @@ Package the image for U-Boot SPL(option 1) Package the image for Rockchip miniloader(option 2) ------------------------------------------ > cd .. - > cp arm-trusted-firmware/build/rk3399/release/bl31.elf rkbin/rk33 + > cp trusted-firmware-a/build/rk3399/release/bl31.elf rkbin/rk33 > ./rkbin/tools/trust_merger rkbin/tools/RK3399TRUST.ini > ./rkbin/tools/loaderimage --pack --uboot u-boot/u-boot-dtb.bin uboot.img diff --git a/board/sunxi/README.sunxi64 b/board/sunxi/README.sunxi64 index 1e4fec62b2..125a2e88e0 100644 --- a/board/sunxi/README.sunxi64 +++ b/board/sunxi/README.sunxi64 @@ -12,7 +12,7 @@ file describes how to make full use of the 64-bit capabilities. Quick Start / Overview ====================== - Build the ARM Trusted Firmware binary (see "ARM Trusted Firmware (ATF)" below) - $ cd /src/arm-trusted-firmware + $ cd /src/trusted-firmware-a $ make PLAT=sun50i_a64 DEBUG=1 bl31 - Build the SCP firmware binary (see "SCP firmware (Crust)" below) $ cd /src/crust @@ -49,7 +49,7 @@ $ make PLAT=sun50i_a64 DEBUG=1 bl31 The resulting binary is build/sun50i_a64/debug/bl31.bin. Either put the location of this file into the BL31 environment variable or copy this to the root of your U-Boot build directory (or create a symbolic link). -$ export BL31=/src/arm-trusted-firmware/build/sun50i_a64/debug/bl31.bin +$ export BL31=/src/trusted-firmware-a/build/sun50i_a64/debug/bl31.bin (adjust the actual path accordingly) The platform target "sun50i_a64" covers all boards with either an Allwinner A64 or H5 SoC (since they are very similar). For boards with an Allwinner H6 |