[rtems-tools commit] tester: Swap Xilinx ZynqMP BSPs to secondary UART

Joel Sherrill joel at rtems.org
Thu Jan 14 19:33:29 UTC 2021


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

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Thu Jan 14 07:53:38 2021 -0600

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.

---

 tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini | 2 +-
 tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini  | 2 +-
 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



More information about the vc mailing list