
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

On Mon, Mar 13, 2023 at 03:31:01PM +0100, Heinrich Schuchardt wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini