mbox series

[PULL] efi v2018.03 patch queue 2018-02-10

Message ID 20180209232821.22675-1-agraf@suse.de
State New
Headers show
Series [PULL] efi v2018.03 patch queue 2018-02-10 | expand

Pull-request

git://github.com/agraf/u-boot.git tags/signed-efi-v2018.03

Message

Alexander Graf Feb. 9, 2018, 11:28 p.m. UTC
Hi Tom,

This is my current patch queue for efi against v2018.03.  Please pull.

Alex


The following changes since commit 1811a928c6c7604d6d05a84b4d552a7c31b4994e:

  Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig (2018-02-08 19:09:03 -0500)

are available in the git repository at:

  git://github.com/agraf/u-boot.git tags/signed-efi-v2018.03

for you to fetch changes up to df9cf561b04dd3fc5a94f7a2c2500948ae8ba56b:

  efi_loader: correct efi_disk_register (2018-02-10 00:25:49 +0100)

----------------------------------------------------------------
Patch queue for efi in 2018.03 - 2018-02-10

This time we have a few important bug fixes. Most noticable are:

  - Fix OpenBSD loader with CONFIG_BLK=n
  - Fix builds on various circumstances
  - Add missing stubs so callers don't call NULL
  - Bump UEFI revision to 2.7

----------------------------------------------------------------
Heinrich Schuchardt (9):
      efi_loader: fix building crt0 on arm
      efi_loader: fix the online help for bootefi bootmgr
      efi_selftest: use correct compiler flags for miniapps
      efi_loader: create stub for CreateEventEx
      efi_loader: do not use 2.0.5 as UEFI revision number
      efi_driver: return type of efi_driver_init()
      efi_loader: split README.efi into two separate documents
      efi_loader: add missing runtime services stubs
      efi_loader: correct efi_disk_register

 MAINTAINERS                       |   3 +
 arch/arm/lib/crt0_aarch64_efi.S   |   4 +-
 arch/arm/lib/crt0_arm_efi.S       |   4 +-
 cmd/bootefi.c                     |   2 +-
 doc/README.efi                    | 275 ++------------------------------------
 doc/README.u-boot_on_efi          | 259 +++++++++++++++++++++++++++++++++++
 include/asm-generic/pe.h          |  21 +++
 include/efi_api.h                 |  37 ++++-
 include/efi_loader.h              |   4 +-
 include/pe.h                      |   8 +-
 lib/efi_driver/efi_uclass.c       |   6 +-
 lib/efi_loader/efi_boottime.c     |  35 ++++-
 lib/efi_loader/efi_disk.c         |  71 ++++++----
 lib/efi_loader/efi_image_loader.c |   2 +-
 lib/efi_loader/efi_runtime.c      |  29 ++++
 lib/efi_selftest/Makefile         |   6 +-
 16 files changed, 453 insertions(+), 313 deletions(-)
 create mode 100644 doc/README.u-boot_on_efi
 create mode 100644 include/asm-generic/pe.h

Comments

Tom Rini Feb. 11, 2018, 12:26 a.m. UTC | #1
On Sat, Feb 10, 2018 at 12:28:21AM +0100, Alexander Graf wrote:

> Hi Tom,
> 
> This is my current patch queue for efi against v2018.03.  Please pull.
> 
> Alex
> 
> 
> The following changes since commit 1811a928c6c7604d6d05a84b4d552a7c31b4994e:
> 
>   Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig (2018-02-08 19:09:03 -0500)
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/u-boot.git tags/signed-efi-v2018.03
> 
> for you to fetch changes up to df9cf561b04dd3fc5a94f7a2c2500948ae8ba56b:
> 
>   efi_loader: correct efi_disk_register (2018-02-10 00:25:49 +0100)
> 

Applied to u-boot/master, thanks!