[U-Boot] [PULL 2018.11] efi patch queue 2018-10-17
Alexander Graf
agraf at suse.de
Wed Oct 17 07:24:34 UTC 2018
Hi Tom,
This is my current patch queue for efi for inclusion into 2018.11. Please pull.
Alex
The following changes since commit 2364b70c87a8d4ac327a44161df32d2c8e209545:
Merge branch 'master' of git://git.denx.de/u-boot-i2c (2018-10-16 07:25:28 -0400)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-2018.11
for you to fetch changes up to d081f27fc28d3a0f9fbb6045e4121709bc303028:
efi_loader: efi_dp_get_next_instance() superfluous statement (2018-10-16 22:56:18 +0200)
----------------------------------------------------------------
Patch queue for efi - 2018-10-17
A few bug fixes for the 2018.11 release:
- Fix block seeking on 32bit
- Fix execution with DEBUG set
- Fix a few Coverity found bugs
- Fix warnings
Heinrich Schuchardt (13):
efi_loader: fix relocation on x86_64
efi_loader: correct signature of GetPosition, SetPosition
efi_loader: execute efi_save_gd() first
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
efi_loader: error handling in read_console()
efi_loader: return type efi_console_register()
efi_loader: superfluous statement in is_dir()
efi_loader: memory leak in efi_set_variable()
efi_loader: remove lcd.h from efi_net.c
arm: do not include efi_loader.h twice
efi_loader: fix typo in efi_boottime.c
efi_selftest: creating new handle in controller test
efi_loader: efi_dp_get_next_instance() superfluous statement
Tom Rini (2):
efi_loader: Fix warning in efi_load_image()
fs: fat: Fix warning in normalize_longname()
----------------------------------------------------------------
Heinrich Schuchardt (13):
efi_loader: fix relocation on x86_64
efi_loader: correct signature of GetPosition, SetPosition
efi_loader: execute efi_save_gd() first
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
efi_loader: error handling in read_console()
efi_loader: return type efi_console_register()
efi_loader: superfluous statement in is_dir()
efi_loader: memory leak in efi_set_variable()
efi_loader: remove lcd.h from efi_net.c
arm: do not include efi_loader.h twice
efi_loader: fix typo in efi_boottime.c
efi_selftest: creating new handle in controller test
efi_loader: efi_dp_get_next_instance() superfluous statement
Tom Rini (2):
efi_loader: Fix warning in efi_load_image()
fs: fat: Fix warning in normalize_longname()
arch/arm/lib/interrupts.c | 1 -
cmd/bootefi.c | 24 ++++----------
fs/fat/fat_write.c | 2 +-
include/efi_api.h | 4 +--
include/efi_loader.h | 2 +-
lib/charset.c | 11 +++++--
lib/efi_loader/efi_boottime.c | 10 +++---
lib/efi_loader/efi_console.c | 4 ++-
lib/efi_loader/efi_device_path.c | 1 -
lib/efi_loader/efi_file.c | 48 ++++++++++++++++++++++------
lib/efi_loader/efi_net.c | 1 -
lib/efi_loader/efi_runtime.c | 16 +++++++---
lib/efi_loader/efi_variable.c | 6 ++--
lib/efi_selftest/efi_selftest_block_device.c | 30 +++++++++++++++--
lib/efi_selftest/efi_selftest_controllers.c | 2 ++
15 files changed, 112 insertions(+), 50 deletions(-)
More information about the U-Boot
mailing list