[U-Boot] [PATCH v2 0/3] efi_loader: correct media device paths

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Dec 4 07:10:54 UTC 2017


For each disk we need partition device path with partion number 0.
The device node texts should match the UEFI spec.

v2:
	Do not generate optional device path with partion number
	0 for the whole block device.

Heinrich Schuchardt (3):
  efi_loader: correctly determine if an MMC device is an SD-card
  efi_loader: correctly setup device paths for block devices
  efi_loader: correct DeviceNodeToText for media types

 lib/efi_loader/efi_device_path.c         | 35 +++++++++++++++++++++++++-------
 lib/efi_loader/efi_device_path_to_text.c | 30 +++++++++++++++++----------
 lib/efi_loader/efi_disk.c                |  7 +++++--
 3 files changed, 52 insertions(+), 20 deletions(-)

-- 
2.11.0



More information about the U-Boot mailing list