diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-27 15:25:52 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-27 15:25:52 +0000 |
commit | 1282a3df0bb3cf0c052096fdd69f65952d3b39bc (patch) | |
tree | 1de837d0f682551ab394d44834b9804a6ea80330 /FatBinPkg | |
parent | c0004f9c37f0c23e703afaaf46a6b73538f70b0a (diff) | |
download | edk2-platforms-1282a3df0bb3cf0c052096fdd69f65952d3b39bc.tar.xz |
FatBinPkg: Added ARM Binaries
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
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 |