Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: e12a8d83faf7cf79b3dc7585950dd639df333342
      
https://github.com/tianocore/edk2/commit/e12a8d83faf7cf79b3dc7585950dd639df333342
  Author: Jason1 Lin <jason1....@intel.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M FatPkg/FatPei/Gpt.c

  Log Message:
  -----------
  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....@intel.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to