public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v3
@ 2019-01-29  5:27 Chen A Chen
  2019-01-29  5:27 ` [PATCH v3 1/3] FatPkg: Break down Part.c file Chen A Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chen A Chen @ 2019-01-29  5:27 UTC (permalink / raw)
  To: edk2-devel

No function change, fix code style issue.

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   |   3 +-
 FatPkg/FatPei/FatPei.inf      |   7 +-
 FatPkg/FatPei/Gpt.c           | 548 ++++++++++++++++++++++++++++++++++++++++++
 FatPkg/FatPei/Mbr.c           | 181 ++++++++++++++
 FatPkg/FatPei/Part.c          | 434 +++------------------------------
 MdePkg/Include/Uefi/UefiGpt.h |   6 +-
 7 files changed, 1020 insertions(+), 398 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



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

end of thread, other threads:[~2019-01-31  3:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-29  5:27 [PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v3 Chen A Chen
2019-01-29  5:27 ` [PATCH v3 1/3] FatPkg: Break down Part.c file Chen A Chen
2019-01-29  5:27 ` [PATCH v3 2/3] MdePkg/UefiGpt.h: Add new definition for enable GPT support Chen A Chen
2019-01-29  5:27 ` [PATCH v3 3/3] FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature Chen A Chen
2019-01-30  8:37   ` Wu, Hao A
2019-01-31  3:13 ` [PATCH v2 0/3] FatPkg/GPT: Introduce GPT patch v3 Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox