drivers: virtio: Add virtio-mmio-blk

Summary:
- This commit adds virtio-mmio-blk driver

Impact:
- None

Testing:
- Tested with rv-virt:netnsh which will be updated later

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa
2023-05-12 11:21:24 +09:00
committed by Xiang Xiao
parent 1d6a61c034
commit 498a75a58b
5 changed files with 617 additions and 0 deletions
+4
View File
@@ -28,6 +28,10 @@ ifeq ($(CONFIG_DRIVERS_VIRTIO_NET),y)
CSRCS += virtio-mmio-net.c
endif
ifeq ($(CONFIG_DRIVERS_VIRTIO_BLK),y)
CSRCS += virtio-mmio-blk.c
endif
# Include build support
DEPPATH += --dep-path virtio