public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] efi_loader: use short-form DP for load options
@ 2022-02-26 11:56 Heinrich Schuchardt
  2022-02-26 11:56 ` [PATCH 1/2] efi_loader: support booting via short-form device-path Heinrich Schuchardt
  2022-02-26 11:56 ` [PATCH 2/2] efi_loader: use short-form DP for load options Heinrich Schuchardt
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2022-02-26 11:56 UTC (permalink / raw)
  To: u-boot; +Cc: Ilias Apalodimas, Heinrich Schuchardt

The GUID of partitions is sufficient for identification and will stay
constant in the lifetime of a boot option. The preceding path of the
device-path may change due to changes in the enumeration of devices.

Create short-form device-paths in the 'efidebug boot add' command.

Fix the support of short form device-paths in the implementation of
LoadImage().

Heinrich Schuchardt (2):
  efi_loader: support booting via short-form device-path
  efi_loader: use short-form DP for load options

 cmd/efidebug.c                   | 15 +++++++++++----
 include/efi_loader.h             |  3 ++-
 lib/efi_loader/efi_boottime.c    | 12 ++++++------
 lib/efi_loader/efi_device_path.c | 21 +++++++++++++--------
 4 files changed, 32 insertions(+), 19 deletions(-)

--
2.34.1


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

end of thread, other threads:[~2022-03-03 11:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-26 11:56 [PATCH 0/2] efi_loader: use short-form DP for load options Heinrich Schuchardt
2022-02-26 11:56 ` [PATCH 1/2] efi_loader: support booting via short-form device-path Heinrich Schuchardt
2022-02-26 11:56 ` [PATCH 2/2] efi_loader: use short-form DP for load options Heinrich Schuchardt
2022-03-02  9:44   ` AKASHI Takahiro
2022-03-03 11:01     ` Heinrich Schuchardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox