All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/6] efi_loader: correct media device paths
Date: Mon, 11 Dec 2017 12:56:38 +0100	[thread overview]
Message-ID: <20171211115644.14015-1-xypron.glpk@gmx.de> (raw)

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

             reply	other threads:[~2017-12-11 11:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-11 11:56 Heinrich Schuchardt [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171211115644.14015-1-xypron.glpk@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.