summaryrefslogtreecommitdiff
path: root/FatPkg
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-09FatPkg/EnhancedFatDxe: Avoid Non-Boolean type uses as BooleanDandan Bi1-2/+2
2016-10-27FatPkg/EnhancedFatDxe: rebase to ARRAY_SIZE()Laszlo Ersek3-6/+6
2016-10-12FatPkg/FatPei: Use PcdRecoveryFileName PCD.Jiewen Yao3-8/+9
2016-08-08FatPkg DSC: Add build option to disable deprecated APIsHao Wu1-0/+1
2016-04-22FatPkg: Add Contributions.txtJordan Justen1-0/+218
2016-04-22FatPkg: Update License.txt to have the full license textJordan Justen1-7/+22
2016-04-06FatPkg: Add NOOPT target in FatPkg.dscHao Wu1-2/+2
2016-04-06FatPkg EnhancedFatDxe: Use safe string functionsHao Wu4-15/+32
2016-04-06FatPkg/FatPei: Fix build errorFeng Tian1-13/+11
2016-04-06FatPkg: Add RecoveryBlockIo2Ppi supportFeng Tian4-68/+147
2016-04-06EFI_FILE_PROTOCOL spec conformance bug fix.Ruiyu Ni2-23/+20
2016-04-06Add stack protection to ARM architectures. BaseStackCheckLib is now required ...Olivier Martin1-0/+1
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-0/+46
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu1-0/+4
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu4-0/+86
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-17/+22
2016-04-06Fix a potential buffer over flow issue.Ruiyu Ni1-2/+3
2016-04-06Refine code to make it more safely.Eric Dong1-1/+3
2016-04-06Update FatPkg.dsc copyright year.Ruiyu Ni1-1/+1
2016-04-06Update FatPkg revision from 0.2 to 0.3.Ruiyu Ni2-3/+3
2016-04-06Fix a bug that prevents Fat driver being unloaded successfully.Ruiyu Ni1-5/+64
2016-04-06Remove the RemoteEntryList() because the Task isn't added to the linked list ...Ruiyu Ni1-1/+0
2016-04-06Fix a bug in the Fat Stop() function which may return EFI_NOT_FOUND when the ...Ruiyu Ni1-17/+23
2016-04-06Add the missing EFIAPI keyword to solve build failure in GCC.Ruiyu Ni2-0/+2
2016-04-06Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3...Ruiyu Ni15-76/+839
2016-04-06Build FatPkg for AArch64 platforms.Olivier Martin1-2/+2
2016-04-06Please find this patch that makes FatGetCurrentFatTime() always return a vali...Olivier Martin1-3/+13
2016-04-06InitializeUnicodeCollationSupportWorker mixed the use of Status variable for ...Star Zeng1-4/+5
2016-04-061. Expand and add null terminate to end of string like function comments said...Star Zeng2-7/+8
2016-04-06Zero out CacheBuffer in FatInitializeDiskCache after allocated.Star Zeng1-2/+2
2016-04-06Enable ARM support.Olivier Martin1-1/+5
2016-04-06Fix GCC build failure.Eric Dong1-1/+1
2016-04-06Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.Eric Dong1-2/+2
2016-04-06Update the Package version and obsolete ReadMe.txt.Ruiyu Ni3-9/+2
2016-04-06Only traverse recovery file's FAT table to fast the recovery performance.Feng Tian2-6/+17
2016-04-06FatPkg: Use BasePcdLibNull to prevent PCD dependencyJordan Justen1-2/+1
2016-04-06Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...Ruiyu Ni1-3/+3
2016-04-06FatPkg: Add FAT PEIMJordan Justen9-0/+2757