diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-05 10:21:26 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-05 10:21:26 -0500 |
commit | f7d4c348618a19d67282705487f4b1b052280b4e (patch) | |
tree | 094c6a219c879337adb79578d01cc57918be91c7 /MAINTAINERS | |
parent | 3aaabfe9ff4bbcd11096513b1b28d1fb0a40800f (diff) | |
parent | 8296548fe924678d9ac19ea3f69dca2fff879ab5 (diff) | |
download | u-boot-f7d4c348618a19d67282705487f4b1b052280b4e.zip u-boot-f7d4c348618a19d67282705487f4b1b052280b4e.tar.gz u-boot-f7d4c348618a19d67282705487f4b1b052280b4e.tar.bz2 |
Merge tag 'efi-2022-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efiWIP/05Feb2022
Pull request for efi-2022-04-rc2
Documentation:
* man-page for mkeficapsule
UEFI
* add UEFI firmware image signing to mkeficapsule
* provide firmware image authentication test
* add unit test for RISCV_EFI_BOOT_PROTOCOL
* disable UEFI for Colibri VF610
* add handle for UART
* fix printing of Unicode strings
* simplify enumeration of block devices
# gpg: Signature made Sat 05 Feb 2022 08:49:08 AM EST
# gpg: using RSA key 6DC4F9C71F29A6FA06B76D33C481DBBC2C051AC4
# gpg: Good signature from "Heinrich Schuchardt <xypron.glpk@gmx.de>" [unknown]
# gpg: aka "[jpeg image of size 1389]" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 6DC4 F9C7 1F29 A6FA 06B7 6D33 C481 DBBC 2C05 1AC4
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dcdd99e..2a8f70d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -749,6 +749,7 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git F: doc/api/efi.rst F: doc/develop/uefi/* +F: doc/mkeficapsule.1 F: doc/usage/bootefi.rst F: drivers/rtc/emul_rtc.c F: include/capitalization.h |