
12 Jun
2022
12 Jun
'22
9:08 a.m.
Allow creating boot options without file path, e.g.
efidebug boot add -b 0001 'short dev only' host 0:1 '' efidebug boot add -B 0001 'long dev only' host 0:1 ''
Allow booting from a short form device-path without file path, e.g.
/HD(1,GPT,5ef79931-a1aa-4c70-9d67-611e8f69eafd,0x800,0x1000)
v2: update the function description of efi_dp_from_file()
Heinrich Schuchardt (2): efi_loader: allow booting from short dev only DP efi_loader: create boot options without file path
lib/efi_loader/efi_bootmgr.c | 9 ++++----- lib/efi_loader/efi_device_path.c | 33 +++++++++++++++++++++++--------- 2 files changed, 28 insertions(+), 14 deletions(-)
-- 2.36.1