mbox series

[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc2

Message ID 7300fd1a-5eec-6b37-6278-87806ea85d8f@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc2 | expand

Pull-request

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

Message

Heinrich Schuchardt Oct. 31, 2019, 4:46 p.m. UTC
The following changes since commit ffc379b42c85466e1dd4c8fee8268801f26d2ab8:

   Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips
(2019-10-25 20:07:24 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-01-rc2

for you to fetch changes up to e731af4893f7741c66254161ad9b6f5280369895:

   efi_loader: correct includes in efi_variable.c (2019-10-30 17:49:41
+0100)

The size increase in cmd/nvedit_efi.c should not worry you too much as
this is not built by default except on QEMU.

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

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

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-01-rc2

Provide a better user interface for setting UEFI variables.

Bug fixes:
- ext4 file system not discovered on UEFI block device
- 'make tests' build error on 32bit systems

----------------------------------------------------------------
AKASHI Takahiro (1):
       cmd: env: extend "env [set|print] -e" to manage UEFI variables

Heinrich Schuchardt (2):
       blk: set log2blksz in blk_create_device()
       efi_loader: correct includes in efi_variable.c

  cmd/nvedit.c                  |  19 ++-
  cmd/nvedit_efi.c              | 277
++++++++++++++++++++++++++++++++++++------
  drivers/block/blk-uclass.c    |   1 +
  lib/efi_loader/efi_variable.c |   8 +-
  4 files changed, 256 insertions(+), 49 deletions(-)

Comments

Tom Rini Nov. 1, 2019, 9:48 p.m. UTC | #1
On Thu, Oct 31, 2019 at 05:46:42PM +0100, Heinrich Schuchardt wrote:

> The following changes since commit ffc379b42c85466e1dd4c8fee8268801f26d2ab8:
> 
>   Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips
> (2019-10-25 20:07:24 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-01-rc2
> 
> for you to fetch changes up to e731af4893f7741c66254161ad9b6f5280369895:
> 
>   efi_loader: correct includes in efi_variable.c (2019-10-30 17:49:41
> +0100)
> 
> The size increase in cmd/nvedit_efi.c should not worry you too much as
> this is not built by default except on QEMU.
> 
> Gitlab and Travis showed no problems:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/1159
> https://travis-ci.org/xypron2/u-boot/builds/605091156
> 
> Primary key fingerprint:
> 6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4
> 

Applied to u-boot/master, thanks!