Added UART1 to virt to enable separate UARTs for secure/nonsecure worlds.
Signed-off-by: Greg Bellows
---
hw/arm/virt.c | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 8c6b171..0740cdc 100644
--- a/hw/arm/virt.c
+
This minor patch adds a second uart to the QEMU virt machine type.
This patch is needed for separating the console output between normal and
secure world environments.
Greg Bellows (1):
target-arm: add second UART to virt
hw/arm/virt.c | 24 ++--
1 file changed, 14 inserti