Dear Tom,

The following changes since commit a1e95e3805eacca1162f6049dceb9b1d2726cbf5:

  Merge tag 'u-boot-imx-20210409' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2021-04-09 10:08:52
-0400)

are available in the Git repository at:

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

for you to fetch changes up to f8cd72d1ac6aac8cfa48777b5c0681ee2f9e3671:

  efi_loader: Change ptr arithmetics tcg eventlog buffer (2021-04-10
12:00:24 +0200)

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

----------------------------------------------------------------
Pull request for efi-2021-07-rc1

Bug fixes:

* support EFI, HOST, VIRTIO in fsinfo command
* simplify efi_get_device_path_text()
* add missing EFI_UNACCEPTED_MEMORY_TYPE
* mkeficapsule: improve online help
* avoid several build warnings

Documentation:

* UEFI documentation for initrd loading options
* describe building OP-TEE with for UEFI variables
* mmc man-page

----------------------------------------------------------------
Heinrich Schuchardt (9):
      fs: fat: fix file_fat_detectfs()
      efi_loader: improve documentation of enum efi_test_phase
      linker_lists: document ll_entry_ref parameters
      efi_loader: documentation codepage_437[]
      efi_loader: simplify efi_get_device_path_text()
      efi_loader: EFI_UNACCEPTED_MEMORY_TYPE
      efi_loader: use correct printf codes
      efi_loader: esrt: wrong type for LocateHandleBuffer()
      tools/mkeficapsule: improve online help

Ilias Apalodimas (4):
      doc: Update uefi documentation for initrd loading options
      efi_loader: Cleanup get_var duplication
      doc: Add build instructions for OP-TEE backed EFI variables
      efi_loader: Change ptr arithmetics tcg eventlog buffer

Jaehoon Chung (1):
      doc: mmc man-page

Sughosh Ganu (2):
      efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule
authentication is enabled
      efi_loader: efi_esrt: Fix the build warning for 32 bit systems

 cmd/efidebug.c               |  31 ++++---
 doc/develop/uefi/uefi.rst    |  80 +++++++++++++++-
 doc/usage/index.rst          |   1 +
 doc/usage/mmc.rst            | 212
+++++++++++++++++++++++++++++++++++++++++++
 fs/fat/fat.c                 |  38 +-------
 include/charset.h            |   2 +-
 include/efi.h                |   7 +-
 include/efi_selftest.h       |  12 ++-
 include/linker_lists.h       |   4 +
 lib/efi_loader/Kconfig       |   1 +
 lib/efi_loader/efi_bootmgr.c |  36 +-------
 lib/efi_loader/efi_esrt.c    |  18 ++--
 lib/efi_loader/efi_tcg2.c    |  19 ++--
 tools/mkeficapsule.c         |  16 ++--
 14 files changed, 360 insertions(+), 117 deletions(-)
 create mode 100644 doc/usage/mmc.rst

Reply via email to