[PATCH v2 0/2] sandbox: add bootmethod EFI boot-manager
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Oct 18 03:18:35 CEST 2024
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
More information about the U-Boot
mailing list