[rtems-tools commit] tester: Load RISC-V image using -bios and increase memory size

Daniel Hellstrom danielh at rtems.org
Tue Sep 6 14:29:55 UTC 2022


Module:    rtems-tools
Branch:    master
Commit:    99cc1fb79a09c8494476f0bbf6c34c165692f8d7
Changeset: http://git.rtems.org/rtems-tools/commit/?id=99cc1fb79a09c8494476f0bbf6c34c165692f8d7

Author:    Daniel Cederman <cederman at gaisler.com>
Date:      Fri Aug 19 16:14:35 2022 +0200

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.

---

 tester/rtems/testing/bsps/rv64imafd_medany.ini  | 3 ++-
 tester/rtems/testing/bsps/rv64imafdc_medany.ini | 3 ++-
 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



More information about the vc mailing list