summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2022-08-19 16:14:35 +0200
committerDaniel Cederman <cederman@gaisler.com>2022-08-19 16:14:35 +0200
commit99cc1fb79a09c8494476f0bbf6c34c165692f8d7 (patch)
tree45b22f76ba8d0eb39011c5092463f64f14e243b7
parenttester: Add option to specify how to load image with QEMU (diff)
downloadrtems-tools-99cc1fb79a09c8494476f0bbf6c34c165692f8d7.tar.bz2
tester: Load RISC-V image using -bios and increase memory size
This avoids overlapping the RTEMS image with the builtin opensbi image and the location of the fdt.
-rw-r--r--tester/rtems/testing/bsps/rv64imafd_medany.ini3
-rw-r--r--tester/rtems/testing/bsps/rv64imafdc_medany.ini3
2 files changed, 4 insertions, 2 deletions
diff --git a/tester/rtems/testing/bsps/rv64imafd_medany.ini b/tester/rtems/testing/bsps/rv64imafd_medany.ini
index 15137df..9a09518 100644
--- a/tester/rtems/testing/bsps/rv64imafd_medany.ini
+++ b/tester/rtems/testing/bsps/rv64imafd_medany.ini
@@ -32,4 +32,5 @@
bsp = rv64imafd_medany
arch = riscv64
tester = %{_rtscripts}/qemu.cfg
-bsp_qemu_opts = -no-reboot -nographic %{qemu_opts_no_net} -machine virt -m 64M
+bsp_qemu_image_type = -bios
+bsp_qemu_opts = -no-reboot -nographic %{qemu_opts_no_net} -machine virt -m 128M
diff --git a/tester/rtems/testing/bsps/rv64imafdc_medany.ini b/tester/rtems/testing/bsps/rv64imafdc_medany.ini
index 30abd50..cd4fe47 100644
--- a/tester/rtems/testing/bsps/rv64imafdc_medany.ini
+++ b/tester/rtems/testing/bsps/rv64imafdc_medany.ini
@@ -33,4 +33,5 @@
bsp = rv64imafdc_medany
arch = riscv64
tester = %{_rtscripts}/qemu.cfg
-bsp_qemu_opts = -no-reboot -nographic %{qemu_opts_no_net} -machine virt -m 64M
+bsp_qemu_image_type = -bios
+bsp_qemu_opts = -no-reboot -nographic %{qemu_opts_no_net} -machine virt -m 128M