]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge tag 'efi-2025-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Sat, 26 Jul 2025 15:21:09 +0000 (09:21 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jul 2025 15:21:09 +0000 (09:21 -0600)
commit4c3b5fcd810081bd7f3c51859fe1b5f0c159803c
tree33e98ade70c760a0c90c63149d66a61b6ff95f20
parent1d782a3f229c269d01e5b7a94744bcd7f53e3f47
parentafd5426043b3ef6aa57f2a731f94125ae983395c
Merge tag 'efi-2025-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi

Pull request efi-2025-10-rc1

CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27176

Documentation:

* update FIT signature testing instructions
* describe defconfigs for AM69-SK

UEFI:

* provide unit test for system table pointer
* efi_realloc() must check efi_alloc() return value
* correct EFI_DEBUG_TABLE_ENTRY_SIZE
* avoid NULL dereference in ESRT creation tests
* add missing check in FMP.GetImageInfo()
* rename lib/efi to lib/efi_client
* rename CONFIG_EFI to CONFIG_EFI_CLIENT
* create a new CONFIG_EFI
* update maintainers for EFI_CLIENT