Merge tag 'efi-2025-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Sun, 26 Jan 2025 14:10:28 +0000 (08:10 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 26 Jan 2025 14:10:28 +0000 (08:10 -0600)
commit8a2a71a4eec7afdca6377ee46b1ed7e78ec692c9
tree460b9a426fc254b7fd9f4048dabccfb54822ba02
parent292278d6828e6c8c6ae11bc8658586d1acc411d4
parent21de624eb89c647a21b06a5b0f5b186838be1d17
Merge tag 'efi-2025-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi

Pull request efi-2025-04-rc1-2

Documentation:

* describe creating a pflash file for qemu-system-riscv64

UEFI:

* correct logging StartImage()
* use LOGC_EFI consistently
* reduce UEFI size if HAS_BOARD_SIZE_LIMIT=y
* Update efi_run_image() to accept image and device path
* Add a version of efi_binary_run() with more parameters
* Move the fallback code from efi_run_image()
* Pass in the required parameters from EFI bootmeth
* bootmeth_efi: Support PXE booting

Other:

* Enable log filtering by function name