Update Fat Binary to use EDK II Prime EnhancedFat driver in FatPkg.

Add the support of Component Name 2.
Add the support of Unicode Collation 2.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4410 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2007-12-20 09:58:59 +00:00
parent 22e81f120b
commit c153babd79
6 changed files with 6 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,2 +0,0 @@
FAT Binary Package does not provide any debug infrastructure. The PCD value of PcdDebugPropertyMask is set to 0 to disable Assert, Debug Print, Debug Code, Clear Memory, Assert Breakpoint and Assert Dead Loop.
It also has no patchable-in-module PCD settings. So it only contains UEFI image files.

Binary file not shown.

6
FatBinPkg/ReadMe.txt Normal file
View File

@ -0,0 +1,6 @@
The binaries of FatBinPkg are generated with DEBUG_MYTOOLS:
MdePkg(r4409): https://edk2.tianocore.org/svn/edk2/trunk/edk2/MdePkg
FatPkg(r23): https://fat-driver2.tianocore.org/svn/fat-driver2/trunk/FatPkg
The binaries are built with mininal debug info.
The Component Name 2 Protocol and Unicode Collation 2 Protocol are supported.