]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: Move default filename to a function
authorSimon Glass <sjg@chromium.org>
Thu, 7 Nov 2024 21:31:43 +0000 (14:31 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Nov 2024 09:00:38 +0000 (10:00 +0100)
commit9fd623afede63a7049b498bbc285f3555eb2bf26
treed4e2dcdd0604cc60223fc0a314806cea5d60e4ca
parentefe9bd4a088c958eefaaf39bb83320871669662e
efi: Move default filename to a function

Use a function to obtain the device EFI filename, so that we can control
how sandbox behaves.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_efi.c
include/efi.h
include/efi_default_filename.h [deleted file]
lib/efi_loader/efi_bootmgr.c
lib/efi_loader/efi_helper.c
test/boot/bootflow.c