
Dear Tom,
The following changes since commit 16e49a14b2af1421cbaeefb9ce8ee863e45fd71b:
Prepare v2023.01-rc2 (2022-11-21 12:33:14 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-01-rc2-2
for you to fetch changes up to d0f9ae35fb25d732184b8b307a72c7e20b960353:
eficonfig: add "Show Signature Database" menu entry (2022-11-22 12:00:45 +0100)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14186
---------------------------------------------------------------- Pull request for efi-2023-01-rc2-2
UEFI:
* add UEFI Secure Boot Key enrollment interface to eficonfig command * fix buffer underflow in FatToStr() implementation
---------------------------------------------------------------- Heinrich Schuchardt (3): efi_selftest: unsigned char parameter for efi_st_strcmp_16_8() efi_selftest: Improve the FatToStr() unit test doc: in cmp man-page replace 'tuples' by 'values'
Masahisa Kojima (7): eficonfig: refactor file selection handling eficonfig: expose append entry function eficonfig: refactor change boot order implementation eficonfig: expose eficonfig_create_device_path() eficonfig: use protocol interface for file selection eficonfig: add UEFI Secure Boot Key enrollment interface eficonfig: add "Show Signature Database" menu entry
Mikhail Ilin (1): efi_loader: Fix buffer underflow
cmd/Makefile | 5 + cmd/eficonfig.c | 234 +++++----- cmd/eficonfig_sbkey.c | 498 ++++++++++++++++++++++ doc/usage/cmd/cmp.rst | 12 +- include/efi_config.h | 13 +- include/efi_selftest.h | 2 +- lib/efi_loader/efi_unicode_collation.c | 2 +- lib/efi_selftest/efi_selftest_unicode_collation.c | 12 + lib/efi_selftest/efi_selftest_util.c | 2 +- test/py/tests/test_eficonfig/test_eficonfig.py | 1 + 10 files changed, 653 insertions(+), 128 deletions(-) create mode 100644 cmd/eficonfig_sbkey.c