summaryrefslogtreecommitdiff
path: root/FatPkg
AgeCommit message (Expand)AuthorFilesLines
2025-02-14Revert "FatPkg: Validate Reserved FAT Entries on Volume Open"Oliver Smith-Denny6-147/+10
2025-01-21FatPkg: Validate Reserved FAT Entries on Volume OpenOliver Smith-Denny6-10/+147
2025-01-02FatPkg: CI: Add PrEval entryJoey Vagedes1-1/+4
2024-11-27FatPkg/EnhancedFatDxe: Add comments around StrSize() checksPierre Gondois1-0/+20
2024-11-13FatPkg/FatPei: Simplify the GPT Header CheckJason1 Lin1-36/+4
2024-11-13MdePkg: MdeLibs.dsc.inc: Apply StackCheckLibNull to All Module TypesOliver Smith-Denny1-4/+0
2024-10-25FatPkg: Fix potentially uninitialized variableBret Barkelew2-0/+6
2024-09-23FatPkg: Improvements to Fat to Fix File CorruptionMike Turner4-16/+238
2024-09-23FatPkg: Check BlockIo Device Has Supported BlockSizeOliver Smith-Denny1-0/+24
2024-09-13FatPkg: Add StackCheckLibNullOliver Smith-Denny1-3/+4
2024-09-12MdePkg: Move CompilerIntrinsicsLib from ArmPkgOliver Smith-Denny1-1/+0
2024-09-03FatPkg/EnhancedFatDxe: Downgrade debug level for no media foundNhi Pham1-1/+1
2023-12-14FatPkg/FatPei: Check array offset before useMichael Kubacki1-1/+1
2022-10-14FatPkg: Add LOONGARCH64 architecture for EDK2 CI.Chao Li1-1/+2
2022-09-09FatPkg/FatPei: Remove extraneous debug message argumentMichael Kubacki1-1/+1
2022-05-13FatPkg: Remove RVCT supportRebecca Cran1-1/+0
2021-12-07FatPkg: Apply uncrustify changesMichael Kubacki30-2070/+2176
2021-12-07FatPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney6-13/+12
2021-03-31FatPkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-1/+3
2020-08-17FatPkg/FatPkg.ci.yaml: Add configuration for Ecc checkShenglei Zhang1-0/+12
2020-07-31FatPkg/FatPkg.ci.yaml: Add configuration for LicenseCheckShenglei Zhang1-0/+3
2020-04-03FatPkg: Add RISC-V architecture for EDK2 CI.Abner Chang1-1/+2
2020-02-10FatPkg/FatPei: Fix few typosAntoine Coeur3-3/+3
2020-02-10FatPkg/EnhancedFatDxe: Fix various typosAntoine Coeur7-12/+12
2019-11-11FatPkg: Add YAML file for CI buildsMichael D Kinney1-0/+50
2019-10-22FatPkg: Fix spelling errorsSean Brogan13-32/+32
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 Kinney40-280/+40
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-10-24FatPkg: Correct the line ending to CRLFRuiyu Ni1-5/+5
2018-10-24FatPkg/EnhancedFatDxe Fix Double Cluster AllocationRobinson, Herbie1-7/+21
2018-09-06FatPkg: Removing ipf which is no longer supported from edk2.Chen A Chen3-4/+4
2018-06-28FatPkg: Clean up source filesLiming Gao13-245/+245
2018-06-25FatPkg/FatPei: Add the recognition of recovery capsule on NVME deviceHao Wu2-2/+7
2018-04-18FatPkg/EnhancedFatDxe: Ensure traverse of subtasks is delete-safeHao Wu1-3/+12
2017-08-03edk2: Move License.txt file to rootMichael D Kinney1-25/+0
2017-08-03edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney1-218/+0
2017-03-06FatPkg: Refine casting expression result to bigger sizeHao Wu2-4/+4
2017-01-12FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned typeHao Wu2-4/+4
2016-12-14FatPkg/EnhancedFatDxe: Remove the file which is not usedDandan Bi1-62/+0
2016-12-09FatPkg: Fix format issues in dec/inf/dsc filesDandan Bi4-7/+5
2016-12-09FatPkg/EnhancedFatDxe: Add comments for functionsDandan Bi3-0/+908
2016-12-09FatPkg/EnhancedFatDxe: Make the comments align with EDKIIcoding styleDandan Bi21-2649/+1566
2016-12-09FatPkg/EnhancedFatDxe: Use typedef for complex typeDandan Bi2-19/+27
2016-12-09FatPkg/EnhancedFatDxe: Make the variable name follow ruleDandan Bi8-100/+100
2016-12-09FatPkg/EnhancedFatDxe: Make function prototype align with definitionDandan Bi1-2/+2
2016-12-09FatPkg/EnhancedFatDxe: Use global variable replace static local variableDandan Bi1-2/+2