.. |
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
|
Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3.1.D.
|
2016-04-06 23:22:43 -07:00 |
Debug.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
Delete.c
|
Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3.1.D.
|
2016-04-06 23:22:43 -07:00 |
DirectoryCache.c
|
Update copyright notice format
|
2016-04-06 23:22:43 -07:00 |
DirectoryManage.c
|
FatPkg/EnhancedFatDxe: Make the variable name follow rule
|
2016-12-09 11:02:08 +08:00 |
DiskCache.c
|
FatPkg/EnhancedFatDxe: Make the variable name follow rule
|
2016-12-09 11:02:08 +08:00 |
Fat.c
|
Fix a bug that prevents Fat driver being unloaded successfully.
|
2016-04-06 23:22:43 -07:00 |
Fat.h
|
FatPkg/EnhancedFatDxe: Use typedef for complex type
|
2016-12-09 11:02:08 +08:00 |
Fat.inf
|
FatPkg: INF/DEC file updates to EDK II packages
|
2016-04-06 23:22:43 -07:00 |
Fat.uni
|
FatPkg: INF/DEC file updates to EDK II packages
|
2016-04-06 23:22:43 -07:00 |
FatExtra.uni
|
FatPkg: INF/DEC file updates to EDK II packages
|
2016-04-06 23:22:43 -07:00 |
FatFileSystem.h
|
FatPkg/EnhancedFatDxe: Use typedef for complex type
|
2016-12-09 11:02:08 +08:00 |
FileName.c
|
FatPkg/EnhancedFatDxe: Avoid Non-Boolean type uses as Boolean
|
2016-12-09 11:02:06 +08:00 |
FileSpace.c
|
FatPkg/EnhancedFatDxe: Make the variable name follow rule
|
2016-12-09 11:02:08 +08:00 |
Flush.c
|
FatPkg/EnhancedFatDxe: Make the variable name follow rule
|
2016-12-09 11:02:08 +08:00 |
Hash.c
|
FatPkg/EnhancedFatDxe: rebase to ARRAY_SIZE()
|
2016-10-27 11:10:54 +02:00 |
Info.c
|
FatPkg/EnhancedFatDxe: Make function prototype align with definition
|
2016-12-09 11:02:07 +08:00 |
Init.c
|
FatPkg/EnhancedFatDxe: Make the variable name follow rule
|
2016-12-09 11:02:08 +08:00 |
Misc.c
|
FatPkg/EnhancedFatDxe: Make the variable name follow rule
|
2016-12-09 11:02:08 +08:00 |
Open.c
|
Refine code to make it more safely.
|
2016-04-06 23:22:43 -07:00 |
OpenVolume.c
|
Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3.1.D.
|
2016-04-06 23:22:43 -07:00 |
ReadWrite.c
|
FatPkg/EnhancedFatDxe: Make the variable name follow rule
|
2016-12-09 11:02:08 +08: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 |