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

Reply via email to