Pull request for efi-2021-04-rc5

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Mar 16 12:34:42 CET 2021


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


More information about the U-Boot mailing list