summaryrefslogtreecommitdiffstats
path: root/FatPkg
Commit message (Expand)AuthorAgeFilesLines
...
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-062-0/+46
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-061-0/+4
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-064-0/+86
* FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2016-04-062-17/+22
* 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
* Update FatPkg.dsc copyright year.Ruiyu Ni2016-04-061-1/+1
* Update FatPkg revision from 0.2 to 0.3.Ruiyu Ni2016-04-062-3/+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
* Build FatPkg for AArch64 platforms.Olivier Martin2016-04-061-2/+2
* 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
* 1. Expand and add null terminate to end of string like function comments said...Star Zeng2016-04-062-7/+8
* Zero out CacheBuffer in FatInitializeDiskCache after allocated.Star Zeng2016-04-061-2/+2
* Enable ARM support.Olivier Martin2016-04-061-1/+5
* Fix GCC build failure.Eric Dong2016-04-061-1/+1
* Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.Eric Dong2016-04-061-2/+2
* Update the Package version and obsolete ReadMe.txt.Ruiyu Ni2016-04-063-9/+2
* Only traverse recovery file's FAT table to fast the recovery performance.Feng Tian2016-04-062-6/+17
* FatPkg: Use BasePcdLibNull to prevent PCD dependencyJordan Justen2016-04-061-2/+1
* Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...Ruiyu Ni2016-04-061-3/+3
* FatPkg: Add FAT PEIMJordan Justen2016-04-069-0/+2757
* Clean up invalid keywords and missing keywords in [Define] section of DEC file.Star Zeng2016-04-061-2/+3
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...Michael D Kinney2016-04-061-1/+2
* 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-062-188/+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-0627-50/+49
* 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-063-12/+12
* 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-063-31/+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
* Add comments in DSC files to explain the function and design of components se...Leon Li2016-04-061-0/+19
* Removed unused library instances for FAT package DSC fileQing Huang2016-04-061-2/+0
* Split out Synchronization Library from Base LibraryMichael D Kinney2016-04-061-0/+1
* Fix the build error caused by recent MdePkg clean upQing Huang2016-04-062-5/+6