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

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Jun 15 21:31:19 CEST 2020


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


More information about the U-Boot mailing list