mbox series

Pull request for UEFI sub-system for efi-2020-07-rc4 (2)

Message ID 631d10a2-1722-6eaa-66b6-961c5704e556@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-07-rc4 (2) | expand

Pull-request

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

Message

Heinrich Schuchardt June 6, 2020, 6:14 a.m. UTC
The following changes since commit 88bd5b1793600b0f5f25c3d236b4d049fb986140:

  configs: Resync with savedefconfig (2020-06-04 19:29:09 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 325567d3c59fba32bdbf33a8ec981a8ccb096780:

  efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL (2020-06-05
04:04:41 +0200)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-07-rc4 (2)

The following problems are resolved:

* When booting via UEFI an SMBIOS table is presented to the operating
  system. If U-Boot tries to add an empty string, this results in
  corrupted SMBIOS information. We will now use "Unknown" as property
  value.
* The EFI_RNG_PROTOCOL uses the DM_RNG drivers. For the virtio RNG
  driver the missing DM_RNG Kconfig dependency is added.
* Missing function descriptions for the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
  are added.

Testing on Gitlab CI and Travis CI showed no problems:
https://travis-ci.org/github/xypron2/u-boot/builds/694876302
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/3545

----------------------------------------------------------------
Heinrich Schuchardt (3):
      smbios: empty strings in smbios_add_string()
      virtio: VIRTIO_RNG depends on DM_RNG
      efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL

 drivers/virtio/Kconfig       |  12 +++--
 lib/efi_loader/efi_console.c | 124
+++++++++++++++++++++++++++++++++++++++----
 lib/smbios.c                 |   2 +
 3 files changed, 124 insertions(+), 14 deletions(-)

Comments

Tom Rini June 8, 2020, 12:50 p.m. UTC | #1
On Sat, Jun 06, 2020 at 08:14:49AM +0200, Heinrich Schuchardt wrote:

> The following changes since commit 88bd5b1793600b0f5f25c3d236b4d049fb986140:
> 
>   configs: Resync with savedefconfig (2020-06-04 19:29:09 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-07-rc4-2
> 
> for you to fetch changes up to 325567d3c59fba32bdbf33a8ec981a8ccb096780:
> 
>   efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL (2020-06-05
> 04:04:41 +0200)
> 

Applied to u-boot/master, thanks!