]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: auto-generate boot option for each blkio device
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Fri, 12 Jan 2024 00:19:22 +0000 (09:19 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 21 Jan 2024 10:24:24 +0000 (11:24 +0100)
commitf86fba8adbf38f9520b3913880c3e6703d014d10
tree9e31b7f23dd38c74885d561527942894f43aa398
parenteb2f0867a179c4f6cef4dd67deb7fb2bf2faf923
efi_loader: auto-generate boot option for each blkio device

Current efibootmgr auto-generates the boot option for all
disks and partitions installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOL,
while EDK II reference implementation auto-generates the boot option
for all devices installing  EFI_BLOCK_IO_PROTOCOL with
eliminating logical partitions.

This commit modifies the efibootmgr to get aligned to EDK II.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_bootmgr.c