mbox series

Pull request for UEFI sub-system for efi-2020-04-rc3

Message ID bb02e23e-03a5-a3e5-e47e-69c9cac18819@gmx.de
State Accepted, archived
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-04-rc3 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git

Message

Heinrich Schuchardt Feb. 19, 2020, 6:40 p.m. UTC
The following changes since commit f2a73d6867ef973fbb8471cc87058205999b5e5c:

   Merge tag 'u-boot-stm32-20200214' of
https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-02-14 07:31:47
-0500)

are available in the Git repository at:

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

for you to fetch changes up to 0e228853b520611a0ee6fe2b9bd7a0bc3f8c30fc:

   efi_loader: EFI_RNG_PROTOCOL (2020-02-19 12:53:36 +0100)

No problems showed up in Gitlab CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2252

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc3

* Update the Kconfig description of CONFIG_EFI_RNG_PROTOCOL
* Fix a function comment resolving a warning in 'make htmldocs'

----------------------------------------------------------------
Heinrich Schuchardt (2):
       efi_loader: fix efi_install_fdt() description
       efi_loader: EFI_RNG_PROTOCOL

  cmd/bootefi.c          | 10 +++++-----
  lib/efi_loader/Kconfig |  4 ++--
  2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Tom Rini Feb. 20, 2020, 1:23 a.m. UTC | #1
On Wed, Feb 19, 2020 at 07:40:30PM +0100, Heinrich Schuchardt wrote:

> The following changes since commit f2a73d6867ef973fbb8471cc87058205999b5e5c:
> 
>   Merge tag 'u-boot-stm32-20200214' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-02-14 07:31:47
> -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-04-rc3
> 
> for you to fetch changes up to 0e228853b520611a0ee6fe2b9bd7a0bc3f8c30fc:
> 
>   efi_loader: EFI_RNG_PROTOCOL (2020-02-19 12:53:36 +0100)
> 
> No problems showed up in Gitlab CI:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2252
> 

Applied to u-boot/master, thanks!