summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe
Commit message (Expand)AuthorAgeFilesLines
* FatPkg/EnhancedFatDxe: Fix various typosAntoine Coeur2020-02-107-12/+12
* FatPkg: Fix spelling errorsSean Brogan2019-10-229-25/+25
* FatPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0923-161/+23
* 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-061-2/+2
* FatPkg: Clean up source filesLiming Gao2018-06-284-9/+9
* FatPkg/EnhancedFatDxe: Ensure traverse of subtasks is delete-safeHao Wu2018-04-181-3/+12
* FatPkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned typeHao Wu2017-01-121-2/+2
* 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-091-1/+1
* 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 EnhancedFatDxe: Use safe string functionsHao Wu2016-04-064-15/+32
* EFI_FILE_PROTOCOL spec conformance bug fix.Ruiyu Ni2016-04-062-23/+20
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-062-0/+44
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-061-12/+15
* 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
* 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
* Please find this patch that makes FatGetCurrentFatTime() always return a vali...Olivier Martin2016-04-061-3/+13
* InitializeUnicodeCollationSupportWorker mixed the use of Status variable for ...Star Zeng2016-04-061-4/+5
* Zero out CacheBuffer in FatInitializeDiskCache after allocated.Star Zeng2016-04-061-2/+2
* Fix GCC build failure.Eric Dong2016-04-061-1/+1
* Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.Eric Dong2016-04-061-2/+2
* Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...Ruiyu Ni2016-04-061-3/+3
* Enlarge the buffer to contain file name.Qing Huang2016-04-061-1/+1
* Add some NULL pointer check by using ASSERT()Qing Huang2016-04-061-1/+2
* remove obsoleted .msa and .nspd filesHot Tian2016-04-061-135/+0
* Move lock to FAT driver binding start to prevent interrupt during hot plug ev...Qing Huang2016-04-062-21/+24
* Update copyright notice formatHot Tian2016-04-0623-44/+44
* Fix a migration bug in Fat driver as the value of lock has been changed from ...Qing Huang2016-04-063-15/+17
* Clean PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION.Ken Lu2016-04-061-2/+0
* 1. Correct File header to ## @file 2. Remove unnecessary .common] postfix on ...Qing Huang2016-04-061-4/+4
* Update license headerQing Huang2016-04-061-8/+8
* Fix a warning issue with ARMCC.Andrew Fish2016-04-061-1/+1
* Fix bug in Unicode colloation that causes ASSERT on BeagleBoard. PlatformLang...Andrew Fish2016-04-061-1/+1
* Fix warning generated by GCC.Jordan Justen2016-04-061-0/+2
* Use EFI_FILE_PROTOCOL naming in place of EFI_FILEQing Huang2016-04-068-68/+68