All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Tom Rini <trini@konsulko.com>
Cc: Alexander Graf <agraf@csgraf.de>,
	U-Boot Mailing List <u-boot@lists.denx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Masahisa Kojima <masahisa.kojima@linaro.org>
Subject: Pull request for efi-2021-07-rc4
Date: Tue, 25 May 2021 17:46:08 +0200	[thread overview]
Message-ID: <e6aef669-f4dc-f2d3-3b4f-7b5a84328581@gmx.de> (raw)

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(-)

             reply	other threads:[~2021-05-25 15:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 15:46 Heinrich Schuchardt [this message]
2021-05-26 12:55 ` Pull request for efi-2021-07-rc4 Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e6aef669-f4dc-f2d3-3b4f-7b5a84328581@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=agraf@csgraf.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=masahisa.kojima@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.