mbox series

Pull request for efi-2022-07-rc5

Message ID f1354a9f-7c91-4747-e416-beda31ad32ed@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2022-07-rc5 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-07-rc5

Message

Heinrich Schuchardt June 13, 2022, 6:25 a.m. UTC
Dear Tom,

The following changes since commit 57bd363de7b95bececd40a0c8dbb2fcf4d8d3b21:

   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-06-08
08:25:30 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2022-07-rc5

for you to fetch changes up to 72fa9cd59edcf99cb32c05604d2a904018acd30a:

   efi_loader: create boot options without file path (2022-06-12
13:02:34 +0200)

Gitlab reported no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12278

----------------------------------------------------------------
Pull request for efi-2022-07-rc5

UEFI:

* Ignore OsIndications if CONFIG_EFI_IGNORE_OSINDICATIONS=y
* Correct UEFI default binary name
* Let efidebug create boot options without file path
* Support booting with a boot option with shortened device only device path

----------------------------------------------------------------
Heinrich Schuchardt (3):
       efi_loader: correctly identify binary name
       efi_loader: allow booting from short dev only DP
       efi_loader: create boot options without file path

Sughosh Ganu (2):
       EFI: Do not consider OsIndications variable if
CONFIG_EFI_IGNORE_OSINDICATIONS is enabled
       EFI: FMP: Use a common GetImageInfo function for FIT and raw images

  include/efi_default_filename.h   | 41 ++++++++++++--------
  lib/efi_loader/efi_bootmgr.c     | 12 +++---
  lib/efi_loader/efi_capsule.c     |  7 ++--
  lib/efi_loader/efi_device_path.c | 33 ++++++++++++-----
  lib/efi_loader/efi_firmware.c    | 80
+++++++---------------------------------
  5 files changed, 73 insertions(+), 100 deletions(-)

Comments

Tom Rini June 13, 2022, 4:13 p.m. UTC | #1
On Mon, Jun 13, 2022 at 08:25:55AM +0200, Heinrich Schuchardt wrote:

> 
> Dear Tom,
> 
> The following changes since commit 57bd363de7b95bececd40a0c8dbb2fcf4d8d3b21:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-06-08
> 08:25:30 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2022-07-rc5
> 
> for you to fetch changes up to 72fa9cd59edcf99cb32c05604d2a904018acd30a:
> 
>   efi_loader: create boot options without file path (2022-06-12
> 13:02:34 +0200)
> 
> Gitlab reported no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12278
> 

Applied to u-boot/master, thanks!