audk/FatPkg/FatPei
Jason1 Lin e12a8d83fa FatPkg/FatPei: Simplify the GPT Header Check
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4860

- The condition of GPT header checking is mismatched between PEI FatPei
  module in FatPkg and DXE PartitionDxe module in MdeModulePkg.

- This patch is intended to simplify the checking condition within
  FatPei module to align with PartitionDxe module to reduce code flow gap
  between both of them.

- Below of condition would be checked on GPT header,
    1. GPT header signature value
    2. GPT header CRC value
    3. GPT header LBA value
    4. GPT header size of partition entry

Signed-off-by: Jason1 Lin <jason1.lin@intel.com>
2024-11-13 23:26:12 +00:00
..
Eltorito.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FatLiteAccess.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FatLiteApi.c FatPkg: Fix potentially uninitialized variable 2024-10-25 18:48:06 +00:00
FatLiteApi.h FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FatLiteFmt.h FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FatLiteLib.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FatLitePeim.h FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FatPei.inf FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX. 2019-05-09 20:52:40 +08:00
FatPei.uni FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00
FatPeiExtra.uni FatPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:59 -07:00
Gpt.c FatPkg/FatPei: Simplify the GPT Header Check 2024-11-13 23:26:12 +00:00
Mbr.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Part.c FatPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00