Pull request for UEFI sub-system for efi-2021-01-rc2 (2)
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Nov 9 19:54:38 CET 2020
The following changes since commit 22ad69b7987eb4b10221330661db4427e40174fb:
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm (2020-11-06
11:27:14 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-01-rc2-2
for you to fetch changes up to a322f54f50cfb2e8e7a68968c060b2fd3dbd934d:
tpm: Change response length of tpm2_get_capability() (2020-11-09
17:28:18 +0100)
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc2 (2)
The following bugs are fixed:
* The conitrace command failed to build.
* Non-volatile UEFI variables were not delete form the file store.
The following features are added:
* Support for the FN1 - FN10 keys on crosswire keyboards is added.
* An EFI binary is provided to dump the binary device tree.
tpm2_get_capability() is adjusted in preparation of the implementation
of the EFI_TCG2_PROTOCOL.
Gitlab CI showed no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5301
----------------------------------------------------------------
Heinrich Schuchardt (4):
cmd: conitrace: replace getc() by getchar()
input: add support for FN1 - FN10 on crosswire kbd
efi_loader: non-volatile variable not deleted from file
efi_selftest: add tool to download dtb
Ilias Apalodimas (1):
tpm: Change response length of tpm2_get_capability()
cmd/conitrace.c | 4 +-
cmd/tpm-v2.c | 4 +-
drivers/input/input.c | 35 +++++--
lib/efi_loader/efi_variable.c | 1 +
lib/efi_selftest/Makefile | 5 +
lib/efi_selftest/dtbdump.c | 215
++++++++++++++++++++++++++++++++++++++++++
lib/tpm-v2.c | 4 +-
7 files changed, 252 insertions(+), 16 deletions(-)
create mode 100644 lib/efi_selftest/dtbdump.c
More information about the U-Boot
mailing list