.. |
ComponentName.c
|
Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid.
|
2016-04-06 23:22:43 -07:00 |
Data.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Debug.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Delete.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
DirectoryCache.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
DirectoryManage.c
|
Add some NULL pointer check by using ASSERT()
|
2016-04-06 23:22:43 -07:00 |
DiskCache.c
|
Zero out CacheBuffer in FatInitializeDiskCache after allocated.
|
2016-04-06 23:22:43 -07:00 |
Fat.c
|
Move lock to FAT driver binding start to prevent interrupt during hot plug event.
|
2016-04-06 23:22:43 -07:00 |
Fat.h
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Fat.inf
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
FatFileSystem.h
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
FileName.c
|
Enlarge the buffer to contain file name.
|
2016-04-06 23:22:43 -07:00 |
FileSpace.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Flush.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Hash.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Info.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Init.c
|
Move lock to FAT driver binding start to prevent interrupt during hot plug event.
|
2016-04-06 23:22:43 -07:00 |
Misc.c
|
Please find this patch that makes FatGetCurrentFatTime() always return a valid time. Without this patch if gRT->GetTime fails to return the time then some operations on the filesystem could fail.
|
2016-04-06 23:22:43 -07:00 |
Open.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
OpenVolume.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
ReadWrite.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
UnicodeCollation.c
|
InitializeUnicodeCollationSupportWorker mixed the use of Status variable for OpenProtocol and return, it will cause the function to return EFI_SUCCESS even the proper UnicodeCollation is absent. Add ReturnStatus to hold the return status.
|
2016-04-06 23:22:43 -07:00 |