summaryrefslogtreecommitdiff
path: root/FatPkg/FatPei
AgeCommit message (Expand)AuthorFilesLines
2026-02-24FatPkg: Replace include guards with #pragma onceMichael Kubacki3-12/+3
2025-02-14Revert "FatPkg: Validate Reserved FAT Entries on Volume Open"Oliver Smith-Denny2-76/+0
2025-01-21FatPkg: Validate Reserved FAT Entries on Volume OpenOliver Smith-Denny2-0/+76
2024-11-14FatPkg/FatPei: Simplify the GPT Header CheckJason1 Lin1-36/+4
2024-10-25FatPkg: Fix potentially uninitialized variableBret Barkelew1-0/+4
2023-12-15FatPkg/FatPei: Check array offset before useMichael Kubacki1-1/+1
2022-09-09FatPkg/FatPei: Remove extraneous debug message argumentMichael Kubacki1-1/+1
2021-12-07FatPkg: Apply uncrustify changesMichael Kubacki10-720/+699
2020-02-11FatPkg/FatPei: Fix few typosAntoine Coeur3-3/+3
2019-10-23FatPkg: Fix spelling errorsSean Brogan4-7/+7
2019-05-09FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX.xuwei61-1/+1
2019-05-09FatPkg/FatPei: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-13/+1
2019-04-09FatPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney13-91/+13
2019-02-02FatPkg/FatPei/Gpt.c: Fix uninitialized variable issueChen A Chen1-0/+3
2019-01-31FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature.Chen A Chen4-5/+585
2019-01-31FatPkg: Break down Part.c file.Chen A Chen4-394/+432
2018-09-06FatPkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28FatPkg: Clean up source filesLiming Gao6-229/+229
2018-06-25FatPkg/FatPei: Add the recognition of recovery capsule on NVME deviceHao Wu2-2/+7
2017-03-06FatPkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-01-12FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned typeHao Wu1-2/+2
2016-12-09FatPkg: Fix format issues in dec/inf/dsc filesDandan Bi1-3/+3
2016-10-12FatPkg/FatPei: Use PcdRecoveryFileName PCD.Jiewen Yao3-8/+9
2016-04-07FatPkg/FatPei: Fix build errorFeng Tian1-13/+11
2016-04-07FatPkg: Add RecoveryBlockIo2Ppi supportFeng Tian4-68/+147
2016-04-07FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-0/+42
2016-04-07FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu1-5/+7
2016-04-071. Expand and add null terminate to end of string like function comments said...Star Zeng2-7/+8
2016-04-07Only traverse recovery file's FAT table to fast the recovery performance.Feng Tian2-6/+17
2016-04-07FatPkg: Add FAT PEIMJordan Justen8-0/+2743