mbox series

Pull request for UEFI sub-system for efi-2020-04-rc1-2

Message ID ae7281d5-e65a-0f51-deef-6f96766008df@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-04-rc1-2 | expand

Pull-request

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

Message

Heinrich Schuchardt Jan. 15, 2020, 7:04 a.m. UTC
The following changes since commit 88366b96ee0d8640b2af53e4026dbaeed0fab5e0:

   travis: Switch to QEMU v4.2.0 globally (2020-01-11 08:07:03 -0500)

are available in the Git repository at:

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

for you to fetch changes up to faadc04180ef05acfd6523b49a2abf37ae61afad:

   efi_loader: imply VIDEO_ANSI (2020-01-15 00:51:51 +0100)

Gitlab CI and Travis CI showed no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/1851
https://travis-ci.org/xypron2/u-boot/builds/637171603

Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc1-2

Bug fixes for the UEFI sub-system are provided:

* imply VIDEO_ANSI for correct cursor positioning and colors
* fix issues in the UEFI block device driver
* add missing documentation

----------------------------------------------------------------
Heinrich Schuchardt (6):
       efi_loader: document functions in efi_rng.c
       efi_loader: describe returning of control
       efi_selftest: enable CONFIG_CMD_POWEROFF
       efi_driver: fix efi_uc_stop()
       efi_driver: debug output efi_uc_start, efi_uc_stop
       efi_loader: imply VIDEO_ANSI

  doc/api/efi.rst                              |  6 +++++
  lib/efi_driver/efi_uclass.c                  | 11 +++++----
  lib/efi_loader/Kconfig                       |  1 +
  lib/efi_loader/efi_boottime.c                |  8 +++----
  lib/efi_loader/efi_rng.c                     | 35
++++++++++++++++++++++++++++
  lib/efi_selftest/Kconfig                     |  1 +
  lib/efi_selftest/efi_selftest_block_device.c |  4 ++--
  7 files changed, 55 insertions(+), 11 deletions(-)

Comments

Tom Rini Jan. 15, 2020, 7:46 p.m. UTC | #1
On Wed, Jan 15, 2020 at 08:04:48AM +0100, Heinrich Schuchardt wrote:

> The following changes since commit 88366b96ee0d8640b2af53e4026dbaeed0fab5e0:
> 
>   travis: Switch to QEMU v4.2.0 globally (2020-01-11 08:07:03 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-04-rc1-2
> 
> for you to fetch changes up to faadc04180ef05acfd6523b49a2abf37ae61afad:
> 
>   efi_loader: imply VIDEO_ANSI (2020-01-15 00:51:51 +0100)
> 
> Gitlab CI and Travis CI showed no problems:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/1851
> https://travis-ci.org/xypron2/u-boot/builds/637171603
> 
> Primary key fingerprint:
> 6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4
> 

Applied to u-boot/master, thanks!