diff options
| author | Tom Rini <[email protected]> | 2025-01-18 10:46:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-18 10:46:23 -0600 |
| commit | a1e7dd7e1426b263cb832952eda4a0971e4803d0 (patch) | |
| tree | 3f73ddbc549bb9beb3f509f83bd536521ab12d97 /doc | |
| parent | 319b2e655a6be4304decb8d38c651e2adaf7e9cf (diff) | |
| parent | f58b0d00126a906f9e1e9fc1c55512b47c8e51be (diff) | |
Merge tag 'efi-2025-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-04-rc1
Documentation:
* Correct the defconfig name in the coolpi documentation
UEFI:
* Carve out the biggest part of the RISC-V and ARM linker scripts for EFI
binary into a common include.
* Correct the values of SizeOfCode and SizeOfInitializedData in generated
EFI binaries for RISC-V and ARM.
* Avoid gaps between sections in EFI binaries causing a failure in secure
boot.
* Makefile: let clean remove capsule_in.capsule*.efi-capsule
* Refactor some of the code used for launching EFI binaries.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/coolpi/genbook_cm5_rk3588.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/coolpi/genbook_cm5_rk3588.rst b/doc/board/coolpi/genbook_cm5_rk3588.rst index cad2a28acbd..26cddac9207 100644 --- a/doc/board/coolpi/genbook_cm5_rk3588.rst +++ b/doc/board/coolpi/genbook_cm5_rk3588.rst @@ -28,7 +28,7 @@ Get the TF-A and DDR init (TPL) binaries cd u-boot export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.17.bin export BL31=../rkbin/bin/rk35/rk3588_bl31_v1.46.elf - make coolpi-genbook-cm5-rk3588_defconfig + make coolpi-cm5-genbook-rk3588_defconfig make CROSS_COMPILE=aarch64-linux-gnu- This will build ``u-boot-rockchip.bin`` for eMMC and ``u-boot-rockchip-spi.bin`` for SPI Nor. |
