summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Documentation
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-07-29 16:17:27 +0000
committerabiesheuvel <abiesheuvel@Edk2>2015-07-29 16:17:27 +0000
commit6ed41dadaab9e09afeb7cbd28270eec558e21772 (patch)
tree751352cd1411c39c9bb5e8c194bf7efadc0e6f87 /ArmPlatformPkg/Documentation
parentb56750422f7df2f2ecbbed4c75976c1d5abc88ae (diff)
downloadedk2-platforms-6ed41dadaab9e09afeb7cbd28270eec558e21772.tar.xz
ArmPlatformPkg: remove obsolete ARM and AARCH64 platforms
Remove obsolete ARM and AARCH64 platforms so the maintainers can focus on the ones that are still supported, which are: - TC2 (ArmVExpress-CTA15-A7.dsc) - Foundation model and Fast model emulators (ArmVExpress-FVP-AArch64.dsc) - Juno (ArmJunoPkg/ArmJuno.dsc) - Cortex-A15 MPcore RTSM (ArmVExpress-RTSM-A15_MPCore) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18110 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Documentation')
-rw-r--r--ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt43
1 files changed, 0 insertions, 43 deletions
diff --git a/ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt b/ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt
deleted file mode 100644
index 5d86e9a662..0000000000
--- a/ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-==============================================
-= ARM RealView Emulation Board Documentation =
-==============================================
-
-
-Howto build UEFI RealView EB for RealTime System Model
-------------------------------------------------------
-
-For Linux
----------
-
-1. Get EDK2 from Tianocore Subversion repository
-svn co https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2 edk2 --username guest
-
-2. Get FatPkg from EDK2 SVN repository:
-cd edk2
-svn co https://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk/FatPkg FatPkg --username guest
-
-3. 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
-
-4. Build the ARM RealView EB UEFI Firmware
-build -a ARM -p ArmPlatformPkg/ArmRealViewEBPkg/ArmRealViewEb-RTSM-A8.dsc -t RVCTLINUX
-
-
-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