summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. FAT doesn't support to store time information in its FileLastAccess field....Kun Gui2016-04-062-5/+6
* gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport and gEfiFatPkgTokenSpaceG...Qing Huang2016-04-062-23/+10
* Refactor to invoke only one GetBestLanguage()Qing Huang2016-04-061-17/+7
* Apply GetBestLanguage() UefiLib to initialize Unicode Collation Protocol.Qing Huang2016-04-063-105/+76
* Fix a spec conformance issue that "Attributes" should only be checked when Op...Qing Huang2016-04-061-10/+5
* Fix the build error caused by recent MdePkg clean upQing Huang2016-04-061-4/+4
* Clean up to update the reference of the these macros: EFI_SIGNATURE_16 -> SIG...Qing Huang2016-04-061-5/+5
* Add details comments for the code flow to initialize Unicode Collation (2) su...Qing Huang2016-04-061-0/+14
* De-unicode in comment for source files.Qing Huang2016-04-062-2/+2
* Fix a typo when checking the 16-bit alignment of Unicode String.Qing Huang2016-04-061-1/+1
* Fix undefined format in debug print statement.Qing Huang2016-04-061-1/+1
* Add preparation for FAR release.Qing Huang2016-04-062-12/+136
* Add EDK II Prime FatPkg New Feature: Support both Unicode Collation and Unico...Qing Huang2016-04-0622-0/+9658