summaryrefslogtreecommitdiffstats
path: root/tester/rtems
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-01-14 07:53:38 -0600
committerJoel Sherrill <joel@rtems.org>2021-01-14 13:33:16 -0600
commit4da011424c92f76ffa06f8a01f92861875806056 (patch)
treee1bf43dc7618dbb01dd3ffdd2db3334193fcb510 /tester/rtems
parenttester: Add support for arm/fvp_cortex_r52 BSP (diff)
downloadrtems-tools-4da011424c92f76ffa06f8a01f92861875806056.tar.bz2
tester: Swap Xilinx ZynqMP BSPs to secondary UART
Qemu's machine definition uses the second UART in the memory map as the primary UART. This follows from the hardware itself where the second UART in the memory map is UART 0. This switches the tester to using the correct UART.
Diffstat (limited to 'tester/rtems')
-rw-r--r--tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini2
-rw-r--r--tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini b/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini
index 5ff0e86..35869ed 100644
--- a/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini
+++ b/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini
@@ -35,4 +35,4 @@
bsp = xilinx_zynqmp_ilp32
arch = aarch64
tester = %{_rtscripts}/qemu.cfg
-bsp_qemu_opts = %{qemu_opts_base} -serial null -serial mon:stdio -machine xlnx-zcu102 -m 4096
+bsp_qemu_opts = %{qemu_opts_base} -serial mon:stdio -machine xlnx-zcu102 -m 4096
diff --git a/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini b/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini
index 8db82b6..cd2d268 100644
--- a/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini
+++ b/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini
@@ -35,4 +35,4 @@
bsp = xilinx_zynqmp_lp64
arch = aarch64
tester = %{_rtscripts}/qemu.cfg
-bsp_qemu_opts = %{qemu_opts_base} -serial null -serial mon:stdio -machine xlnx-zcu102 -m 4096
+bsp_qemu_opts = %{qemu_opts_base} -serial mon:stdio -machine xlnx-zcu102 -m 4096