summaryrefslogtreecommitdiff
path: root/tools/qemu_arm.sh
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-11-14 09:04:14 +0100
committerRichard Braun <rbraun@sceen.net>2017-11-14 09:04:14 +0100
commit2540827b7929fe6460516e095d2c15d1c1bee92b (patch)
treeaa18a4dc7383c1dee9a8b33baa53d45493fc5413 /tools/qemu_arm.sh
parent3aa27e426b61b92cdb0e5b5503dd12ece85b4d69 (diff)
Per-CPU variables, TCB and SSP supportarm_port_dev
Diffstat (limited to 'tools/qemu_arm.sh')
-rwxr-xr-xtools/qemu_arm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qemu_arm.sh b/tools/qemu_arm.sh
index 9a69d0f1..bcc634ce 100755
--- a/tools/qemu_arm.sh
+++ b/tools/qemu_arm.sh
@@ -19,6 +19,7 @@ dd if=$BIN of=$IMG conv=notrunc
$QEMU_EXE \
-M virt-2.8 \
+ -cpu cortex-a15 \
-ctrl-grab \
-gdb tcp::1234 \
-m $RAM \