Pull request for UEFI sub-system for efi-2020-07-rc5

The following changes since commit 9d886fd6a0888f121cd280d11434812a386045a2:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi (2020-06-12 17:20:35 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-07-rc5
for you to fetch changes up to 4bb4249b39ce7284408c4d604a656be941427e63:
efi_loader: printf code in efi_image_parse() (2020-06-14 21:07:20 +0200)
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2020-07-rc5
Use correct printf code in efi_image_parse(). Add random number generation to HTML documentation.
---------------------------------------------------------------- Heinrich Schuchardt (2): doc: random number generation efi_loader: printf code in efi_image_parse()
MAINTAINERS | 1 + doc/api/index.rst | 1 + doc/api/rng.rst | 17 +++++++++++++++++ include/rand.h | 6 +++--- include/rng.h | 26 ++++++++++++++++++-------- lib/efi_loader/efi_image_loader.c | 2 +- 6 files changed, 41 insertions(+), 12 deletions(-) create mode 100644 doc/api/rng.rst

On Mon, Jun 15, 2020 at 09:31:19PM +0200, Heinrich Schuchardt wrote:
The following changes since commit 9d886fd6a0888f121cd280d11434812a386045a2:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi (2020-06-12 17:20:35 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-07-rc5
for you to fetch changes up to 4bb4249b39ce7284408c4d604a656be941427e63:
efi_loader: printf code in efi_image_parse() (2020-06-14 21:07:20 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini