nuttx/drivers/virtio
Bowen Wang 84d2aae63b virtio-mmio: add secure virtio mmio device register api
In secure state, call virtio_register_mmio_device_secure() to
register the secure virtio mmio device;
In non-secure state, call virtio_register_mmio_device() to
register the non-secure virtio mmio device;
Board should ensure not mixed use the secure and non-seucre mmio
device.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-06 08:37:53 +08:00
..
CMakeLists.txt virtio-pci: extract common part of virtio pci modern and leagcy 2024-09-15 02:22:16 +08:00
Kconfig virtio-pci.c: polling mode support 2024-09-15 02:22:16 +08:00
Make.defs virtio-pci: extract common part of virtio pci modern and leagcy 2024-09-15 02:22:16 +08:00
virtio-blk.c virtio-blk: support called read/write in interrupt 2024-09-10 11:35:35 +08:00
virtio-blk.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-gpu.c virtio/gpu: minor revision on virtio_gpu_send_cmd() 2024-04-01 00:27:16 +08:00
virtio-gpu.h virtio-gpu: convert virito-gpu fb_register to virtio_gpu_fb_register 2023-12-13 09:05:17 -08:00
virtio-input.c drivers/input: enable touch/kbd/mouse for virtio input 2024-08-19 20:08:50 +08:00
virtio-input.h drivers/virtio: add virtio input driver 2023-08-13 11:47:39 -03:00
virtio-mmio.c virtio-mmio: add secure virtio mmio device register api 2024-10-06 08:37:53 +08:00
virtio-net.c wifisim: Support the setting of the number of simulated WiFi interfaces. 2024-08-21 13:25:53 +08:00
virtio-net.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-pci-legacy.c drivers: fix gcc14 errors for virtio 2024-09-16 11:25:40 -03:00
virtio-pci-modern.c drivers: fix gcc14 errors for virtio 2024-09-16 11:25:40 -03:00
virtio-pci.c virtio-pci.c: polling mode support 2024-09-15 02:22:16 +08:00
virtio-pci.h virtio-pci.c: polling mode support 2024-09-15 02:22:16 +08:00
virtio-rng.c virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-rng.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-rpmb.c rpmb: add virtio rpmb support 2023-09-09 00:13:25 +08:00
virtio-rpmb.h rpmb: add virtio rpmb support 2023-09-09 00:13:25 +08:00
virtio-serial.c virtio/serial: initial CONSOLE support 2024-07-26 12:01:29 +08:00
virtio-serial.h virtio: add virtio framework in NuttX 2023-08-10 03:39:39 +08:00
virtio-snd.c audio:add getlatency for virtio snd driver 2024-10-06 08:37:53 +08:00
virtio-snd.h audio:add virtio snd driver 2023-08-11 20:40:40 +08:00
virtio.c driver/virtio: Check driver isn't NULL before calling remove 2024-10-05 12:05:13 -03:00