mbox series

Pull request for efi-2021-04-rc5

Message ID 3eef0967-9d61-b64a-fd5c-e59f121b291c@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2021-04-rc5 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-04-rc5

Message

Heinrich Schuchardt March 16, 2021, 11:34 a.m. UTC
Dear Tom,

The following changes since commit 4103e13534141c31e4e9bf40848ab3a61dabce81:

  Prepare v2021.04-rc4 (2021-03-15 12:06:41 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-04-rc5

for you to fetch changes up to 75d48d11db2e2f07659abbbf2dc0483e929b3fc2:

  doc: move README.dfu to HTML documentation (2021-03-16 09:37:04 +0100)

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

----------------------------------------------------------------
Pull request for efi-2021-04-rc5

Bug fixes:

* fix memory type for memory reservation block
* illegal cast to pointer in initrddump
* fix compiler warnings

Documentation:

* move README.dfu to HTML documentation

----------------------------------------------------------------
Heinrich Schuchardt (3):
      efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI
      efi_selftest: illegal cast to pointer in initrddump
      doc: move README.dfu to HTML documentation

Ilias Apalodimas (1):
      efi_selftest: Remove loadfile2 for initrd selftests

Mark Kettenis (1):
      efi_loader: fix memory type for memory reservation block

Simon Glass (2):
      mkeficapsule: Correct printf() strings
      efi: Fix compiler warnings

 MAINTAINERS                                 |   1 +
 cmd/efidebug.c                              |   2 +-
 doc/README.dfu                              | 311 ---------------------
 doc/usage/dfu.rst                           | 404
++++++++++++++++++++++++++++
 doc/usage/index.rst                         |   1 +
 lib/efi_loader/Kconfig                      |   2 +-
 lib/efi_loader/efi_capsule.c                |   4 +-
 lib/efi_loader/efi_dt_fixup.c               |   2 +-
 lib/efi_loader/efi_firmware.c               |   4 +-
 lib/efi_selftest/Makefile                   |   1 -
 lib/efi_selftest/efi_selftest_load_initrd.c | 221 ---------------
 lib/efi_selftest/initrddump.c               |   2 +-
 tools/mkeficapsule.c                        |  14 +-
 13 files changed, 421 insertions(+), 548 deletions(-)
 delete mode 100644 doc/README.dfu
 create mode 100644 doc/usage/dfu.rst
 delete mode 100644 lib/efi_selftest/efi_selftest_load_initrd.c

Comments

Tom Rini March 16, 2021, 4:37 p.m. UTC | #1
On Tue, Mar 16, 2021 at 12:34:42PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 4103e13534141c31e4e9bf40848ab3a61dabce81:
> 
>   Prepare v2021.04-rc4 (2021-03-15 12:06:41 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-04-rc5
> 
> for you to fetch changes up to 75d48d11db2e2f07659abbbf2dc0483e929b3fc2:
> 
>   doc: move README.dfu to HTML documentation (2021-03-16 09:37:04 +0100)
> 
> Gitlab CI showed no problems:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6789
> 

Applied to u-boot/master, thanks!