All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/6] efi_loader: correct media device paths
@ 2017-12-11 11:56 Heinrich Schuchardt
  2017-12-11 11:56 ` [U-Boot] [PATCH v3 1/6] efi_loader: correctly determine if an MMC device is an SD-card Heinrich Schuchardt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Heinrich Schuchardt @ 2017-12-11 11:56 UTC (permalink / raw)
  To: u-boot

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

v3:
	Add support for IDE and SCSI disks.
	Avoid an unaligned memory access.
v2:
	Do not generate optional device path with partion number
	0 for the whole block device.

Heinrich Schuchardt (6):
  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
  efi_loader: comments for dp_part_fill()
  efi_loader: create full device path for block devices
  efi_loader: support device path for IDE and SCSI disks

 include/efi_api.h                        |  15 ++++
 lib/efi_loader/efi_device_path.c         | 119 ++++++++++++++++++++++++++++---
 lib/efi_loader/efi_device_path_to_text.c |  57 +++++++++++----
 3 files changed, 171 insertions(+), 20 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2017-12-11 11:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-11 11:56 [U-Boot] [PATCH v3 0/6] efi_loader: correct media device paths Heinrich Schuchardt
2017-12-11 11:56 ` [U-Boot] [PATCH v3 1/6] efi_loader: correctly determine if an MMC device is an SD-card Heinrich Schuchardt
2017-12-11 11:56 ` [U-Boot] [PATCH v3 2/6] efi_loader: correctly setup device paths for block devices Heinrich Schuchardt
2017-12-11 11:56 ` [U-Boot] [PATCH v3 3/6] efi_loader: correct DeviceNodeToText for media types Heinrich Schuchardt
2017-12-11 11:56 ` [U-Boot] [PATCH v3 4/6] efi_loader: comments for dp_part_fill() Heinrich Schuchardt
2017-12-11 11:56 ` [U-Boot] [PATCH v3 5/6] efi_loader: create full device path for block devices Heinrich Schuchardt
2017-12-11 11:56 ` [U-Boot] [PATCH v3 6/6] efi_loader: support device path for IDE and SCSI disks Heinrich Schuchardt

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.