diff options
| author | Peter Robinson <[email protected]> | 2024-10-04 11:40:44 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-04 09:00:47 -0600 |
| commit | af69289d61876d8e62449ee2da2dc6683bcb8198 (patch) | |
| tree | d518fd78a5286509afc9043d64ece524a461472a /doc | |
| parent | 1b1ffda4207125c5bc618d4b0ca718b52cf7a4c0 (diff) | |
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 <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.rockchip | 4 | ||||
| -rw-r--r-- | doc/board/hisilicon/hikey.rst | 6 | ||||
| -rw-r--r-- | doc/board/hisilicon/hikey960.rst | 8 | ||||
| -rw-r--r-- | doc/board/kontron/pitx-imx8m.rst | 1 | ||||
| -rw-r--r-- | doc/board/rockchip/rockchip.rst | 12 |
5 files changed, 16 insertions, 15 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 5fcbbd1d990..96fa49d697b 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -74,14 +74,14 @@ Building - Compile ATF => git clone https://github.com/TrustedFirmware-A/trusted-firmware-a.git - => cd arm-trusted-firmware + => cd trusted-firmware-a (export cross compiler path for Cortex-M0 MCU likely arm-none-eabi-) => make realclean => make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 (export bl31.elf) - => export BL31=/path/to/arm-trusted-firmware/build/rk3399/release/bl31/bl31.elf + => export BL31=/path/to/trusted-firmware-a/build/rk3399/release/bl31/bl31.elf - Compile PMU M0 firmware diff --git a/doc/board/hisilicon/hikey.rst b/doc/board/hisilicon/hikey.rst index 19b69707d32..aec36f34c8f 100644 --- a/doc/board/hisilicon/hikey.rst +++ b/doc/board/hisilicon/hikey.rst @@ -75,7 +75,7 @@ Compile ARM Trusted Firmware (ATF) .. code-block:: bash - cd ~/hikey/src/arm-trusted-firmware + cd ~/hikey/src/trusted-firmware-a make CROSS_COMPILE=aarch64-linux-gnu- all fip \ SCP_BL2=~/hikey/bin/mcuimage.bin \ BL33=~/hikey/bin/u-boot.bin DEBUG=1 PLAT=hikey @@ -100,8 +100,8 @@ Compile l-loader .. code-block:: bash cd ~/hikey/src/l-loader - ln -sf ~/hikey/src/arm-trusted-firmware/build/hikey/debug/bl1.bin - ln -sf ~/hikey/src/arm-trusted-firmware/build/hikey/debug/bl2.bin + ln -sf ~/hikey/src/trusted-firmware-a/build/hikey/debug/bl1.bin + ln -sf ~/hikey/src/trusted-firmware-a/build/hikey/debug/bl2.bin ln -sf ~/hikey/src/atf-fastboot/build/hikey/debug/bl1.bin fastboot.bin make hikey PTABLE_LST=aosp-8g diff --git a/doc/board/hisilicon/hikey960.rst b/doc/board/hisilicon/hikey960.rst index f726fc75039..de846f60f71 100644 --- a/doc/board/hisilicon/hikey960.rst +++ b/doc/board/hisilicon/hikey960.rst @@ -64,7 +64,7 @@ Compile ARM Trusted Firmware (ATF) .. code-block:: bash - cd ~/hikey960/src/arm-trusted-firmware + cd ~/hikey960/src/trusted-firmware-a make CROSS_COMPILE=aarch64-linux-gnu- all fip \ SCP_BL2=~/hikey960/bin/lpm3.img \ BL33=~/hikey960/bin/u-boot.bin DEBUG=1 PLAT=hikey960 @@ -81,9 +81,9 @@ Compile l-loader .. code-block:: bash cd ~/hikey960/src/l-loader - ln -sf ~/hikey960/src/arm-trusted-firmware/build/hikey960/debug/bl1.bin - ln -sf ~/hikey960/src/arm-trusted-firmware/build/hikey960/debug/bl2.bin - ln -sf ~/hikey960/src/arm-trusted-firmware/build/hikey960/debug/fip.bin + ln -sf ~/hikey960/src/trusted-firmware-a/build/hikey960/debug/bl1.bin + ln -sf ~/hikey960/src/trusted-firmware-a/build/hikey960/debug/bl2.bin + ln -sf ~/hikey960/src/trusted-firmware-a/build/hikey960/debug/fip.bin ln -sf ~/hikey960/bin/u-boot.bin make hikey960 PTABLE_LST=linux-32g NS_BL1U=u-boot.bin diff --git a/doc/board/kontron/pitx-imx8m.rst b/doc/board/kontron/pitx-imx8m.rst index 1cde5bd3bb1..b90221b165e 100644 --- a/doc/board/kontron/pitx-imx8m.rst +++ b/doc/board/kontron/pitx-imx8m.rst @@ -26,6 +26,7 @@ Note: builddir is U-Boot build directory (source directory for in-tree builds) .. code-block:: bash $ git clone https://github.com/TrustedFirmware-A/trusted-firmware-a.git + $ cd trusted-firmware-a $ git checkout v2.5 $ make PLAT=imx8mq ARCH=aarch64 CROSS_COMPILE=aarch64-linux-gnu- bl31 $ cp build/imx8mq/release/bl31.bin $(builddir) diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst index a275e964c63..86d83befb5b 100644 --- a/doc/board/rockchip/rockchip.rst +++ b/doc/board/rockchip/rockchip.rst @@ -167,7 +167,7 @@ To build TF-A: .. code-block:: bash git clone --depth 1 https://github.com/TrustedFirmware-A/trusted-firmware-a.git - cd arm-trusted-firmware + cd trusted-firmware-a make realclean make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 cd .. @@ -199,7 +199,7 @@ To build px30 boards: .. code-block:: bash - export BL31=../arm-trusted-firmware/build/px30/release/bl31/bl31.elf + export BL31=../trusted-firmware-a/build/px30/release/bl31/bl31.elf make evb-px30_defconfig make CROSS_COMPILE=aarch64-linux-gnu- @@ -230,7 +230,7 @@ To build rk3328 boards: .. code-block:: bash - export BL31=../arm-trusted-firmware/build/rk3328/release/bl31/bl31.elf + export BL31=../trusted-firmware-a/build/rk3328/release/bl31/bl31.elf make evb-rk3328_defconfig make CROSS_COMPILE=aarch64-linux-gnu- @@ -238,7 +238,7 @@ To build rk3368 boards: .. code-block:: bash - export BL31=../arm-trusted-firmware/build/rk3368/release/bl31/bl31.elf + export BL31=../trusted-firmware-a/build/rk3368/release/bl31/bl31.elf make evb-px5_defconfig make CROSS_COMPILE=aarch64-linux-gnu- @@ -246,7 +246,7 @@ To build rk3399 boards: .. code-block:: bash - export BL31=../arm-trusted-firmware/build/rk3399/release/bl31/bl31.elf + export BL31=../trusted-firmware-a/build/rk3399/release/bl31/bl31.elf make evb-rk3399_defconfig make CROSS_COMPILE=aarch64-linux-gnu- @@ -254,7 +254,7 @@ To build rk3568 boards: .. code-block:: bash - export BL31=../arm-trusted-firmware/build/rk3568/release/bl31/bl31.elf + export BL31=../trusted-firmware-a/build/rk3568/release/bl31/bl31.elf [or]export BL31=../rkbin/bin/rk35/rk3568_bl31_v1.34.elf export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3568_ddr_1560MHz_v1.13.bin make evb-rk3568_defconfig |
