audk/FatPkg/EnhancedFatDxe
Olivier Martin ab99061ccc 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.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

(based on FatPkg commit c9429aef66663a27642bdaa3685e8a86f7bc74c7)

[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Leif Lindholm <leif.lindholm@arm.com>
2016-04-06 23:22:43 -07:00
..
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