diff mbox series

[v2,12/12] MAINTAINERS: add the "EDK2 Firmware" subsystem

Message ID 20190313210057.32584-13-lersek@redhat.com
State New
Headers show
Series bundle edk2 platform firmware with QEMU | expand

Commit Message

Laszlo Ersek March 13, 2019, 9 p.m. UTC
We now have the edk2 submodule, somewhat elaborate build helpers for it,
and even a UEFI application written against edk2 whose genuine home is the
QEMU repository. Add the "EDK2 Firmware" subsystem such that all relevant
pathnames be covered.

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Suggested-by: Michael S. Tsirkin <mst@redhat.com>
Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---

Notes:
    v2:
    
    - new patch [Dan, Michael, Phil]
    
    - compared to the suggestions, upgrade the maintenance status ("S") from
      Maintained to Supported

 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Michal Prívozník March 14, 2019, 2:01 p.m. UTC | #1
On 3/13/19 10:00 PM, Laszlo Ersek wrote:
> We now have the edk2 submodule, somewhat elaborate build helpers for it,
> and even a UEFI application written against edk2 whose genuine home is the
> QEMU repository. Add the "EDK2 Firmware" subsystem such that all relevant
> pathnames be covered.
> 
> Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
> Suggested-by: Michael S. Tsirkin <mst@redhat.com>
> Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
> 
> Notes:
>      v2:
>      
>      - new patch [Dan, Michael, Phil]
>      
>      - compared to the suggestions, upgrade the maintenance status ("S") from
>        Maintained to Supported
> 
>   MAINTAINERS | 12 ++++++++++++
>   1 file changed, 12 insertions(+)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal
Philippe Mathieu-Daudé March 14, 2019, 7:21 p.m. UTC | #2
On 3/13/19 10:00 PM, Laszlo Ersek wrote:
> We now have the edk2 submodule, somewhat elaborate build helpers for it,
> and even a UEFI application written against edk2 whose genuine home is the
> QEMU repository. Add the "EDK2 Firmware" subsystem such that all relevant
> pathnames be covered.
> 
> Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
> Suggested-by: Michael S. Tsirkin <mst@redhat.com>
> Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
> 
> Notes:
>     v2:
>     
>     - new patch [Dan, Michael, Phil]
>     
>     - compared to the suggestions, upgrade the maintenance status ("S") from
>       Maintained to Supported
> 
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d3267560799b..eefa225a234a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2207,6 +2207,18 @@ F: include/hw/i2c/smbus_master.h
>  F: include/hw/i2c/smbus_slave.h
>  F: include/hw/i2c/smbus_eeprom.h
>  
> +EDK2 Firmware
> +M: Laszlo Ersek <lersek@redhat.com>
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +S: Supported
> +F: pc-bios/descriptors/??-edk2-*.json
> +F: pc-bios/edk2-*
> +F: roms/Makefile.edk2
> +F: roms/edk2
> +F: roms/edk2-*
> +F: tests/data/uefi-boot-images/
> +F: tests/uefi-test-tools/
> +
>  Usermode Emulation
>  ------------------
>  Overall
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d3267560799b..eefa225a234a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2207,6 +2207,18 @@  F: include/hw/i2c/smbus_master.h
 F: include/hw/i2c/smbus_slave.h
 F: include/hw/i2c/smbus_eeprom.h
 
+EDK2 Firmware
+M: Laszlo Ersek <lersek@redhat.com>
+M: Philippe Mathieu-Daudé <philmd@redhat.com>
+S: Supported
+F: pc-bios/descriptors/??-edk2-*.json
+F: pc-bios/edk2-*
+F: roms/Makefile.edk2
+F: roms/edk2
+F: roms/edk2-*
+F: tests/data/uefi-boot-images/
+F: tests/uefi-test-tools/
+
 Usermode Emulation
 ------------------
 Overall