Merge tag 'efi-2025-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 16:46:23 +0000 (10:46 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 16:46:23 +0000 (10:46 -0600)
commita1e7dd7e1426b263cb832952eda4a0971e4803d0
tree3f73ddbc549bb9beb3f509f83bd536521ab12d97
parent319b2e655a6be4304decb8d38c651e2adaf7e9cf
parentf58b0d00126a906f9e1e9fc1c55512b47c8e51be
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.
Makefile