*)  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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to