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 <[email protected]> --- Changes in v2: - Add new patch with maintainer entry MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 687c72dcd83..019c87592c5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -700,6 +700,13 @@ F: drivers/core/ F: include/dm/ F: test/dm/ +EFI APP +M: Simon Glass <[email protected]> +M: Heinrich Schuchardt <[email protected]> +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 <[email protected]> R: Alexander Graf <[email protected]> -- 2.33.0.685.g46640cef36-goog

