]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FatBinPkg: Added ARM Binaries
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Sep 2012 15:25:52 +0000 (15:25 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Sep 2012 15:25:52 +0000 (15:25 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Signed-off-by: Ray Ni <ruiyu.ni@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13756 6f19259b-4bc3-4df7-8a09-765794883524

FatBinPkg/EnhancedFatDxe/Arm/Fat.efi [new file with mode: 0755]
FatBinPkg/EnhancedFatDxe/Fat.inf
FatBinPkg/ReadMe.txt

diff --git a/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi
new file mode 100755 (executable)
index 0000000..78f654e
Binary files /dev/null and b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi differ
index 302d0084367b256065f713d2aebcc4d3c367f1fa..7ba84749d8cd98bade7a6b8f317091def0d9cf7d 100644 (file)
@@ -44,3 +44,5 @@
 [Binaries.EBC]\r
   PE32|Ebc/Fat.efi|*\r
 \r
+[Binaries.ARM]\r
+  PE32|Arm/Fat.efi|*\r
index 84a0f7805dd9ae01879b3a2e18bab4a5a2451474..434a0ffbaecbf4ae2a9ff52903474f5a7a210e06 100644 (file)
@@ -1,6 +1,12 @@
 The binaries of FatBinPkg are generated with RELEASE_MYTOOLS from FatPkgDev Combo at the following SVN address: \r
 http://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk/Combo/FatPkgDev\r
 \r
-The binaries in this package currently are built from UDK2010.SR1 release: MdePkg and BaseTools (r12898), FatPkg (r67)\r
-The binaries are built with no debug info (RELEASE TARGET).\r
-The Component Name 2 Protocol and Unicode Collation 2 Protocol are supported.
\ No newline at end of file
+# Ebc, Ia32, Ipf, X64\r
+  The binaries in this package currently are built from UDK2010.SR1 release: MdePkg and BaseTools (r12898), FatPkg (r67)\r
+  The binaries are built with no debug info (RELEASE TARGET).\r
+  The Component Name 2 Protocol and Unicode Collation 2 Protocol are supported.\r
+\r
+# ARM\r
+  The binaries in this package currently are built from EDK2 release: MdePkg and BaseTools (r13646), FatPkg (r71)\r
+  The binaries are built with no debug info (RELEASE TARGET).\r
+  Build Instructions: http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Binaries
\ No newline at end of file