Dear Tom,

The following changes since commit 13c1100335e40acb1066e074eb061387fd103c36:

  net: designware: Pass all multicast frames in designware driver
(2024-04-12 13:59:12 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2024-07-rc1-2

for you to fetch changes up to f1f4b0e6f37d801f01d043a1ed44b88e7fdd1d92:

  doc/sphinx: Bump idna to 3.7 (2024-04-13 11:16:14 +0200)

Gitlab CI showed not issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/20322

----------------------------------------------------------------
Pull request efi-2024-07-rc1-2

Documentation:

* bump build dependency idna to 3.7
* update docker image reference to latest
* fix section levels in gen_compile_commands
* fix references to trace doc

UEFI:

* eliminate duplicate runtime section definitions
* let 'EFI using ACPI tables at' be a debug message
* sanitize efi_tcg2_final_events_table definition
* move efi_var_collect to common functions
* improve error messages in variables unit test by using
  EFI_UNSUPPORTED for private authenticated variables

----------------------------------------------------------------
Heinrich Schuchardt (3):
      efi_loader: eliminate duplicate runtime section definitions
      efi_loader: 'EFI using ACPI tables at' should be debug message
      efi_loader: sanitize efi_tcg2_final_events_table definition

Ilias Apalodimas (1):
      efi_loader: move efi_var_collect to common functions

Mattijs Korpershoek (2):
      doc: build: update docker image to latest
      doc: build: fix gen_compile_commands section level

Tom Rini (1):
      doc/sphinx: Bump idna to 3.7

Vincent Stehlé (1):
      Fix references to trace doc

Weizhao Ouyang (1):
      efi_loader: using EFI_UNSUPPORTED for private authenticated variables

 cmd/Kconfig                        |  4 +--
 doc/build/docker.rst               |  2 +-
 doc/build/gen_compile_commands.rst |  4 +--
 doc/develop/tests_sandbox.rst      |  4 +--
 doc/sphinx/requirements.txt        |  2 +-
 include/efi_loader.h               |  3 --
 include/efi_tcg2.h                 |  8 ++---
 lib/Kconfig                        |  2 +-
 lib/efi_loader/Makefile            |  2 +-
 lib/efi_loader/efi_acpi.c          |  2 +-
 lib/efi_loader/efi_memory.c        |  1 +
 lib/efi_loader/efi_var_common.c    | 74
++++++++++++++++++++++++++++++++++++++
 lib/efi_loader/efi_var_file.c      | 64 ---------------------------------
 lib/efi_loader/efi_variable.c      |  1 +
 14 files changed, 90 insertions(+), 83 deletions(-)

Reply via email to