From: Olivier Martin Date: Tue, 24 Sep 2013 11:43:02 +0000 (+0000) Subject: EdkShellBinPkg: Added AArch64 EdkShellPkg binary and Updated Arm binary X-Git-Tag: edk2-stable201903~12223 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=cd5a40bd98ab3298b87af4baa247cbaeeff4cb1e 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 Reviewed-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14713 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkShellBinPkg/FullShell/AArch64/Shell_Full.efi b/EdkShellBinPkg/FullShell/AArch64/Shell_Full.efi new file mode 100755 index 0000000000..cbd19a94b2 Binary files /dev/null and b/EdkShellBinPkg/FullShell/AArch64/Shell_Full.efi differ diff --git a/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi b/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi index bdbe3e23a3..fe91f26a03 100755 Binary files a/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi and b/EdkShellBinPkg/FullShell/Arm/Shell_Full.efi 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