commit | f2bfa0cb17948aa4a0fa20fdf9014296b9c4d9c7 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Sun Sep 03 22:40:00 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 01 12:26:44 2023 -0400 |
tree | 1c4d331f8c76f3fd13fd49997373009489e5c192 | |
parent | 073bf4a57d890876851640fc09d8f83fa3b69ebc [diff] |
bootstd: Make efi_mgr bootmeth work for non-sandbox setups Enable the bootflow based on this bootmeth if the BootOrder EFI variable is set. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>