[U-Boot] [PULL] efi patch queue 2018-06-14

Hi Tom,
This is my current patch queue for efi. Please pull.
Alex
The following changes since commit acaee30608ce203289a180d664b7f0abb2e64ee7:
ARM: DTS: resync a3517.dtsi with Linux 4.17 (2018-06-13 07:49:14 -0400)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-next
for you to fetch changes up to 58bc69d20aaf2e32e93e977d708fe6a1af0ad6d1:
efi_loader: Allocate memory handle for mem dp (2018-06-14 10:53:37 +0200)
---------------------------------------------------------------- Patch queue for efi - 2018-06-14
A few minor fixes for the release:
- Compile fixes - HI20 relocations for RISC-V - Fix bootefi without load path - Fix Runtime Services with certain compilers
---------------------------------------------------------------- Alexander Graf (3): riscv: Add support for HI20 PE relocations efi_loader: Convert runtime reset from switch to if statements efi_loader: Allocate memory handle for mem dp
Heinrich Schuchardt (2): efi_loader: avoid initializer element is not constant efi_loader: avoid make race condition
Simon Glass (1): efi: Add a comment about duplicated ELF constants
arch/arm/cpu/armv8/fwcall.c | 11 ++++------- arch/arm/mach-bcm283x/reset.c | 11 ++++------- cmd/bootefi.c | 9 +++++++++ disk/part_efi.c | 9 +++++++-- include/efi.h | 3 +-- include/pe.h | 3 +++ lib/efi_loader/efi_image_loader.c | 14 ++++++++++++++ lib/efi_loader/efi_runtime.c | 4 ++++ scripts/Makefile.lib | 10 ++++++++-- 9 files changed, 54 insertions(+), 20 deletions(-)

On Thu, Jun 14, 2018 at 07:01:18PM +0200, Alexander Graf wrote:
Hi Tom,
This is my current patch queue for efi. Please pull.
Alex
The following changes since commit acaee30608ce203289a180d664b7f0abb2e64ee7:
ARM: DTS: resync a3517.dtsi with Linux 4.17 (2018-06-13 07:49:14 -0400)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-next
for you to fetch changes up to 58bc69d20aaf2e32e93e977d708fe6a1af0ad6d1:
efi_loader: Allocate memory handle for mem dp (2018-06-14 10:53:37 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Alexander Graf
-
Tom Rini