]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
MAINTAINERS: Add an entry for VirtIO
authorBin Meng <bmeng.cn@gmail.com>
Thu, 29 Apr 2021 09:40:08 +0000 (17:40 +0800)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 10 May 2021 05:56:12 +0000 (13:56 +0800)
This was missed when VirtIO support was initially brought to U-Boot
back in 2018. Add an entry for it and list myself as the maintainer.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
MAINTAINERS

index 2d267aeff249b310ea54c498082ec65487ff7b0b..20092cb367407c481d95fd9e3ccc09f041e1b22a 100644 (file)
@@ -1171,6 +1171,18 @@ F:       common/lcd*.c
 F:     include/lcd*.h
 F:     include/video*.h
 
+VirtIO
+M:     Bin Meng <bmeng.cn@gmail.com>
+S:     Maintained
+F:     drivers/virtio/
+F:     cmd/virtio.c
+F:     include/config/virtio/
+F:     include/config/virtio.h
+F:     include/config/cmd/virtio.h
+F:     include/virtio*.h
+F:     test/dm/virtio.c
+F:     doc/develop/driver-model/virtio.rst
+
 X86
 M:     Simon Glass <sjg@chromium.org>
 M:     Bin Meng <bmeng.cn@gmail.com>