Pull request for efi-2023-04-rc4
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Mar 13 15:31:01 CET 2023
The following changes since commit 6c1cdf158c4f3ccc8c5f9552f049a3386899dcd2:
Merge tag 'dm-pull-10mar23' of
https://source.denx.de/u-boot/custodians/u-boot-dm (2023-03-10 16:01:52
-0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-04-rc4
for you to fetch changes up to d3970e04e7125e37ea8c4f3f056b6f5ba868e5f7:
efi_loader: describe term_get_char() (2023-03-13 13:56:14 +0100)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/15572
----------------------------------------------------------------
Pull request for efi-2023-04-rc4
Documentation:
* man-page for panic command
UEFI:
* Correct parameter check for SetVariable()
Other:
* Provide unit test for crc8
----------------------------------------------------------------
Heinrich Schuchardt (3):
test: unit test for crc8
doc: man-page for panic command
efi_loader: describe term_get_char()
Masahisa Kojima (1):
efi_loader: update SetVariable attribute check
Vincent Stehlé (1):
doc: uefi: fix links
doc/develop/uefi/fwu_updates.rst | 3 ++-
doc/develop/uefi/uefi.rst | 4 ++--
doc/usage/cmd/panic.rst | 33 +++++++++++++++++++++++++++++++++
doc/usage/index.rst | 1 +
lib/efi_loader/efi_console.c | 8 ++++++++
lib/efi_loader/efi_variable.c | 31 +++++++++++++++++++++++++------
test/lib/Makefile | 1 +
test/lib/test_crc8.c | 29 +++++++++++++++++++++++++++++
8 files changed, 101 insertions(+), 9 deletions(-)
create mode 100644 doc/usage/cmd/panic.rst
create mode 100644 test/lib/test_crc8.c
More information about the U-Boot
mailing list