All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi_loader: allow booting from short dev only DP
@ 2022-06-11  5:22 Heinrich Schuchardt
  2022-06-11  5:22 ` [PATCH 1/2] " Heinrich Schuchardt
  2022-06-11  5:22 ` [PATCH 2/2] efi_loader: create boot options without file path Heinrich Schuchardt
  0 siblings, 2 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2022-06-11  5:22 UTC (permalink / raw)
  To: u-boot; +Cc: Masahisa Kojima, AKASHI Takahiro, Heinrich Schuchardt

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)

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 | 14 ++++++++------
 2 files changed, 12 insertions(+), 11 deletions(-)

--
2.36.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-12  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11  5:22 [PATCH 0/2] efi_loader: allow booting from short dev only DP Heinrich Schuchardt
2022-06-11  5:22 ` [PATCH 1/2] " Heinrich Schuchardt
2022-06-11  5:22 ` [PATCH 2/2] efi_loader: create boot options without file path Heinrich Schuchardt
2022-06-12  1:21   ` AKASHI Takahiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.