diff options
author | Olivier Martin <olivier.martin@arm.com> | 2013-09-03 15:47:01 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-09-03 15:47:01 +0000 |
commit | f1a3b2a95b683d9d8d209876bdd6a3cbc0144777 (patch) | |
tree | 09ffe5cec3a55d7491721548afa62f592659a329 /ShellBinPkg/MinUefiShell | |
parent | 161671977325963e64582531a40129c5def7093b (diff) | |
download | edk2-f1a3b2a95b683d9d8d209876bdd6a3cbc0144777.tar.gz edk2-f1a3b2a95b683d9d8d209876bdd6a3cbc0144777.tar.bz2 edk2-f1a3b2a95b683d9d8d209876bdd6a3cbc0144777.zip |
ShellBinPkg: Added Aarch64 Shell binaries
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14622 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellBinPkg/MinUefiShell')
-rwxr-xr-x | ShellBinPkg/MinUefiShell/AArch64/Shell.efi | bin | 0 -> 441920 bytes | |||
-rw-r--r-- | ShellBinPkg/MinUefiShell/MinUefiShell.inf | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ShellBinPkg/MinUefiShell/AArch64/Shell.efi b/ShellBinPkg/MinUefiShell/AArch64/Shell.efi Binary files differnew file mode 100755 index 0000000000..ba8e20a757 --- /dev/null +++ b/ShellBinPkg/MinUefiShell/AArch64/Shell.efi diff --git a/ShellBinPkg/MinUefiShell/MinUefiShell.inf b/ShellBinPkg/MinUefiShell/MinUefiShell.inf index ba4c1f6448..62b586c4ba 100644 --- a/ShellBinPkg/MinUefiShell/MinUefiShell.inf +++ b/ShellBinPkg/MinUefiShell/MinUefiShell.inf @@ -30,3 +30,5 @@ [Binaries.ARM]
PE32|Arm/Shell.efi|*
+[Binaries.AArch64]
+ PE32|AArch64/Shell.efi|*
|