summaryrefslogtreecommitdiff
path: root/FatPkg/FatPei
AgeCommit message (Expand)AuthorFilesLines
2023-12-14FatPkg/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-10FatPkg/FatPei: Fix few typosAntoine Coeur3-3/+3
2019-10-22FatPkg: 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-06FatPkg/FatPei: Fix build errorFeng Tian1-13/+11
2016-04-06FatPkg: Add RecoveryBlockIo2Ppi supportFeng Tian4-68/+147
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-0/+42
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu1-5/+7
2016-04-061. Expand and add null terminate to end of string like function comments said...Star Zeng2-7/+8
2016-04-06Only traverse recovery file's FAT table to fast the recovery performance.Feng Tian2-6/+17
2016-04-06FatPkg: Add FAT PEIMJordan Justen8-0/+2743