From: Simon Glass Date: Sat, 25 Sep 2021 00:30:18 +0000 (-0600) Subject: efi: Add a separate maintainer entry for the app X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=91aa8476b2e6a5391677e08280db0e36ca1dd143;p=u-boot.git efi: Add a separate maintainer entry for the app Separate this out slightly from the payload, with a new entry. We might consider renaming EFI PAYLOAD to EFI LOADER, but that would require quite a lot of file changes. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/MAINTAINERS b/MAINTAINERS index 8845c6fd75..5069f18806 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -693,6 +693,13 @@ F: drivers/core/ F: include/dm/ F: test/dm/ +EFI APP +M: Simon Glass +M: Heinrich Schuchardt +S: Maintained +W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html +F: lib/efi/efi_app.c + EFI PAYLOAD M: Heinrich Schuchardt R: Alexander Graf