summaryrefslogtreecommitdiff
path: root/FatPkg
AgeCommit message (Expand)AuthorFilesLines
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 Huang3-31/+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-06Add comments in DSC files to explain the function and design of components se...Leon Li1-0/+19
2016-04-06Removed unused library instances for FAT package DSC fileQing Huang1-2/+0
2016-04-06Split out Synchronization Library from Base LibraryMichael D Kinney1-0/+1
2016-04-06Fix the build error caused by recent MdePkg clean upQing Huang2-5/+6
2016-04-06Clean up to update the reference of the these macros: EFI_SIGNATURE_16 -> SIG...Qing Huang1-5/+5
2016-04-06Update for library instance renaming Fix typo in token space GUIDQing Huang2-2/+2
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 Huang3-12/+189
2016-04-06Add EDK II Prime FatPkg New Feature: Support both Unicode Collation and Unico...Qing Huang26-0/+9754