summaryrefslogtreecommitdiff
path: root/board/emulation
diff options
context:
space:
mode:
authorAlper Nebi Yasak <[email protected]>2023-08-14 20:39:41 +0300
committerTom Rini <[email protected]>2023-08-24 16:47:05 -0400
commit4d6641d5db85827e9efeab4cec84befbee1cd9f6 (patch)
treecc1b04a171ca774e687688094471f38cd8fe0433 /board/emulation
parent6de1a3eb80aec1caf3d7854a5e898350aa551601 (diff)
arm: qemu: Enable Bochs video support
Commit 716161663ec49 ("riscv: qemu: Enable Bochs video support") enables a video console for QEMU RISC-V virtual machines using an emulated Bochs VGA card. Similarly, enable it for ARM virtual machines as well. Signed-off-by: Alper Nebi Yasak <[email protected]> Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'board/emulation')
-rw-r--r--board/emulation/qemu-arm/qemu-arm.env3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/emulation/qemu-arm/qemu-arm.env b/board/emulation/qemu-arm/qemu-arm.env
index e658d5ee7d6..86a99a2e871 100644
--- a/board/emulation/qemu-arm/qemu-arm.env
+++ b/board/emulation/qemu-arm/qemu-arm.env
@@ -2,6 +2,9 @@
/* environment for qemu-arm and qemu-arm64 */
+stdin=serial
+stdout=serial,vidconsole
+stderr=serial,vidconsole
fdt_high=0xffffffff
initrd_high=0xffffffff
fdt_addr=0x40000000