diff options
| author | Simon Glass <[email protected]> | 2025-05-28 10:03:17 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-07-26 07:34:34 +0200 |
| commit | ca0b03ba60b9d684df3205a02766ffbe90d6e85a (patch) | |
| tree | a465f43c7d45c4446b1e5733e68778cadf7665a2 /MAINTAINERS | |
| parent | 81ce639e61c990e4d3b88cc975bf552e8b509090 (diff) | |
efi: Update maintainers for EFI_CLIENT
The 'EFI PAYLOAD' entry really refers to the EFI loader and EFI APP
refers to the app and the payload.
Rename 'EFI PAYLOAD' to 'EFI LOADER' and 'EFI APP' to 'EFI CLIENT'
Signed-off-by: Simon Glass <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3e555596a1c..f31dc74bec1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1094,7 +1094,7 @@ F: drivers/core/ F: include/dm/ F: test/dm/ -EFI APP +EFI CLIENT M: Simon Glass <[email protected]> M: Heinrich Schuchardt <[email protected]> S: Maintained @@ -1108,7 +1108,7 @@ F: lib/efi_client/ F: scripts/build-efi.sh F: test/dm/efi_media.c -EFI PAYLOAD +EFI LOADER M: Heinrich Schuchardt <[email protected]> M: Ilias Apalodimas <[email protected]> S: Maintained |
