mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Fix reset to BL3-1 instructions in user guide
Fix the instructions for resetting to the BL3-1 entrypoint in the
user guide. The BL3-1 and BL3-2 image locations changed in the fix
to ARM-software/tf-issues#117 (commit a1b6db6
).
Fixes ARM-software/tf-issues#237
Change-Id: I764eb17c66034511efb984c0e7cfda29bd99198f
This commit is contained in:
parent
c1efc4c066
commit
bfb1dd51c0
1 changed files with 20 additions and 20 deletions
|
@ -719,16 +719,16 @@ vector for each core.
|
|||
-C cluster1.NUM_CORES=4 \
|
||||
-C cache_state_modelled=1 \
|
||||
-C bp.pl011_uart0.untimed_fifos=1 \
|
||||
-C cluster0.cpu0.RVBAR=0x04006000 \
|
||||
-C cluster0.cpu1.RVBAR=0x04006000 \
|
||||
-C cluster0.cpu2.RVBAR=0x04006000 \
|
||||
-C cluster0.cpu3.RVBAR=0x04006000 \
|
||||
-C cluster1.cpu0.RVBAR=0x04006000 \
|
||||
-C cluster1.cpu1.RVBAR=0x04006000 \
|
||||
-C cluster1.cpu2.RVBAR=0x04006000 \
|
||||
-C cluster1.cpu3.RVBAR=0x04006000 \
|
||||
--data cluster0.cpu0="<path-to>/<bl31-binary>"@0x04006000 \
|
||||
--data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04024000 \
|
||||
-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>"@0x04000000 \
|
||||
--data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
|
||||
-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>"
|
||||
|
||||
|
@ -750,16 +750,16 @@ vector for each core.
|
|||
-C bp.tzc_400.diagnostics=1 \
|
||||
-C cache_state_modelled=1 \
|
||||
-C bp.pl011_uart0.untimed_fifos=1 \
|
||||
-C cluster0.cpu0.RVBARADDR=0x04006000 \
|
||||
-C cluster0.cpu1.RVBARADDR=0x04006000 \
|
||||
-C cluster0.cpu2.RVBARADDR=0x04006000 \
|
||||
-C cluster0.cpu3.RVBARADDR=0x04006000 \
|
||||
-C cluster1.cpu0.RVBARADDR=0x04006000 \
|
||||
-C cluster1.cpu1.RVBARADDR=0x04006000 \
|
||||
-C cluster1.cpu2.RVBARADDR=0x04006000 \
|
||||
-C cluster1.cpu3.RVBARADDR=0x04006000 \
|
||||
--data cluster0.cpu0="<path-to>/<bl31-binary>"@0x04006000 \
|
||||
--data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04024000 \
|
||||
-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>"@0x04000000 \
|
||||
--data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
|
||||
-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue