Pull request for UEFI sub-system for efi-2021-01-rc2 (2)
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Nov 1 16:39:26 CET 2020
The following changes since commit cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf:
configs: Resync with savedefconfig (2020-10-29 10:48:01 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-01-rc2-2
for you to fetch changes up to af11423eb06d68784647b879cac57d7b6619d095:
test: unit test for efi_create_indexed_name() (2020-10-30 14:27:57 +0100)
Gitlab reported no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5196
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc2 (2)
The series contains the following enhancements
* preparatory patches for UEFI capsule updates
* initialization of the emulated RTC using an environment variable
(suggested by Pablo)
and a bug fix
* If DisconnectController() is called for a child controller that is the
only child of the driver, the driver must be disconnected.
----------------------------------------------------------------
AKASHI Takahiro (7):
dfu: rename dfu_tftp_write() to dfu_write_by_name()
dfu: modify an argument type for an address
common: update: add a generic interface for FIT image
dfu: export dfu_list
dfu: add dfu_write_by_alt()
efi_loader: add option to initialise EFI subsystem early
efi_loader: add efi_create_indexed_name()
Heinrich Schuchardt (5):
efi_loader: fix DisconnectController() for sole child
rtc: use probe() to initialize emulated RTC
rtc: initialize emulated RTC from environment variable
efi_loader: typo in function description of u16_strnlen
test: unit test for efi_create_indexed_name()
common/Kconfig | 15 +++++
common/Makefile | 3 +-
common/board_r.c | 6 ++
common/update.c | 77 +++++++++++++++++++++++++-
drivers/dfu/Kconfig | 6 ++
drivers/dfu/Makefile | 2 +-
drivers/dfu/dfu.c | 2 +-
drivers/dfu/dfu_alt.c | 125
++++++++++++++++++++++++++++++++++++++++++
drivers/dfu/dfu_tftp.c | 65 ----------------------
drivers/rtc/Kconfig | 13 +++--
drivers/rtc/emul_rtc.c | 28 ++++++++--
include/charset.h | 2 +-
include/dfu.h | 57 ++++++++++++++-----
include/efi_loader.h | 3 +
include/image.h | 12 ++++
lib/efi_loader/Kconfig | 4 ++
lib/efi_loader/Makefile | 1 +
lib/efi_loader/efi_boottime.c | 19 ++++---
lib/efi_loader/efi_string.c | 36 ++++++++++++
test/unicode_ut.c | 19 +++++++
20 files changed, 389 insertions(+), 106 deletions(-)
create mode 100644 drivers/dfu/dfu_alt.c
delete mode 100644 drivers/dfu/dfu_tftp.c
create mode 100644 lib/efi_loader/efi_string.c
More information about the U-Boot
mailing list