mbox series

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

Message ID ce966f88-5273-2f28-14ed-2ee5c11adb39@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-07-rc4 | expand

Pull-request

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

Message

Heinrich Schuchardt June 3, 2020, 5:49 p.m. UTC
The following changes since commit ecd4d99f654f3f7bfb96001891d69c3125e70b69:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-06-01
23:34:18 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a4292eccfdc98b51d0200a6c912af237aeddd5c8:

  efi_loader: signature: move efi_guid_cert_type_pkcs7 to
efi_signature.c (2020-06-03 17:19:19 +0200)

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

This patch series addresses the following issues:

* allow compiling with clang
* add missing function descriptions to the HTML documentation
* simplify the validation of UEFI images
* validate load options in the UEFI boot manager

In a preparatory patch a structure definition is moved.

Gitlab CI showed no problem:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/3530

----------------------------------------------------------------
AKASHI Takahiro (1):
      efi_loader: signature: move efi_guid_cert_type_pkcs7 to
efi_signature.c

Heinrich Schuchardt (5):
      efi_loader: validate load option
      efi_loader: allow compiling with clang
      efi_loader: function descriptions efi_image_loader.c
      efi_loader: function description cmp_pe_section()
      efi_loader: simplify PE consistency check

 arch/arm/include/asm/global_data.h |  9 +++++++
 cmd/efidebug.c                     | 21 ++++++++++++-----
 include/efi_loader.h               |  3 ++-
 lib/efi_loader/efi_bootmgr.c       | 48
+++++++++++++++++++++++++++++++-------
 lib/efi_loader/efi_boottime.c      | 10 ++++----
 lib/efi_loader/efi_image_loader.c  | 35 ++++++++++++++-------------
 lib/efi_loader/efi_signature.c     |  1 +
 lib/efi_loader/efi_variable.c      |  1 -
 8 files changed, 88 insertions(+), 40 deletions(-)

Comments

Tom Rini June 4, 2020, 2:21 p.m. UTC | #1
On Wed, Jun 03, 2020 at 07:49:48PM +0200, Heinrich Schuchardt wrote:

> The following changes since commit ecd4d99f654f3f7bfb96001891d69c3125e70b69:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-06-01
> 23:34:18 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-07-rc4
> 
> for you to fetch changes up to a4292eccfdc98b51d0200a6c912af237aeddd5c8:
> 
>   efi_loader: signature: move efi_guid_cert_type_pkcs7 to
> efi_signature.c (2020-06-03 17:19:19 +0200)
> 

Applied to u-boot/master, thanks!