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.
This commit is contained in:
Kinsey Moore 2021-01-14 07:53:38 -06:00 committed by Joel Sherrill
parent 90342feb4d
commit 4da011424c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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