mbox series

Pull request for efi-2023-01-rc1-3

Message ID d345b9b2-89f1-cafd-9224-1b35db6524a3@canonical.com
State Accepted, archived
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2023-01-rc1-3 | expand

Pull-request

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

Message

Heinrich Schuchardt Oct. 16, 2022, 12:18 p.m. UTC
The following changes since commit 0e49f5c26caf9972137a474065afd4bdfe5ec062:

   Merge branch '2022-10-12-additional-fixes' (2022-10-12 15:12:42 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 70089c13a73f58315547982573be2016e7a70958:

   efi_loader: remove efi_delete_handle on loadfile2 (2022-10-16 
12:23:22 +0200)

----------------------------------------------------------------
Pull request for efi-2023-01-rc1-3

UEFI:

* replace EFI_CALL() by internal functions
* delete loadfile2 handle by uninstalling all protocols

Other:

* Provide spi_set_speed() needed for implementation of
   EFI SPI I/O protocol

----------------------------------------------------------------
Heinrich Schuchardt (3):
       efi_loader: avoid EFI_CALL() for clearing screen
       efi_loader: avoid EFI_CALL() when draining console
       cmd: simplify efidebug

Ilias Apalodimas (1):
       efi_loader: remove efi_delete_handle on loadfile2

Paul Barker (1):
       spi: Implement spi_set_speed

  cmd/bootefi.c                    |  6 +++--
  cmd/efidebug.c                   | 47 
++++++++++++++++++----------------------
  drivers/spi/spi-uclass.c         | 15 +++++++++++++
  include/efi_loader.h             |  2 +-
  include/spi.h                    |  4 +++-
  lib/efi_loader/efi_console.c     | 30 +++++++++++++++----------
  lib/efi_loader/efi_load_initrd.c | 19 ++++++++++++----
  7 files changed, 77 insertions(+), 46 deletions(-)

Comments

Tom Rini Oct. 17, 2022, 2:45 a.m. UTC | #1
On Sun, Oct 16, 2022 at 02:18:23PM +0200, Heinrich Schuchardt wrote:

> The following changes since commit 0e49f5c26caf9972137a474065afd4bdfe5ec062:
> 
>   Merge branch '2022-10-12-additional-fixes' (2022-10-12 15:12:42 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2023-01-rc1-3
> 
> for you to fetch changes up to 70089c13a73f58315547982573be2016e7a70958:
> 
>   efi_loader: remove efi_delete_handle on loadfile2 (2022-10-16 12:23:22
> +0200)
> 

Applied to u-boot/master, thanks!