diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-02-22 20:26:34 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-02-26 16:17:43 +0100 |
commit | 77cae565bde9a9fa98e191006c0672d57d862a48 (patch) | |
tree | 407a6d74ec5e2be78248cfb7ba0be6e04f0a0093 /MAINTAINERS | |
parent | 992b1731e6afc9ae4507e3ae22b6bcd1f2cb4ffc (diff) | |
download | u-boot-77cae565bde9a9fa98e191006c0672d57d862a48.tar.gz |
MAINTAINERS: assign tools/mkeficapsule.c to EFI PAYLOAD
tools/mkeficapsule.c is used to prepare test files for testing the UEFI
sub-system.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b82b7adbeb2..a832abc765e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -708,6 +708,7 @@ F: cmd/efidebug.c F: cmd/nvedit_efi.c F: tools/efivar.py F: tools/file2include.c +F: tools/mkeficapsule.c EFI VARIABLES VIA OP-TEE M: Ilias Apalodimas <ilias.apalodimas@linaro.org> |