diff options
author | Bin Meng | 2020-06-26 15:13:40 +0200 |
---|---|---|
committer | Alistair Francis | 2020-07-14 02:25:37 +0200 |
commit | e92fb01639cadbeb9c6fc5d5189e35ef3e45836f (patch) | |
tree | bc77644f82957a17c2e76548c3f9803df7144052 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request... (diff) | |
download | qemu-e92fb01639cadbeb9c6fc5d5189e35ef3e45836f.tar.gz qemu-e92fb01639cadbeb9c6fc5d5189e35ef3e45836f.tar.xz qemu-e92fb01639cadbeb9c6fc5d5189e35ef3e45836f.zip |
MAINTAINERS: Add an entry for OpenSBI firmware
List me as the maintainer for OpenSBI firmware related files.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <1593177220-28143-1-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe8139f367..80fa8837e9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2681,6 +2681,13 @@ F: hw/i386/intel_iommu.c F: hw/i386/intel_iommu_internal.h F: include/hw/i386/intel_iommu.h +OpenSBI Firmware +M: Bin Meng <bmeng.cn@gmail.com> +S: Supported +F: pc-bios/opensbi-* +F: .gitlab-ci.d/opensbi.yml +F: .gitlab-ci.d/opensbi/ + Usermode Emulation ------------------ Overall usermode emulation |