Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
8a6af12d
Commit
8a6af12d
authored
Jan 12, 2015
by
danh-arm
Browse files
Merge pull request #232 from jcastillo-arm/jc/fix_doc_bl31
Fix reset to BL3-1 instructions in user guide, part 3
parents
4c59dd6f
b04fb94a
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/user-guide.md
View file @
8a6af12d
...
...
@@ -817,16 +817,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=0x0402
2
000 \
-C cluster0.cpu1.RVBAR=0x0402
2
000 \
-C cluster0.cpu2.RVBAR=0x0402
2
000 \
-C cluster0.cpu3.RVBAR=0x0402
2
000 \
-C cluster1.cpu0.RVBAR=0x0402
2
000 \
-C cluster1.cpu1.RVBAR=0x0402
2
000 \
-C cluster1.cpu2.RVBAR=0x0402
2
000 \
-C cluster1.cpu3.RVBAR=0x0402
2
000 \
--data cluster0.cpu0="<path-to>/<bl31-binary>"@0x0402
2
000 \
--data cluster0.cpu0="<path-to>/<bl32-binary>"@0x0400
0
000 \
-C cluster0.cpu0.RVBAR=0x0402
3
000 \
-C cluster0.cpu1.RVBAR=0x0402
3
000 \
-C cluster0.cpu2.RVBAR=0x0402
3
000 \
-C cluster0.cpu3.RVBAR=0x0402
3
000 \
-C cluster1.cpu0.RVBAR=0x0402
3
000 \
-C cluster1.cpu1.RVBAR=0x0402
3
000 \
-C cluster1.cpu2.RVBAR=0x0402
3
000 \
-C cluster1.cpu3.RVBAR=0x0402
3
000 \
--data cluster0.cpu0="<path-to>/<bl31-binary>"@0x0402
3
000 \
--data cluster0.cpu0="<path-to>/<bl32-binary>"@0x0400
1
000 \
--data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>"
...
...
@@ -844,16 +844,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=0x0402
2
000 \
-C cluster0.cpu1.RVBARADDR=0x0402
2
000 \
-C cluster0.cpu2.RVBARADDR=0x0402
2
000 \
-C cluster0.cpu3.RVBARADDR=0x0402
2
000 \
-C cluster1.cpu0.RVBARADDR=0x0402
2
000 \
-C cluster1.cpu1.RVBARADDR=0x0402
2
000 \
-C cluster1.cpu2.RVBARADDR=0x0402
2
000 \
-C cluster1.cpu3.RVBARADDR=0x0402
2
000 \
--data cluster0.cpu0="<path-to>/<bl31-binary>"@0x0402
2
000 \
--data cluster0.cpu0="<path-to>/<bl32-binary>"@0x0400
0
000 \
-C cluster0.cpu0.RVBARADDR=0x0402
3
000 \
-C cluster0.cpu1.RVBARADDR=0x0402
3
000 \
-C cluster0.cpu2.RVBARADDR=0x0402
3
000 \
-C cluster0.cpu3.RVBARADDR=0x0402
3
000 \
-C cluster1.cpu0.RVBARADDR=0x0402
3
000 \
-C cluster1.cpu1.RVBARADDR=0x0402
3
000 \
-C cluster1.cpu2.RVBARADDR=0x0402
3
000 \
-C cluster1.cpu3.RVBARADDR=0x0402
3
000 \
--data cluster0.cpu0="<path-to>/<bl31-binary>"@0x0402
3
000 \
--data cluster0.cpu0="<path-to>/<bl32-binary>"@0x0400
1
000 \
--data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment