mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
b8918e1d29
commit
cd5a40bd98
Binary file not shown.
Binary file not shown.
|
@ -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|*
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue