
18 Oct
2024
18 Oct
'24
3:18 a.m.
The EFI boot-manager is the default method to boot EFI binaries. We should be able to use it on the Sandbox.
* Enable EFI boot-manager bootmethod on the sandbox. * Adjust unit tests to reflect the additional boot method. * Reduce the noisyness of the EFI sub-system if not ESP is available.
v2: Reduce the number of messages if there is no ESP to persist variables.
Heinrich Schuchardt (2): efi_loader: reduce noisiness if ESP is missing sandbox: add bootmethod EFI boot-manager
arch/sandbox/dts/test.dts | 4 ++++ lib/efi_loader/efi_var_file.c | 22 ++++++++++++++-------- test/boot/bootmeth.c | 28 +++++++++++++++++----------- 3 files changed, 35 insertions(+), 19 deletions(-)
--
2.45.2