public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Chen A Chen <chen.a.chen@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v2
Date: Mon, 28 Jan 2019 13:55:58 +0800	[thread overview]
Message-ID: <20190128055601.4940-1-chen.a.chen@intel.com> (raw)

*)  For first patch, fix spelling error issue.
*)  For sencond pathc, add EFI_ prefix for GPT_PART_ENTRY_MIN_SIZE definition,
	Remove duplicated structure definition.
*)	Fix spelling error issue.
	Add calling FatFindGptPartitions logic in FatPei driver.

Chen A Chen (3):
  FatPkg: Break down Part.c file.
  MdePkg/UefiGpt.h: Add new definition for enable GPT support
  FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature.

 FatPkg/FatPei/Eltorito.c      | 239 ++++++++++++++++++
 FatPkg/FatPei/FatLitePeim.h   |   1 +
 FatPkg/FatPei/FatPei.inf      |   5 +
 FatPkg/FatPei/Gpt.c           | 552 ++++++++++++++++++++++++++++++++++++++++++
 FatPkg/FatPei/Mbr.c           | 182 ++++++++++++++
 FatPkg/FatPei/Part.c          | 401 ++----------------------------
 MdePkg/Include/Uefi/UefiGpt.h |   4 +
 7 files changed, 997 insertions(+), 387 deletions(-)
 create mode 100644 FatPkg/FatPei/Eltorito.c
 create mode 100644 FatPkg/FatPei/Gpt.c
 create mode 100644 FatPkg/FatPei/Mbr.c

-- 
2.16.2.windows.1



             reply	other threads:[~2019-01-28  5:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-28  5:55 Chen A Chen [this message]
2019-01-28  5:55 ` [PATCH v2 1/3] FatPkg: Break down Part.c file Chen A Chen
2019-01-28  5:56 ` [PATCH v2 2/3] MdePkg/UefiGpt.h: Add new definition for enable GPT support Chen A Chen
2019-01-28  8:33   ` Gao, Liming
2019-01-28  5:56 ` [PATCH v2 3/3] FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature Chen A Chen

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=20190128055601.4940-1-chen.a.chen@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