summaryrefslogtreecommitdiffstats
path: root/FatPkg
Commit message (Expand)AuthorAgeFilesLines
* FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX.xuwei62019-05-091-1/+1
* FatPkg/FatPei: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-092-13/+1
* FatPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0940-280/+40
* FatPkg/FatPei/Gpt.c: Fix uninitialized variable issueChen A Chen2019-02-021-0/+3
* FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature.Chen A Chen2019-01-314-5/+585
* FatPkg: Break down Part.c file.Chen A Chen2019-01-314-394/+432
* FatPkg: Correct the line ending to CRLFRuiyu Ni2018-10-241-5/+5
* FatPkg/EnhancedFatDxe Fix Double Cluster AllocationRobinson, Herbie2018-10-241-7/+21
* FatPkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-063-4/+4
* FatPkg: Clean up source filesLiming Gao2018-06-2813-245/+245
* FatPkg/FatPei: Add the recognition of recovery capsule on NVME deviceHao Wu2018-06-252-2/+7
* FatPkg/EnhancedFatDxe: Ensure traverse of subtasks is delete-safeHao Wu2018-04-181-3/+12
* edk2: Move License.txt file to rootMichael D Kinney2017-08-031-25/+0
* edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney2017-08-031-218/+0
* FatPkg: Refine casting expression result to bigger sizeHao Wu2017-03-062-4/+4
* FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned typeHao Wu2017-01-122-4/+4
* FatPkg/EnhancedFatDxe: Remove the file which is not usedDandan Bi2016-12-141-62/+0
* FatPkg: Fix format issues in dec/inf/dsc filesDandan Bi2016-12-094-7/+5
* FatPkg/EnhancedFatDxe: Add comments for functionsDandan Bi2016-12-093-0/+908
* FatPkg/EnhancedFatDxe: Make the comments align with EDKIIcoding styleDandan Bi2016-12-0921-2649/+1566
* FatPkg/EnhancedFatDxe: Use typedef for complex typeDandan Bi2016-12-092-19/+27
* FatPkg/EnhancedFatDxe: Make the variable name follow ruleDandan Bi2016-12-098-100/+100
* FatPkg/EnhancedFatDxe: Make function prototype align with definitionDandan Bi2016-12-091-2/+2
* FatPkg/EnhancedFatDxe: Use global variable replace static local variableDandan Bi2016-12-091-2/+2
* FatPkg/EnhancedFatDxe: Avoid Non-Boolean type uses as BooleanDandan Bi2016-12-091-2/+2
* FatPkg/EnhancedFatDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-273-6/+6
* FatPkg/FatPei: Use PcdRecoveryFileName PCD.Jiewen Yao2016-10-123-8/+9
* FatPkg DSC: Add build option to disable deprecated APIsHao Wu2016-08-081-0/+1
* FatPkg: Add Contributions.txtJordan Justen2016-04-221-0/+218
* FatPkg: Update License.txt to have the full license textJordan Justen2016-04-221-7/+22
* FatPkg: Add NOOPT target in FatPkg.dscHao Wu2016-04-061-2/+2
* FatPkg EnhancedFatDxe: Use safe string functionsHao Wu2016-04-064-15/+32
* FatPkg/FatPei: Fix build errorFeng Tian2016-04-061-13/+11
* FatPkg: Add RecoveryBlockIo2Ppi supportFeng Tian2016-04-064-68/+147
* EFI_FILE_PROTOCOL spec conformance bug fix.Ruiyu Ni2016-04-062-23/+20
* Add stack protection to ARM architectures. BaseStackCheckLib is now required ...Olivier Martin2016-04-061-0/+1
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-062-0/+46
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-061-0/+4
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-064-0/+86
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-062-17/+22
* Fix a potential buffer over flow issue.Ruiyu Ni2016-04-061-2/+3
* Refine code to make it more safely.Eric Dong2016-04-061-1/+3
* Update FatPkg.dsc copyright year.Ruiyu Ni2016-04-061-1/+1
* Update FatPkg revision from 0.2 to 0.3.Ruiyu Ni2016-04-062-3/+3
* Fix a bug that prevents Fat driver being unloaded successfully.Ruiyu Ni2016-04-061-5/+64
* Remove the RemoteEntryList() because the Task isn't added to the linked list ...Ruiyu Ni2016-04-061-1/+0
* Fix a bug in the Fat Stop() function which may return EFI_NOT_FOUND when the ...Ruiyu Ni2016-04-061-17/+23
* Add the missing EFIAPI keyword to solve build failure in GCC.Ruiyu Ni2016-04-062-0/+2
* Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3...Ruiyu Ni2016-04-0615-76/+839
* Build FatPkg for AArch64 platforms.Olivier Martin2016-04-061-2/+2