public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Hao Wu <hao.a.wu@intel.com>
To: edk2-devel@lists.01.org
Cc: Hao Wu <hao.a.wu@intel.com>, Ray Ni <ray.ni@intel.com>,
	Eric Dong <eric.dong@intel.com>,
	Jian J Wang <jian.j.wang@intel.com>
Subject: [PATCH v1 0/2] Add PEI BlockIO support for ATA AHCI mode devices
Date: Tue,  2 Apr 2019 13:15:44 +0800	[thread overview]
Message-ID: <20190402051546.8244-1-hao.a.wu@intel.com> (raw)

The series is also available at:
https://github.com/hwu25/edk2/tree/ahci_pei_blockio_v1

The series will add the PEI BlockIO support for ATA AHCI mode devices.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>

Hao Wu (2):
  MdeModulePkg/AhciPei: Limit max transfer blocknum for 48-bit address
  MdeModulePkg/AhciPei: Add PEI BlockIO support

 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf      |   4 +
 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.h        |  30 ++
 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.h | 264 ++++++++++
 MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c       | 125 ++++-
 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.c        |  35 +-
 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.c | 533 ++++++++++++++++++++
 6 files changed, 989 insertions(+), 2 deletions(-)
 create mode 100644 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.h
 create mode 100644 MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.c

-- 
2.12.0.windows.1



             reply	other threads:[~2019-04-02  5:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-02  5:15 Hao Wu [this message]
2019-04-02  5:15 ` [PATCH v1 1/2] MdeModulePkg/AhciPei: Limit max transfer blocknum for 48-bit address Hao Wu
2019-04-02  5:15 ` [PATCH v1 2/2] MdeModulePkg/AhciPei: Add PEI BlockIO support Hao Wu

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-list 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=20190402051546.8244-1-hao.a.wu@intel.com \
    --to=devel@edk2.groups.io \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox