diff options
author | Heinrich Schuchardt | 2020-12-20 11:58:25 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2020-12-20 17:40:06 +0100 |
commit | 77504ee6764994f18039f7f634a419a1606296b0 (patch) | |
tree | f31179dbae130c19db3da5e0d831566eb82d2e5f /MAINTAINERS | |
parent | 73253d7765cd7da4f34ff64622913c40a7e23635 (diff) |
MAINTAINERS: add tools/efivar.py to EFI PAYLOAD
tools/efivar.py allows to prepare a file with UEFI variables to preseed
the UEFI variable store.
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 8675965fe5e..f18a2966f1e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -697,6 +697,7 @@ F: test/unicode_ut.c F: cmd/bootefi.c F: cmd/efidebug.c F: cmd/nvedit_efi.c +F: tools/efivar.py F: tools/file2include.c EFI VARIABLES VIA OP-TEE |