From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Tue, 4 Jul 2017 09:06:13 +0200 Subject: [U-Boot] [PULL] efi patch queue 2017-07-04 (v2) Message-ID: <1499151973-197941-1-git-send-email-agraf@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, This is my current patch queue for efi. Please pull. Alex The following changes since commit 8d6040c725bfa40fba1bd6b5f356ee713c1ac7d1: pico-imx7d: Remove bouncing email (2017-06-29 21:30:16 -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 da684a646d0c94f7a6126e7ecf110278691465a6: efi_loader: abort on unsupported relocation type (2017-07-04 09:03:00 +0200) ---------------------------------------------------------------- Patch queue for efi - 2017-07-04 Highlights this time: bugfixes. With these changes, OpenBSD should be more happy. ---------------------------------------------------------------- Alexander Graf (2): efi_loader: Add check for fallback fdt memory reservation efi_loader: Add efi-next git tree to MAINTAINERS file Jonathan Gray (2): efi_loader: run CreateEvent() notify function based on flags efi_loader: check CreateEvent() parameters Masahiro Yamada (1): efi_loader: add static to local functions xypron.glpk at gmx.de (2): efi_loader: efi_handle_protocol set attributes efi_loader: abort on unsupported relocation type MAINTAINERS | 1 + cmd/bootefi.c | 6 ++++++ include/efi_api.h | 3 +++ lib/efi_loader/efi_boottime.c | 38 ++++++++++++++++++++++++++------------ lib/efi_loader/efi_image_loader.c | 10 ++++++++-- 5 files changed, 44 insertions(+), 14 deletions(-)