Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions debug/t32.cmm
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
system.reset

system.cpu CORTEXA72A53
system.config corenumber 8.
system.cpu ARMV8-A
;system.config corenumber 8.

core.assign 1. 2. 3. 4. 5. 6. 7. 8.
;core.assign 1. 2. 3. 4. 5. 6. 7. 8.

sys.up

d.load.elf ../out/aarch64-unknown-none-softfloat/release/fvp /nocode
Data.LOAD.Elf ../third-party/nw-linux/vmlinux /NoCODE /noclear

list
register
Expand Down
Loading