summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Castillo <juan.castillo@arm.com>2014-11-20 17:31:14 +0000
committerJuan Castillo <juan.castillo@arm.com>2015-01-12 14:56:43 +0000
commitb04fb94af78d93bf40ed428f2b5ed7c779955c1a (patch)
tree19754b97fe9010fbbef39e498c5bcdb63ef3afa3
parent29e32cba4ad243071c643c839dfd4f46a0b19655 (diff)
Fix reset to BL3-1 instructions in user guide, part 3
Patch 20d51ca moved the shared data page from the top of the Trusted SRAM to the bottom, changing the load addresses of BL3-1 and BL3-2. This patch updates BL3-1 and BL3-2 addresses in the instructions to run the Trusted Firmware on FVP using BL3-1 as reset vector. This patch is similar to but distinct from bfb1dd5 and 7ea4c43. Change-Id: I6b467f9a82360a5e2181db99fea881487de52704
-rw-r--r--docs/user-guide.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 0b95a1bf..bd843470 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -814,16 +814,16 @@ with 8 CPUs using the ARM Trusted Firmware.
-C cluster1.NUM_CORES=4 \
-C cache_state_modelled=1 \
-C bp.pl011_uart0.untimed_fifos=1 \
- -C cluster0.cpu0.RVBAR=0x04022000 \
- -C cluster0.cpu1.RVBAR=0x04022000 \
- -C cluster0.cpu2.RVBAR=0x04022000 \
- -C cluster0.cpu3.RVBAR=0x04022000 \
- -C cluster1.cpu0.RVBAR=0x04022000 \
- -C cluster1.cpu1.RVBAR=0x04022000 \
- -C cluster1.cpu2.RVBAR=0x04022000 \
- -C cluster1.cpu3.RVBAR=0x04022000 \
- --data cluster0.cpu0="<path-to>/<bl31-binary>"@0x04022000 \
- --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04000000 \
+ -C cluster0.cpu0.RVBAR=0x04023000 \
+ -C cluster0.cpu1.RVBAR=0x04023000 \
+ -C cluster0.cpu2.RVBAR=0x04023000 \
+ -C cluster0.cpu3.RVBAR=0x04023000 \
+ -C cluster1.cpu0.RVBAR=0x04023000 \
+ -C cluster1.cpu1.RVBAR=0x04023000 \
+ -C cluster1.cpu2.RVBAR=0x04023000 \
+ -C cluster1.cpu3.RVBAR=0x04023000 \
+ --data cluster0.cpu0="<path-to>/<bl31-binary>"@0x04023000 \
+ --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04001000 \
--data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>"
@@ -841,16 +841,16 @@ boot Linux with 8 CPUs using the ARM Trusted Firmware.
-C bp.tzc_400.diagnostics=1 \
-C cache_state_modelled=1 \
-C bp.pl011_uart0.untimed_fifos=1 \
- -C cluster0.cpu0.RVBARADDR=0x04022000 \
- -C cluster0.cpu1.RVBARADDR=0x04022000 \
- -C cluster0.cpu2.RVBARADDR=0x04022000 \
- -C cluster0.cpu3.RVBARADDR=0x04022000 \
- -C cluster1.cpu0.RVBARADDR=0x04022000 \
- -C cluster1.cpu1.RVBARADDR=0x04022000 \
- -C cluster1.cpu2.RVBARADDR=0x04022000 \
- -C cluster1.cpu3.RVBARADDR=0x04022000 \
- --data cluster0.cpu0="<path-to>/<bl31-binary>"@0x04022000 \
- --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04000000 \
+ -C cluster0.cpu0.RVBARADDR=0x04023000 \
+ -C cluster0.cpu1.RVBARADDR=0x04023000 \
+ -C cluster0.cpu2.RVBARADDR=0x04023000 \
+ -C cluster0.cpu3.RVBARADDR=0x04023000 \
+ -C cluster1.cpu0.RVBARADDR=0x04023000 \
+ -C cluster1.cpu1.RVBARADDR=0x04023000 \
+ -C cluster1.cpu2.RVBARADDR=0x04023000 \
+ -C cluster1.cpu3.RVBARADDR=0x04023000 \
+ --data cluster0.cpu0="<path-to>/<bl31-binary>"@0x04023000 \
+ --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04001000 \
--data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>"