From: Luke Kenneth Casson Leighton Date: Fri, 23 Apr 2021 12:49:09 +0000 (+0100) Subject: add qemuopts X-Git-Tag: 0.0.1~41 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e717ee5e11cb58fbb48d6e4ac1302e075caa75ea;p=openpower-isa.git add qemuopts --- diff --git a/src/openpower/simulator/qemu_test/memmap b/src/openpower/simulator/qemu_test/memmap new file mode 100644 index 00000000..8cc1a16e --- /dev/null +++ b/src/openpower/simulator/qemu_test/memmap @@ -0,0 +1,11 @@ + +MEMORY +{ + ram : ORIGIN = 0x20000000, LENGTH = 128M +} + +SECTIONS +{ + .text : { *(.text*) } > ram + .bss : { *(.text*) } > ram +} diff --git a/src/openpower/simulator/qemu_test/qemuopts.txt b/src/openpower/simulator/qemu_test/qemuopts.txt new file mode 100755 index 00000000..06d7c9c0 --- /dev/null +++ b/src/openpower/simulator/qemu_test/qemuopts.txt @@ -0,0 +1 @@ +-machine powernv9 -nographic -s -S -kernel kernel.bin