Pull request for efi-2023-04-rc3

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Sun Feb 19 23:00:55 CET 2023


Dear Tom,

The following changes since commit 1198b38ba980efed050c878c083607d997010e03:

   Merge branch '2023-02-17-assorted-fixes' (2023-02-17 14:18:46 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git 
tags/efi-2023-04-rc3

for you to fetch changes up to 5e957ae3504290a0c62188331a429ec9b908aa1b:

   doc: remove superfluous warning (2023-02-19 21:34:38 +0100)

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

----------------------------------------------------------------
Pull request for efi-2023-04-rc3

Documentation

* Add a document for the RISC-V architecture
* Move gateworks and bcm7xxx documentation to HTML

UEFI

* measure the loaded device-tree
* make CapsuleMax configurable and provide sensible default

----------------------------------------------------------------
Etienne Carriere (2):
       efi_loader: Measure the loaded DTB
       efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX

Heinrich Schuchardt (2):
       efi_loader: avoid buffer overrun in efi_var_mem_compare
       doc: remove superfluous warning

Masahisa Kojima (1):
       efi_loader: fix wrong attribute check for QueryVariableInfo

Thomas Fitzsimmons (1):
       doc: board: bcm7xxx: Convert to reStructuredText format

Tim Harvey (1):
       board: gateworks: venice: move README to RST

Yu Chien Peter Lin (2):
       doc: devicetree: dt_qemu.rst: Fix the typo and space
       doc: arch: Add document for RISC-V architecture

  MAINTAINERS                           |   1 +
  board/gateworks/venice/MAINTAINERS    |   1 +
  board/gateworks/venice/README         |  35 -------
  cmd/bootefi.c                         |   8 ++
  doc/README.bcm7xxx                    | 156 -----------------------------
  doc/arch/index.rst                    |   1 +
  doc/arch/riscv.rst                    |  81 +++++++++++++++
  doc/board/broadcom/bcm7xxx.rst        | 183 
++++++++++++++++++++++++++++++++++
  doc/board/broadcom/index.rst          |   1 +
  doc/board/gateworks/imx8mm_venice.rst |  50 ++++++++++
  doc/board/gateworks/imx8mn_venice.rst |  50 ++++++++++
  doc/board/gateworks/imx8mp_venice.rst |  50 ++++++++++
  doc/board/gateworks/index.rst         |  11 ++
  doc/board/index.rst                   |   1 +
  doc/conf.py                           |   4 -
  doc/develop/devicetree/dt_qemu.rst    |   4 +-
  include/efi_loader.h                  |   2 +
  include/efi_tcg2.h                    |  10 ++
  include/tpm-v2.h                      |   2 +
  lib/efi_loader/Kconfig                |  19 ++++
  lib/efi_loader/efi_capsule.c          |  48 ++++++---
  lib/efi_loader/efi_setup.c            |   7 +-
  lib/efi_loader/efi_tcg2.c             |  73 ++++++++++++++
  lib/efi_loader/efi_var_mem.c          |   4 +-
  lib/efi_loader/efi_variable.c         |   3 -
  25 files changed, 589 insertions(+), 216 deletions(-)
  delete mode 100644 board/gateworks/venice/README
  delete mode 100644 doc/README.bcm7xxx
  create mode 100644 doc/arch/riscv.rst
  create mode 100644 doc/board/broadcom/bcm7xxx.rst
  create mode 100644 doc/board/gateworks/imx8mm_venice.rst
  create mode 100644 doc/board/gateworks/imx8mn_venice.rst
  create mode 100644 doc/board/gateworks/imx8mp_venice.rst
  create mode 100644 doc/board/gateworks/index.rst


More information about the U-Boot mailing list