diff options
author | Stafford Horne | 2022-05-20 15:38:13 +0200 |
---|---|---|
committer | Stafford Horne | 2022-09-04 08:02:57 +0200 |
commit | b5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e (patch) | |
tree | c6c2e4eaadc4964ad6170927e77040fff9ca6bbe /configs | |
parent | goldfish_rtc: Add big-endian property (diff) | |
download | qemu-b5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e.tar.gz qemu-b5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e.tar.xz qemu-b5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e.zip |
hw/openrisc: Add the OpenRISC virtual machine
This patch adds the OpenRISC virtual machine 'virt' for OpenRISC. This
platform allows for a convenient CI platform for toolchain, software
ports and the OpenRISC linux kernel port.
Much of this has been sourced from the m68k and riscv virt platforms.
The platform provides:
- OpenRISC SMP with up to 4 cpus
- A virtio bus with up to 8 devices
- Standard ns16550a serial
- Goldfish RTC
- SiFive TEST device for poweroff and reboot
- Generated Device Tree to automatically configure the guest kernel
Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/devices/or1k-softmmu/default.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devices/or1k-softmmu/default.mak b/configs/devices/or1k-softmmu/default.mak index 168101c39a..89c39e3123 100644 --- a/configs/devices/or1k-softmmu/default.mak +++ b/configs/devices/or1k-softmmu/default.mak @@ -3,3 +3,4 @@ # Boards: # CONFIG_OR1K_SIM=y +CONFIG_OR1K_VIRT=y |