Pull request of efi-2022-10-rc4-2

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Sat Sep 3 12:25:41 CEST 2022


Dear Tom,

The following changes since commit 67fe8cc0016756f3479288b3f67d59a517e512d5:

   Merge tag 'efi-2022-10-rc4' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-09-02 09:09:47 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to fbc04c0dab139c12ed61500fac3cc204009e8c54:

   efi_loader: fix display of NVMe EUI-64 (2022-09-03 10:49:17 +0200)

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

----------------------------------------------------------------
Pull request of efi-2022-10-rc4-2

UEFI:
* provide EFI Conformance Profile Table
* fix display of NVMe EUI-64
* fixes for Simple Text Input Ex Protocol
* fix exception unit-test on non-x86 sandbox

----------------------------------------------------------------
Heinrich Schuchardt (5):
       efi_loader: printing UEFI revision in helloworld.efi
       efi_loader: compliance Simple Text Input Ex Protocol
       efi_loader: support CTRL+\ - CTRL+_
       efi_selftest: on sandbox use host specific assembly
       efi_loader: fix display of NVMe EUI-64

Jose Marinho (2):
       efi: Create ECPT table
       efi: ECPT add EBBRv2.0 conformance profile

  include/efi_api.h                                 | 16 ++++++
  include/efi_loader.h                              |  7 +++
  lib/efi_loader/Kconfig                            | 17 ++++++
  lib/efi_loader/Makefile                           |  1 +
  lib/efi_loader/efi_conformance.c                  | 60 
+++++++++++++++++++++
  lib/efi_loader/efi_console.c                      |  5 ++
  lib/efi_loader/efi_device_path_to_text.c          |  7 +--
  lib/efi_loader/efi_setup.c                        |  6 +++
  lib/efi_loader/helloworld.c                       | 66 
++++++++++++++++++-----
  lib/efi_selftest/efi_selftest_miniapp_exception.c |  9 +++-
  lib/uuid.c                                        |  4 ++
  11 files changed, 182 insertions(+), 16 deletions(-)
  create mode 100644 lib/efi_loader/efi_conformance.c


More information about the U-Boot mailing list