mbox series

Pull request for efi-2023-07-rc1-2

Message ID ee6621a9-668d-e385-320c-269f67c75050@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2023-07-rc1-2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-07-rc1-2

Message

Heinrich Schuchardt April 21, 2023, 12:20 p.m. UTC
Dear Tom,

The following changes since commit 5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79:

   Merge tag 'u-boot-nand-20230417' of
https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2023-04-17
10:47:33 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-07-rc1-2

for you to fetch changes up to b10bfd0019f601e2608370ed47741da201423d55:

   efi_loader: Fix flexible array member definitions (2023-04-21
08:50:35 +0200)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16067

----------------------------------------------------------------
Pull request for efi-2023-07-rc1-2

Documentation:

* Describe Python coding style

UEFI:

* Enable tests for authenticated capsules on the sandbox
* Fix pylint warnings
* Correct struct efi_hii_keyboard_layout definition

----------------------------------------------------------------
Heinrich Schuchardt (5):
       doc: codingstyle: Python coding style
       efi_loader: remove unused efi_capsule_authenticate
       test: fix pylint warning for capsule tests
       sandbox: enable CONFIG_EFI_CAPSULE_AUTHENTICATE
       test: fix launch_efi()

Ilias Apalodimas (1):
       efi_loader: Fix flexible array member definitions

  configs/sandbox_defconfig                          |  1 +
  configs/sandbox_flattree_defconfig                 |  1 +
  doc/develop/codingstyle.rst                        |  7 ++++
  include/efi_api.h                                  |  2 +-
  lib/efi_loader/efi_capsule.c                       |  6 ----
  test/py/tests/test_efi_capsule/conftest.py         | 27 +++++---------
  .../test_efi_capsule/test_capsule_firmware_fit.py  | 35 +++++++++---------
  .../test_capsule_firmware_signed_fit.py            | 41
+++++++++++-----------
  .../test_capsule_firmware_signed_raw.py            | 38
++++++++++----------
  test/py/tests/test_efi_fit.py                      |  4 ++-
  10 files changed, 78 insertions(+), 84 deletions(-)

Comments

Tom Rini April 23, 2023, 4:15 p.m. UTC | #1
On Fri, Apr 21, 2023 at 02:20:27PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79:
> 
>   Merge tag 'u-boot-nand-20230417' of
> https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2023-04-17
> 10:47:33 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2023-07-rc1-2
> 
> for you to fetch changes up to b10bfd0019f601e2608370ed47741da201423d55:
> 
>   efi_loader: Fix flexible array member definitions (2023-04-21
> 08:50:35 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16067
> 

Applied to u-boot/master, thanks!