All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request for efi-2021-04-rc5
@ 2021-03-16 11:34 Heinrich Schuchardt
  2021-03-16 16:37 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-03-16 11:34 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Pull request for efi-2021-04-rc5
  2021-03-16 11:34 Pull request for efi-2021-04-rc5 Heinrich Schuchardt
@ 2021-03-16 16:37 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-03-16 16:37 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210316/2a047b98/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-16 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 11:34 Pull request for efi-2021-04-rc5 Heinrich Schuchardt
2021-03-16 16:37 ` Tom Rini

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.