audk/FatPkg
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
..
EnhancedFatDxe FatPkg: Fix potentially uninitialized variable 2024-10-25 18:48:06 +00:00
FatPei FatPkg/FatPei: Simplify the GPT Header Check 2024-11-13 23:26:12 +00:00
FatPkg.ci.yaml FatPkg: Improvements to Fat to Fix File Corruption 2024-09-23 16:50:39 +00:00
FatPkg.dec
FatPkg.dsc MdePkg: MdeLibs.dsc.inc: Apply StackCheckLibNull to All Module Types 2024-11-13 21:01:46 +00:00
FatPkg.uni
FatPkgExtra.uni