summaryrefslogtreecommitdiff
path: root/EdkShellPkg/ReadMe.txt
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2013-09-23 09:20:03 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-09-23 09:20:03 +0000
commit2bba8d5af44bd3846df43088ef88e40ac0f07fce (patch)
treefda229e3c09d7495d466c0e13a2fab0e4bad9201 /EdkShellPkg/ReadMe.txt
parentd45c8c30f6bc2dc9fc58af24379ec767affc7b2e (diff)
downloadedk2-platforms-2bba8d5af44bd3846df43088ef88e40ac0f07fce.tar.xz
EdkShellPkg: Add Aarch64 support
* Update the EFI Shell patch to use SVN rev 64 (was rev 61) * Modify build system to enable compilation targeting Aarch64 platform. * Modify patch to apply on EdkShell sources to add support for Aarch64. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14699 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkShellPkg/ReadMe.txt')
-rw-r--r--EdkShellPkg/ReadMe.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkShellPkg/ReadMe.txt b/EdkShellPkg/ReadMe.txt
index c05ec8c36c..b6ce6f5aab 100644
--- a/EdkShellPkg/ReadMe.txt
+++ b/EdkShellPkg/ReadMe.txt
@@ -15,8 +15,8 @@ This is EDK style package and the following steps can help to build the package:
To use this file, execute the following command under workspace to build EDK Shell source:
build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc
-4. If you need to compile for GCC or ARM you will need to apply ShellR61.patch.
- cd $(WORKSPACE)/Shell and execute patch -p1 < $(WORKSPACE)/EdkShellPkg/ShellR61.patch.
+4. If you need to compile for GCC or ARM you will need to apply ShellR64.patch.
+ cd $(WORKSPACE)/Shell and execute patch -p0 < $(WORKSPACE)/EdkShellPkg/ShellR64.patch.
If you are using a case sensative file system there are a few case bugs that patch
would not fix. Just fix the case of the file to match its usage and you should be
able to compile.