diff options
| author | Simon Glass <[email protected]> | 2021-09-24 18:30:18 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2021-10-21 03:46:03 +0200 |
| commit | 91aa8476b2e6a5391677e08280db0e36ca1dd143 (patch) | |
| tree | 65af771bc083c8933ab6609c3febda5636d1e9b0 | |
| parent | c779e0d923189a85eb1fa3a0a214541cf4795a19 (diff) | |
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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8845c6fd750..5069f188065 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -693,6 +693,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]> |
