commit | c4c899b312c11085c5a7aadd6523031136a63387 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Feb 20 11:21:41 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 20 11:21:41 2025 -0600 |
tree | e7dbb656e3fc05ad4a7fa7a67c89ba0945cfcfc3 | |
parent | 24ca4367364491311778a103a9b630821203b407 [diff] | |
parent | a7058dfe6f584f8885e31eb3d634cb3ce45859d3 [diff] |
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()