Pull request for efi-2021-10-rc1-2

Dear Tom,
The following changes since commit f929ce50727bf1019323d6c199dfd3a5755c5474:
Merge branch '2021-07-16-cleanup-image-support' (2021-07-17 11:39:50 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc1-2
for you to fetch changes up to 316ab801c0d91c02b21b8be1e3db7e69555364e9:
doc: Update CapsuleUpdate READMEs (2021-07-18 14:43:56 +0200)
Gitlab showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/8290
---------------------------------------------------------------- Pull request for efi-2021-10-rc1-2
* Correct device path nodes for GUID partitions * Embed keys to check update capsules instead of providing then in DTB * Increase event log buffer size for measured boot.
---------------------------------------------------------------- Alfonso Sánchez-Beato (1): efi_loader: set partition GUID in device path for SIG_TYPE_GUID
Ilias Apalodimas (3): efi_capsule: Move signature from DTB to .rodata mkeficapsule: Remove dtb related options doc: Update CapsuleUpdate READMEs
Masahisa Kojima (1): efi_loader: increase eventlog buffer size
Masami Hiramatsu (1): efi_loader: Use %pD to log device-path instead of local efi_dp_str()
board/emulation/common/Makefile | 1 - board/emulation/common/qemu_capsule.c | 43 ------ doc/board/emulation/qemu_capsule_update.rst | 203 ------------------------ doc/develop/uefi/uefi.rst | 125 +++++++++++++++ include/asm-generic/sections.h | 2 + lib/efi_loader/Kconfig | 10 +- lib/efi_loader/Makefile | 8 + lib/efi_loader/efi_capsule.c | 24 ++- lib/efi_loader/efi_capsule_key.S | 17 +++ lib/efi_loader/efi_device_path.c | 10 +- tools/mkeficapsule.c | 229 +--------------------------- 11 files changed, 192 insertions(+), 480 deletions(-) delete mode 100644 board/emulation/common/qemu_capsule.c delete mode 100644 doc/board/emulation/qemu_capsule_update.rst create mode 100644 lib/efi_loader/efi_capsule_key.S

On Sun, Jul 18, 2021 at 03:56:05PM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit f929ce50727bf1019323d6c199dfd3a5755c5474:
Merge branch '2021-07-16-cleanup-image-support' (2021-07-17 11:39:50 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc1-2
for you to fetch changes up to 316ab801c0d91c02b21b8be1e3db7e69555364e9:
doc: Update CapsuleUpdate READMEs (2021-07-18 14:43:56 +0200)
Gitlab showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/8290
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini