mbox series

Pull request for UEFI sub-system for efi-2020-10-rc5 (2)

Message ID d42be5b6-6a9f-ef64-c11d-b37104c7056f@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-10-rc5 (2) | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-10-rc5-2

Message

Heinrich Schuchardt Sept. 19, 2020, 5:24 a.m. UTC
Hello Tom,

The following changes since commit 9de3126e80cdac7ee15b6671065a952184533dda:

  Merge branch '2020-09-16-assorted-fixes' (2020-09-17 09:53:57 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-10-rc5-2

for you to fetch changes up to 8f0ac536d4937d07a95fcc56756c14ef7a94e397:

  efi: change 'env -e -i' usage syntax (2020-09-18 22:23:58 +0200)

Gitlab CI and Travis CI showed no problems:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/4709
https://travis-ci.org/github/xypron2/u-boot/builds/728440733

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-10-rc5 (2)

The following bugs are fixed:

* incorrect online help for setenv and env
* description of function efi_mem_carve_out()
* replace printf() by log_err() in stm32mp1_rng driver

A unit test is provided to check that the boot hart id is available in
the RISC-V device-tree.

----------------------------------------------------------------
Heinrich Schuchardt (3):
      rng: stm32mp1: use log() instead of printf()
      efi_selftest: rework device tree test
      efi_selftest: check for RISC-V boot-hartid in FDT

Maxim Uvarov (2):
      efi_memory: refine overlap_only_ram description
      efi: change 'env -e -i' usage syntax

 cmd/nvedit.c                        |  4 +--
 drivers/rng/stm32mp1_rng.c          |  4 ++-
 lib/efi_loader/efi_memory.c         |  2 +-
 lib/efi_selftest/efi_selftest_fdt.c | 68
+++++++++++++++++++++++++++++--------
 4 files changed, 60 insertions(+), 18 deletions(-)

Comments

Tom Rini Sept. 20, 2020, 1:53 p.m. UTC | #1
On Sat, Sep 19, 2020 at 07:24:22AM +0200, Heinrich Schuchardt wrote:

> Hello Tom,
> 
> The following changes since commit 9de3126e80cdac7ee15b6671065a952184533dda:
> 
>   Merge branch '2020-09-16-assorted-fixes' (2020-09-17 09:53:57 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-10-rc5-2
> 
> for you to fetch changes up to 8f0ac536d4937d07a95fcc56756c14ef7a94e397:
> 
>   efi: change 'env -e -i' usage syntax (2020-09-18 22:23:58 +0200)
> 
> Gitlab CI and Travis CI showed no problems:
> 
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/4709
> https://travis-ci.org/github/xypron2/u-boot/builds/728440733
> 

Applied to u-boot/master, thanks!