index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FatPkg
/
EnhancedFatDxe
Age
Commit message (
Expand
)
Author
2016-04-06
EFI_FILE_PROTOCOL spec conformance bug fix.
Ruiyu Ni
2016-04-06
FatPkg: INF/DEC file updates to EDK II packages
Shumin Qiu
2016-04-06
FatPkg: INF/DEC file updates to EDK II packages
Shumin Qiu
2016-04-06
Fix a potential buffer over flow issue.
Ruiyu Ni
2016-04-06
Refine code to make it more safely.
Eric Dong
2016-04-06
Fix a bug that prevents Fat driver being unloaded successfully.
Ruiyu Ni
2016-04-06
Remove the RemoteEntryList() because the Task isn't added to the linked list ...
Ruiyu Ni
2016-04-06
Fix a bug in the Fat Stop() function which may return EFI_NOT_FOUND when the ...
Ruiyu Ni
2016-04-06
Add the missing EFIAPI keyword to solve build failure in GCC.
Ruiyu Ni
2016-04-06
Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3...
Ruiyu Ni
2016-04-06
Please find this patch that makes FatGetCurrentFatTime() always return a vali...
Olivier Martin
2016-04-06
InitializeUnicodeCollationSupportWorker mixed the use of Status variable for ...
Star Zeng
2016-04-06
Zero out CacheBuffer in FatInitializeDiskCache after allocated.
Star Zeng
2016-04-06
Fix GCC build failure.
Eric Dong
2016-04-06
Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.
Eric Dong
2016-04-06
Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...
Ruiyu Ni
2016-04-06
Enlarge the buffer to contain file name.
Qing Huang
2016-04-06
Add some NULL pointer check by using ASSERT()
Qing Huang
2016-04-06
remove obsoleted .msa and .nspd files
Hot Tian
2016-04-06
Move lock to FAT driver binding start to prevent interrupt during hot plug ev...
Qing Huang
2016-04-06
Update copyright notice format
Hot Tian
2016-04-06
Fix a migration bug in Fat driver as the value of lock has been changed from ...
Qing Huang
2016-04-06
Clean PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION.
Ken Lu
2016-04-06
1. Correct File header to ## @file 2. Remove unnecessary .common] postfix on ...
Qing Huang
2016-04-06
Update license header
Qing Huang
2016-04-06
Fix a warning issue with ARMCC.
Andrew Fish
2016-04-06
Fix bug in Unicode colloation that causes ASSERT on BeagleBoard. PlatformLang...
Andrew Fish
2016-04-06
Fix warning generated by GCC.
Jordan Justen
2016-04-06
Use EFI_FILE_PROTOCOL naming in place of EFI_FILE
Qing Huang
2016-04-06
1. FAT doesn't support to store time information in its FileLastAccess field....
Kun Gui
2016-04-06
gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport and gEfiFatPkgTokenSpaceG...
Qing Huang
2016-04-06
Refactor to invoke only one GetBestLanguage()
Qing Huang
2016-04-06
Apply GetBestLanguage() UefiLib to initialize Unicode Collation Protocol.
Qing Huang
2016-04-06
Fix a spec conformance issue that "Attributes" should only be checked when Op...
Qing Huang
2016-04-06
Fix the build error caused by recent MdePkg clean up
Qing Huang
2016-04-06
Clean up to update the reference of the these macros: EFI_SIGNATURE_16 -> SIG...
Qing Huang
2016-04-06
Add details comments for the code flow to initialize Unicode Collation (2) su...
Qing Huang
2016-04-06
De-unicode in comment for source files.
Qing Huang
2016-04-06
Fix a typo when checking the 16-bit alignment of Unicode String.
Qing Huang
2016-04-06
Fix undefined format in debug print statement.
Qing Huang
2016-04-06
Add preparation for FAR release.
Qing Huang
2016-04-06
Add EDK II Prime FatPkg New Feature: Support both Unicode Collation and Unico...
Qing Huang