mbox series

Pull request for UEFI sub-system for efi-2020-07-rc6

Message ID d568a1fe-c0c2-63ed-913e-57f9ff3a9225@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-07-rc6 | expand

Pull-request

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

Message

Heinrich Schuchardt June 25, 2020, 4:41 p.m. UTC
The following changes since commit 4ff63383e3497389e66cf70943a83bdb1810462a:

  Merge tag 'u-boot-imx-20200623' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-06-23 08:20:55
-0400)

are available in the Git repository at:

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

for you to fetch changes up to d80dd9e7853256f27847238771bf34c7157b8894:

  efi_loader: size of secure boot variables (2020-06-24 16:50:15 +0200)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-07-rc6

Corrections for variable definitions are provided:

* Correct size of secure boot related UEFI variables.
* Do not use int for storing an enum.
* Replace fdt_addr by fdt_size where needed.

----------------------------------------------------------------
Bin Meng (1):
      cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()

Heinrich Schuchardt (2):
      efi_loader: type of efi_secure_mode
      efi_loader: size of secure boot variables

 cmd/bootefi.c                 |  3 ++-
 lib/efi_loader/efi_variable.c | 14 +++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

Comments

Tom Rini June 25, 2020, 10:14 p.m. UTC | #1
On Thu, Jun 25, 2020 at 06:41:58PM +0200, Heinrich Schuchardt wrote:

> The following changes since commit 4ff63383e3497389e66cf70943a83bdb1810462a:
> 
>   Merge tag 'u-boot-imx-20200623' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-06-23 08:20:55
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-07-rc6
> 
> for you to fetch changes up to d80dd9e7853256f27847238771bf34c7157b8894:
> 
>   efi_loader: size of secure boot variables (2020-06-24 16:50:15 +0200)
> 

Applied to u-boot/master, thanks!