mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00

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>
15 lines
265 B
Text
15 lines
265 B
Text
config OR1K_SIM
|
|
bool
|
|
select SERIAL
|
|
select OPENCORES_ETH
|
|
select OMPIC
|
|
select SPLIT_IRQ
|
|
|
|
config OR1K_VIRT
|
|
bool
|
|
imply VIRTIO_VGA
|
|
imply TEST_DEVICES
|
|
select GOLDFISH_RTC
|
|
select SERIAL
|
|
select SIFIVE_TEST
|
|
select VIRTIO_MMIO
|