summaryrefslogtreecommitdiff
path: root/FatPkg/EnhancedFatDxe
AgeCommit message (Expand)AuthorFilesLines
2016-04-06FatPkg EnhancedFatDxe: Use safe string functionsHao Wu4-15/+32
2016-04-06EFI_FILE_PROTOCOL spec conformance bug fix.Ruiyu Ni2-23/+20
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-0/+44
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu1-12/+15
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-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-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-06Zero out CacheBuffer in FatInitializeDiskCache after allocated.Star Zeng1-2/+2
2016-04-06Fix GCC build failure.Eric Dong1-1/+1
2016-04-06Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.Eric Dong1-2/+2
2016-04-06Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...Ruiyu Ni1-3/+3
2016-04-06Enlarge the buffer to contain file name.Qing Huang1-1/+1
2016-04-06Add some NULL pointer check by using ASSERT()Qing Huang1-1/+2
2016-04-06remove obsoleted .msa and .nspd filesHot Tian1-135/+0
2016-04-06Move lock to FAT driver binding start to prevent interrupt during hot plug ev...Qing Huang2-21/+24
2016-04-06Update copyright notice formatHot Tian23-44/+44
2016-04-06Fix a migration bug in Fat driver as the value of lock has been changed from ...Qing Huang3-15/+17
2016-04-06Clean PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION.Ken Lu1-2/+0
2016-04-061. Correct File header to ## @file 2. Remove unnecessary .common] postfix on ...Qing Huang1-4/+4
2016-04-06Update license headerQing Huang1-8/+8
2016-04-06Fix a warning issue with ARMCC.Andrew Fish1-1/+1
2016-04-06Fix bug in Unicode colloation that causes ASSERT on BeagleBoard. PlatformLang...Andrew Fish1-1/+1
2016-04-06Fix warning generated by GCC.Jordan Justen1-0/+2
2016-04-06Use EFI_FILE_PROTOCOL naming in place of EFI_FILEQing Huang8-68/+68
2016-04-061. FAT doesn't support to store time information in its FileLastAccess field....Kun Gui2-5/+6
2016-04-06gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport and gEfiFatPkgTokenSpaceG...Qing Huang2-23/+10
2016-04-06Refactor to invoke only one GetBestLanguage()Qing Huang1-17/+7
2016-04-06Apply GetBestLanguage() UefiLib to initialize Unicode Collation Protocol.Qing Huang3-105/+76
2016-04-06Fix a spec conformance issue that "Attributes" should only be checked when Op...Qing Huang1-10/+5
2016-04-06Fix the build error caused by recent MdePkg clean upQing Huang1-4/+4
2016-04-06Clean up to update the reference of the these macros: EFI_SIGNATURE_16 -> SIG...Qing Huang1-5/+5
2016-04-06Add details comments for the code flow to initialize Unicode Collation (2) su...Qing Huang1-0/+14
2016-04-06De-unicode in comment for source files.Qing Huang2-2/+2
2016-04-06Fix a typo when checking the 16-bit alignment of Unicode String.Qing Huang1-1/+1
2016-04-06Fix undefined format in debug print statement.Qing Huang1-1/+1
2016-04-06Add preparation for FAR release.Qing Huang2-12/+136
2016-04-06Add EDK II Prime FatPkg New Feature: Support both Unicode Collation and Unico...Qing Huang22-0/+9658