summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-01 05:41:42 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-01 05:41:42 +0000
commit1d5d0ae92d95410f20bc6daab7a47e129fb2547a (patch)
tree8679c57c5f85cadad47d4604450c1c3702276cf1 /ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt
parentfb334ef6c543b1babc9d8a613ad5d1ce6fe536e1 (diff)
downloadedk2-platforms-1d5d0ae92d95410f20bc6daab7a47e129fb2547a.tar.xz
Add ArmPlatformPkg from ARM Ltd. patch.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11291 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt')
-rw-r--r--ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt b/ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt
new file mode 100644
index 0000000000..890f0fb2e6
--- /dev/null
+++ b/ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt
@@ -0,0 +1,33 @@
+==============================================
+= ARM RealView Emulation Board Documentation =
+==============================================
+
+
+Howto build UEFI RealView EB for RealTime System Model
+------------------------------------------------------
+
+1. Set up the environment. And build the EDK2’s tools
+export EDK_TOOLS_PATH=`pwd`/BaseTools
+. edksetup.sh `pwd`/BaseTools/
+make -C $EDK_TOOLS_PATH
+
+2. Build the ARM RealView EB UEFI Firmware
+build -a ARM -p ArmPlatformPkg/ArmRealViewEBPkg/ArmRealViewEb-RTSM-A8.dsc -t RVCT
+
+
+Howto test UEFI RealView EB on RealTime System Model - Example Cortex A8
+------------------------------------------------------------------------
+
+ 1. Build 'ArmRealViewEb-RTSM-A8.dsc'
+
+ 2. To Run ArmRealViewEbPkg on the RTSM
+ 1. Start RealView Debugger
+ 2. Target > "Connect to Target"
+ 3. Add RTSM
+ 4. Configure this new RTSM.
+ 5. Choose CortexA8
+ 6. Setup the 'fname' of baseboard.flashldr_0 with your FD file (eg: c:\dev\edk2\Build\ArmRealViewEb-RTSM-A8\DEBUG_RVCT\FV\ARMREALVIEWEB_EFI.fd)
+ 7. Turn use_s8 to TRUE in baseboard.sp810_sysctrl
+ 8. Turn uart_enable to TRUE in baseboard.uart_0
+ 4. Connect a telnet client to the port 5000 of your localhost
+ 5. Launch the program \ No newline at end of file