diff options
author | Tom Rini <trini@konsulko.com> | 2020-12-20 14:55:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-20 14:55:59 -0500 |
commit | 46a4d752034646b7c10178988c08b85c08b44bf6 (patch) | |
tree | a54859b7ccfca56d96df727b7801763d3ac9047f /MAINTAINERS | |
parent | 549e7cb70843d4729524cbb03fe3a4b5dab42d94 (diff) | |
parent | 77504ee6764994f18039f7f634a419a1606296b0 (diff) | |
download | u-boot-46a4d752034646b7c10178988c08b85c08b44bf6.tar.gz |
Merge tag 'efi-2021-01-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efiWIP/20Dec2020
Pull request for UEFI sub-system for efi-2021-01-rc4
* Provide a tool to create a file with UEFI variables to preseed UEFI
variable store.
* Make size of UEFI variable store configurable.
* Add man pages for commands 'bootefi' and 'button'.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index da2a05b303..52d7307525 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -680,6 +680,7 @@ S: Maintained T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git F: doc/api/efi.rst F: doc/uefi/* +F: doc/usage/bootefi.rst F: drivers/rtc/emul_rtc.c F: include/capitalization.h F: include/charset.h @@ -697,6 +698,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 |