mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00: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:
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
|
Loading…
x
Reference in New Issue
Block a user