mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
os: Allow VirtIO drivers to be built for RISC-V
Just add riscv spec files. The riscv versions should use MMIO transport as ARM versions do. They also should work fine for riscv_qemu machine from genode-riscv repository.
This commit is contained in:
committed by
Christian Helmuth
parent
e7fb38834a
commit
9d417ee2f5
@@ -0,0 +1,3 @@
|
||||
REQUIRES = riscv
|
||||
|
||||
include $(REP_DIR)/src/drivers/framebuffer/virtio/target_mmio.inc
|
||||
3
repos/os/src/drivers/input/virtio/spec/riscv/target.mk
Normal file
3
repos/os/src/drivers/input/virtio/spec/riscv/target.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
REQUIRES = riscv
|
||||
|
||||
include $(REP_DIR)/src/drivers/input/virtio/target_mmio.inc
|
||||
3
repos/os/src/drivers/nic/virtio/spec/riscv/target.mk
Normal file
3
repos/os/src/drivers/nic/virtio/spec/riscv/target.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
REQUIRES = riscv
|
||||
|
||||
include $(REP_DIR)/src/drivers/nic/virtio/target_mmio.inc
|
||||
Reference in New Issue
Block a user