Pull request for UEFI sub-system for efi-2021-01-rc3
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Nov 14 14:04:15 CET 2020
Dear Tom,
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-01-rc3
for you to fetch changes up to af69267c3208e33378241f282a26ea7d50ec691f:
efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL (2020-11-14
05:05:46 +0100)
No problem was reported by Gitlab CI and Travis CI:
https://travis-ci.org/github/xypron2/u-boot/builds/743546819
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5339
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc3
A part of the EFI_TCG2_PROTOCOL is implemented.
A unit test is supplied.
The following bugs are fixed:
* incorrect buffer size in efi_file_setinfo() leading to creash in SCT
* a crash in UEFI selftest on the sandbox due to removed drivers
* missing newlines in log message for the UEFI RNG driver
----------------------------------------------------------------
Heinrich Schuchardt (3):
efi_selftest: keep devices in ExitBootServices()
efi_loader: incorrect buffer size in efi_file_setinfo()
efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL
Ilias Apalodimas (2):
tpm: Add some headers from the spec
efi_loader: Add basic EFI_TCG2_PROTOCOL support
Paulo Alcantara (1):
efi_loader: Add missing newline to log_{err,warning}
include/efi_loader.h | 5 +
include/efi_tcg2.h | 94 ++++++
include/tpm-v2.h | 77 +++++
lib/efi_loader/Kconfig | 7 +
lib/efi_loader/Makefile | 1 +
lib/efi_loader/efi_boottime.c | 13 +-
lib/efi_loader/efi_file.c | 2 +-
lib/efi_loader/efi_rng.c | 4 +-
lib/efi_loader/efi_setup.c | 7 +
lib/efi_loader/efi_tcg2.c | 534
+++++++++++++++++++++++++++++++++++
lib/efi_selftest/Makefile | 1 +
lib/efi_selftest/efi_selftest.c | 3 +
lib/efi_selftest/efi_selftest_tcg2.c | 75 +++++
13 files changed, 816 insertions(+), 7 deletions(-)
create mode 100644 include/efi_tcg2.h
create mode 100644 lib/efi_loader/efi_tcg2.c
create mode 100644 lib/efi_selftest/efi_selftest_tcg2.c
More information about the U-Boot
mailing list