commit | f98bb0b8a87acbe6f9aebabe9da2bb722e30b947 | [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 | d28477c9886ae0d3d687c096f9f063fcd9d3a052 [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>