mbox series

Pull request for efi-2021-07-rc4

Message ID e6aef669-f4dc-f2d3-3b4f-7b5a84328581@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2021-07-rc4 | expand

Pull-request

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

Message

Heinrich Schuchardt May 25, 2021, 3:46 p.m. UTC
Dear Tom,

The following changes since commit e1bf0336a58cfe873a34c36ff53e5e3806f2d263:

  Prepare v2021.07-rc3 (2021-05-24 20:53:13 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 1f6871df40d6ad94a00a2dcd46f3cc91b232c4d6:

  efi_loader: Fix -Wextra warning for EFI TCG2 (2021-05-25 14:33:22 +0200)


Gitlab reported no problems:

https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7623

----------------------------------------------------------------
Pull request for efi-2021-07-rc4

Documentation:

* correct mmc man-page

Bug fixes:

* reduce code size of efidebug command
* remove 31 character limit for file paths in efidebug command
* fix build warning in the TCG2 protocol implementation

----------------------------------------------------------------
Heinrich Schuchardt (6):
      efi_loader: remove weak efi_get_public_key_data()
      efi_loader: path length in efi_dp_from_name()
      efi_loader: simplify show_efi_boot_opt_data()
      efi_loader: simplify show_efi_boot_order()
      efi_loader: use efi_create_indexed_name()
      efi_loader: simplify accessing variables

Ilias Apalodimas (1):
      efi_loader: Fix -Wextra warning for EFI TCG2

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

Masahisa Kojima (1):
      efi_loader: expose efi_image_parse() even if UEFI Secure Boot is
disabled

 cmd/efidebug.c                    | 96
++++++++++++++-------------------------
 doc/usage/mmc.rst                 |  3 +-
 lib/efi_loader/Kconfig            |  5 ++
 lib/efi_loader/Makefile           |  2 +-
 lib/efi_loader/efi_capsule.c      | 10 ----
 lib/efi_loader/efi_device_path.c  |  9 +++-
 lib/efi_loader/efi_image_loader.c | 64 +++++++++++++++++++++++++-
 lib/efi_loader/efi_signature.c    | 67 +--------------------------
 lib/efi_loader/efi_tcg2.c         | 40 ++++++++--------
 lib/efi_loader/efi_var_common.c   |  3 ++
 10 files changed, 137 insertions(+), 162 deletions(-)

Comments

Tom Rini May 26, 2021, 12:55 p.m. UTC | #1
On Tue, May 25, 2021 at 05:46:08PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit e1bf0336a58cfe873a34c36ff53e5e3806f2d263:
> 
>   Prepare v2021.07-rc3 (2021-05-24 20:53:13 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-07-rc4
> 
> for you to fetch changes up to 1f6871df40d6ad94a00a2dcd46f3cc91b232c4d6:
> 
>   efi_loader: Fix -Wextra warning for EFI TCG2 (2021-05-25 14:33:22 +0200)
> 
> 
> Gitlab reported no problems:
> 
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7623
> 

Applied to u-boot/master, thanks!