diff options
Diffstat (limited to 'FatBinPkg')
-rwxr-xr-x | FatBinPkg/EnhancedFatDxe/Arm/Fat.efi | bin | 0 -> 15008 bytes | |||
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Fat.inf | 2 | ||||
-rw-r--r-- | FatBinPkg/ReadMe.txt | 12 |
3 files changed, 11 insertions, 3 deletions
diff --git a/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi Binary files differnew file mode 100755 index 0000000000..78f654eed5 --- /dev/null +++ b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf index 302d008436..7ba84749d8 100644 --- a/FatBinPkg/EnhancedFatDxe/Fat.inf +++ b/FatBinPkg/EnhancedFatDxe/Fat.inf @@ -44,3 +44,5 @@ [Binaries.EBC]
PE32|Ebc/Fat.efi|*
+[Binaries.ARM]
+ PE32|Arm/Fat.efi|*
diff --git a/FatBinPkg/ReadMe.txt b/FatBinPkg/ReadMe.txt index 84a0f7805d..434a0ffbae 100644 --- a/FatBinPkg/ReadMe.txt +++ b/FatBinPkg/ReadMe.txt @@ -1,6 +1,12 @@ The binaries of FatBinPkg are generated with RELEASE_MYTOOLS from FatPkgDev Combo at the following SVN address:
http://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk/Combo/FatPkgDev
-The binaries in this package currently are built from UDK2010.SR1 release: MdePkg and BaseTools (r12898), FatPkg (r67)
-The binaries are built with no debug info (RELEASE TARGET).
-The Component Name 2 Protocol and Unicode Collation 2 Protocol are supported.
\ No newline at end of file +# Ebc, Ia32, Ipf, X64
+ The binaries in this package currently are built from UDK2010.SR1 release: MdePkg and BaseTools (r12898), FatPkg (r67)
+ The binaries are built with no debug info (RELEASE TARGET).
+ The Component Name 2 Protocol and Unicode Collation 2 Protocol are supported.
+
+# ARM
+ The binaries in this package currently are built from EDK2 release: MdePkg and BaseTools (r13646), FatPkg (r71)
+ The binaries are built with no debug info (RELEASE TARGET).
+ Build Instructions: http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Binaries
\ No newline at end of file |