All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request for UEFI sub-system for efi-2020-04-rc4 (3)
@ 2020-03-11 17:11 Heinrich Schuchardt
  2020-03-12 21:46 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-03-11 17:11 UTC (permalink / raw)
  To: u-boot

The following changes since commit db41d985f6bbf42f83a91b1e4a321a97d72aa843:

   arm: mediatek: remove unused binman config (2020-03-10 17:08:13 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-04-rc4-3

for you to fetch changes up to bc40eb278b0c14b990556eab34a57b2b8ed598f4:

   drivers/rng: add Amlogic hardware RNG driver (2020-03-11 08:29:58 +0100)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc4 (3)

This pull request provides the hardware RNG driver for Amlogic systems
needed for the EFI_RNG_PROTOCOL.

Furthermore bug fixes are provided:

* correct an error message in the efidebug command
* correct an error in the 'efidebug rm' command
* remove an unnecessary assignment in efi_queue_event()

No problems were reported by Gitlab CI and Travis CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2409
https://travis-ci.org/github/xypron2/u-boot/builds/660960360

----------------------------------------------------------------
AKASHI Takahiro (2):
       efi_loader: get_memory_map: return parameters whenever possible
       cmd: efidebug: fix a failure of "boot rm" sub-command

Heinrich Schuchardt (4):
       cmd: efidebug: correct error message
       efi_loader: unnecessary assignment in efi_queue_event
       drivers/rng: simplify Kconfig
       drivers/rng: add Amlogic hardware RNG driver

  cmd/efidebug.c                |   7 +--
  configs/sandbox64_defconfig   |   1 -
  configs/sandbox_defconfig     |   1 -
  drivers/rng/Kconfig           |  17 +++++-
  drivers/rng/Makefile          |   1 +
  drivers/rng/meson-rng.c       | 120
++++++++++++++++++++++++++++++++++++++++++
  lib/efi_loader/efi_boottime.c |   2 +-
  lib/efi_loader/efi_memory.c   |  12 ++---
  8 files changed, 147 insertions(+), 14 deletions(-)
  create mode 100644 drivers/rng/meson-rng.c

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

* Pull request for UEFI sub-system for efi-2020-04-rc4 (3)
  2020-03-11 17:11 Pull request for UEFI sub-system for efi-2020-04-rc4 (3) Heinrich Schuchardt
@ 2020-03-12 21:46 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-03-12 21:46 UTC (permalink / raw)
  To: u-boot

On Wed, Mar 11, 2020 at 06:11:38PM +0100, Heinrich Schuchardt wrote:

> The following changes since commit db41d985f6bbf42f83a91b1e4a321a97d72aa843:
> 
>   arm: mediatek: remove unused binman config (2020-03-10 17:08:13 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-04-rc4-3
> 
> for you to fetch changes up to bc40eb278b0c14b990556eab34a57b2b8ed598f4:
> 
>   drivers/rng: add Amlogic hardware RNG driver (2020-03-11 08:29:58 +0100)
> 

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/20200312/4e43314b/attachment.sig>

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

end of thread, other threads:[~2020-03-12 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 17:11 Pull request for UEFI sub-system for efi-2020-04-rc4 (3) Heinrich Schuchardt
2020-03-12 21:46 ` 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.