summaryrefslogtreecommitdiffstats
path: root/EdkShellBinPkg
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2013-09-24 11:43:02 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-09-24 11:43:02 +0000
commitcd5a40bd98ab3298b87af4baa247cbaeeff4cb1e (patch)
tree34b2f7247c96c3410572bcee67e52673f250e20b /EdkShellBinPkg
parentb8918e1d2914a37ed632ccaa4cd80a82ea8a3a4f (diff)
downloadedk2-cd5a40bd98ab3298b87af4baa247cbaeeff4cb1e.tar.gz
edk2-cd5a40bd98ab3298b87af4baa247cbaeeff4cb1e.tar.bz2
edk2-cd5a40bd98ab3298b87af4baa247cbaeeff4cb1e.zip
EdkShellBinPkg: Added AArch64 EdkShellPkg binary and Updated Arm binary
These binaries are based on EFI Shell project SVN R64 + EdkShellPkg/ShellR64.patch. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14713 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkShellBinPkg')
-rwxr-xr-xEdkShellBinPkg/FullShell/AArch64/Shell_Full.efibin0 -> 1047296 bytes
-rwxr-xr-xEdkShellBinPkg/FullShell/Arm/Shell_Full.efibin661792 -> 651936 bytes
-rw-r--r--EdkShellBinPkg/FullShell/FullShell.inf4
-rw-r--r--EdkShellBinPkg/ReadMe.txt2
4 files changed, 4 insertions, 2 deletions
diff --git a/EdkShellBinPkg/FullShell/AArch64/Shell_Full.efi b/EdkShellBinPkg/FullShell/AArch64/Shell_Full.efi
new file mode 100755
index 0000000000..cbd19a94b2
--- /dev/null
+++ b/EdkShellBinPkg/FullShell/AArch64/Shell_Full.efi
Binary files differ
diff --git a/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi b/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi
index bdbe3e23a3..fe91f26a03 100755
--- a/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi
+++ b/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi
Binary files differ
diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf
index d147ee95c8..f4e2548e2b 100644
--- a/EdkShellBinPkg/FullShell/FullShell.inf
+++ b/EdkShellBinPkg/FullShell/FullShell.inf
@@ -26,7 +26,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF
+# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64
#
[Binaries.Ia32]
@@ -41,3 +41,5 @@
[Binaries.ARM]
PE32|Arm/Shell_Full.efi|*
+[Binaries.AARCH64]
+ PE32|AArch64/Shell_Full.efi|*
diff --git a/EdkShellBinPkg/ReadMe.txt b/EdkShellBinPkg/ReadMe.txt
index 29ba4d7a73..41424dd59a 100644
--- a/EdkShellBinPkg/ReadMe.txt
+++ b/EdkShellBinPkg/ReadMe.txt
@@ -12,5 +12,5 @@ The following steps can help to re-generate these binaries for customization:
To generate them, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\XXX\*.inf -b RELEASE". XXX means the corresponding module name.
-The Arm binaries of EdkShellBinPkg are generated with EFI shell project (svn r61) and build with Edk Compatibility & BaseTools Package (r13646).
+The Arm binaries of EdkShellBinPkg are generated with EFI shell project (svn r64) and build with Edk Compatibility & BaseTools Package (r14706).
Build Instructions are available on this page http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Binaries. \ No newline at end of file