Pull request for efi-2022-01-rc1-2

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Oct 26 23:59:42 CEST 2021


The following changes since commit 397b35f09794e40d62d5e4f53992e2a711dc8be1:

   Merge branch 'master' of
https://source.denx.de/u-boot/custodians/u-boot-sunxi (2021-10-25
12:09:57 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 65aa259aa723793f394abf81b7b0d639826e35b7:

   efi_loader: add DeployedMode and AuditMode variable measurement
(2021-10-26 21:33:19 +0200)

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

----------------------------------------------------------------
Pull request for efi-2022-01-rc1-2

doc:
	Remove obsolete PPC4XX references

UEFI:
	Implement missing TCG2 measurements
	Code clean up

----------------------------------------------------------------
AKASHI Takahiro (3):
       Revert "Revert "mkeficapsule: Remove dtb related options""
       Revert "Revert "doc: Update CapsuleUpdate READMEs""
       efi_loader: capsule: add back efi_get_public_key_data()

Heinrich Schuchardt (6):
       doc: remove AMCC PPC405 processor references
       .mailmap: add Heinrich Schuchardt
       efi_loader: treat UEFI variable name as const
       efi_loader: function to get GUID for variable name
       efi_loader: simplify efi_sigstore_parse_sigdb()
       efi_loader: simplify tcg2_measure_secure_boot_variable()

Masahisa Kojima (5):
       efi_loader: add missing const qualifier
       efi_loader: add SMBIOS table measurement
       efi_loader: add UEFI GPT measurement
       efi_loader: simplify tcg2_measure_secure_boot_variable()
       efi_loader: add DeployedMode and AuditMode variable measurement

Thomas Huth (1):
       doc: Remove the obsolete README.mpc74xx file

  .mailmap                          |   1 +
  doc/README.bedbug                 |  22 ---
  doc/README.mpc74xx                |  22 ---
  doc/develop/uefi/uefi.rst         | 124 +++++++++++++++
  include/blk.h                     |   3 +
  include/efi_api.h                 |   2 +-
  include/efi_loader.h              |   7 +-
  include/efi_tcg2.h                |  27 ++++
  include/efi_variable.h            |  24 ++-
  include/smbios.h                  |  17 ++-
  lib/efi_loader/Kconfig            |   1 +
  lib/efi_loader/efi_boottime.c     |   9 +-
  lib/efi_loader/efi_capsule.c      |  36 +++++
  lib/efi_loader/efi_device_path.c  |  27 ++++
  lib/efi_loader/efi_signature.c    |  38 +----
  lib/efi_loader/efi_smbios.c       |   2 -
  lib/efi_loader/efi_tcg2.c         | 314
++++++++++++++++++++++++++++++++------
  lib/efi_loader/efi_var_common.c   |  14 +-
  lib/efi_loader/efi_var_mem.c      |   7 +-
  lib/efi_loader/efi_variable.c     |   9 +-
  lib/efi_loader/efi_variable_tee.c |  16 +-
  lib/smbios-parser.c               | 152 ++++++++++++++++--
  tools/mkeficapsule.c              | 229 +--------------------------
  23 files changed, 715 insertions(+), 388 deletions(-)
  delete mode 100644 doc/README.mpc74xx


More information about the U-Boot mailing list