mbox series

Pull request for efi-2022-01-rc3-2

Message ID dd944e01-ac61-a684-5dc4-0c4b2421e611@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2022-01-rc3-2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-01-rc3-2

Message

Heinrich Schuchardt Nov. 26, 2021, 9:42 p.m. UTC
Dear Tom,

The following changes since commit 2ad8d0cb950da2233a2ec030533f4e54c6d04126:

   Merge branch 'efi-2022-01' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-20 09:36:37
-0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2022-01-rc3-2

for you to fetch changes up to 2b5e7108594d4e100c88f44353d1fed6456d6471:

   test: fix pylint error in u_boot_console_exec_attach.py (2021-11-26
22:02:37 +0100)

Gitlab CI indicated no problems:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/9996

----------------------------------------------------------------
Pull request for efi-2022-01-rc3-2

Test:
* fix pylint warnings

UEFI:
* disable interrupts before removing devices in ExitBootServices()
* implement poweroff in efi_system_reset() on sandbox
* allow booting via EFI even if some block device fails

----------------------------------------------------------------
Heinrich Schuchardt (10):
       efi_loader: efi_disk_register() should not fail
       sandbox: poweroff in efi_system_reset()
       test: address some pylint warnings
       efi_loader: segfault in efi_clear_os_indications()
       efi_selftest: simplify endian conversion for FDT test
       test: fix pylint errors in multiplexed_log.py
       test: fix pylint errors in u_boot_spawn.py
       test: fix pylint errors in u_boot_utils.py
       test: fix pylint error in u_boot_console_sandbox.py
       test: fix pylint error in u_boot_console_exec_attach.py

Tom Rini (1):
       efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services

  arch/sandbox/cpu/start.c              |  6 +++--
  lib/efi_loader/efi_boottime.c         |  4 +---
  lib/efi_loader/efi_capsule.c          | 45
+++++++++++++++++++++++------------
  lib/efi_loader/efi_disk.c             |  4 ++--
  lib/efi_loader/efi_setup.c            | 36 +---------------------------
  lib/efi_selftest/efi_selftest_fdt.c   | 15 ++++++------
  test/py/multiplexed_log.py            | 14 ++++++-----
  test/py/tests/test_efi_loader.py      | 10 ++++----
  test/py/tests/test_efi_selftest.py    |  6 ++---
  test/py/u_boot_console_exec_attach.py |  6 +++--
  test/py/u_boot_console_sandbox.py     |  4 +++-
  test/py/u_boot_spawn.py               | 26 ++++++++++----------
  test/py/u_boot_utils.py               | 25 ++++++++++---------
  13 files changed, 95 insertions(+), 106 deletions(-)

Comments

Tom Rini Nov. 27, 2021, 1:38 a.m. UTC | #1
On Fri, Nov 26, 2021 at 10:42:56PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 2ad8d0cb950da2233a2ec030533f4e54c6d04126:
> 
>   Merge branch 'efi-2022-01' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-20 09:36:37
> -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2022-01-rc3-2
> 
> for you to fetch changes up to 2b5e7108594d4e100c88f44353d1fed6456d6471:
> 
>   test: fix pylint error in u_boot_console_exec_attach.py (2021-11-26
> 22:02:37 +0100)
> 
> Gitlab CI indicated no problems:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/9996
> 

Applied to u-boot/master, thanks!