]> git.proxmox.com Git - mirror_qemu.git/commit
RISC-V: Enable second UART on sifive_e and sifive_u
authorMichael Clark <mjc@sifive.com>
Fri, 14 Dec 2018 00:19:03 +0000 (00:19 +0000)
committerPalmer Dabbelt <palmer@sifive.com>
Thu, 20 Dec 2018 20:08:43 +0000 (12:08 -0800)
commit194eef09d06358ea50b52340df853e9beeccce15
tree454ffa1f0ac31beeb466ac5426deebb6a38dda98
parente41848e5c9245947c09fb0cf3e160ec9350907f4
RISC-V: Enable second UART on sifive_e and sifive_u

Previously the second UARTs on the sifive_e and sifive_u machines
where disabled due to check-qtest-riscv32 and check-qtest-riscv64
failures. Recent changes in the QEMU core serial code have
resolved these failures so the second UARTs can be instantiated.

Cc: Palmer Dabbelt <palmer@sifive.com>
Cc: Sagar Karandikar <sagark@eecs.berkeley.edu>
Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Cc: Alistair Francis <Alistair.Francis@wdc.com>
Signed-off-by: Michael Clark <mjc@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
hw/riscv/sifive_e.c
hw/riscv/sifive_u.c