Merge tag 'efi-2025-04-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Thu, 20 Feb 2025 17:21:41 +0000 (11:21 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 20 Feb 2025 17:21:41 +0000 (11:21 -0600)
commit313b9856f95419b01df7cc6b9a16f7b07d9fe13c
treee7dbb656e3fc05ad4a7fa7a67c89ba0945cfcfc3
parent7a6dbb9dbe2ed4f6e51b3902fc7aa5a425f5f203
parent5ce629db2512d70f298bc1d422fefad63a74c7f5
Merge tag 'efi-2025-04-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi

CI:

* https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/24709

UEFI:

* create a parent device for all EFI block devices
* move lmb_map_update_notify() to EFI
* make efi_add_memory_map_pg() static
* remove comparisons to string literals from runtime
* ix potential deref-after-null

Other:

* avoid superfluous value check in lmb_map_update_notify()
* support more efi protocols in uuid_guid_get_str()