From: oliviermartin Date: Thu, 27 Sep 2012 15:25:52 +0000 (+0000) Subject: FatBinPkg: Added ARM Binaries X-Git-Tag: edk2-stable201903~13024 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1282a3df0bb3cf0c052096fdd69f65952d3b39bc FatBinPkg: Added ARM Binaries Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Signed-off-by: Ray Ni git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13756 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi new file mode 100755 index 0000000000..78f654eed5 Binary files /dev/null and b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi differ 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