[PATCH v9 04/11] efi: Move default filename to a function

2024-11-01 Thread Simon Glass
Use a function to obtain the device EFI filename, so that we can control how sandbox behaves. Signed-off-by: Simon Glass --- (no changes since v9) Changes in v9: - Move the function into efi_helper.c Changes in v8: - Add new patch to move default filename to a function boot/bootmeth_efi.c

[PATCH v9 04/11] efi: Move default filename to a function

2024-10-29 Thread Simon Glass
Use a function to obtain the device EFI filename, so that we can control how sandbox behaves. Signed-off-by: Simon Glass --- Changes in v9: - Move the function into efi_helper.c Changes in v8: - Add new patch to move default filename to a function boot/bootmeth_efi.c| 4 +-- incl