[U-Boot] [PULL 2019.01] efi patch queue 2018-12-27

Hi Tom,
This is my current patch queue for efi against v2019.01. Please pull.
Alex
The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:
Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-2019.01
for you to fetch changes up to 5c38e05ed8ce468585b3f4aceb4ebf37b904d3f1:
efi_loader: Make RTS relocation more robust (2018-12-23 04:02:20 +0100)
---------------------------------------------------------------- Patch queue for efi v2019.01 - 2018-12-27
Three tiny last minute bug fixes:
- Fix RTS relocation - Avoid read after free - Fix RTS data positioning (affects BBB)
---------------------------------------------------------------- Alexander Graf (1): efi_loader: Make RTS relocation more robust
Heinrich Schuchardt (2): efi_selftest: block device: avoid read after free lib: crc32: mark static variable as __efi_runtime_data
lib/crc32.c | 3 ++- lib/efi_loader/efi_runtime.c | 34 +++++++++++++++++++++++++--- lib/efi_selftest/efi_selftest_block_device.c | 10 ++++---- 3 files changed, 38 insertions(+), 9 deletions(-)

On Thu, Dec 27, 2018 at 09:27:01AM +0100, Alexander Graf wrote:
Hi Tom,
This is my current patch queue for efi against v2019.01. Please pull.
Alex
The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:
Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-2019.01
for you to fetch changes up to 5c38e05ed8ce468585b3f4aceb4ebf37b904d3f1:
efi_loader: Make RTS relocation more robust (2018-12-23 04:02:20 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Alexander Graf
-
Tom Rini