[U-Boot] Please pull u-boot-x86

Hi Tom,
This includes a small x86 efi payload enhancement to support booting Linux, as well as a clean up on kernel boot protocol setup parameters to match upstream and avoid confusion.
The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437:
configs: am57xx: change default board name to beagle_x15 (2018-08-26 12:26:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to e69cc6bc42c37598e2fdda421360be6cbc0470fd:
x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters (2018-08-30 11:23:15 +0800)
---------------------------------------------------------------- Bin Meng (5): x86: efi: payload: Install E820 map from EFI memory map efi: stub: Pass EFI system table address to U-Boot payload x86: zimage: Support booting Linux kernel from an EFI payload x86: efi: payload: Turn on acpi in the kernel command line x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters
arch/x86/cpu/efi/payload.c | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/bootparam.h | 1 - arch/x86/include/asm/zimage.h | 1 + arch/x86/lib/zimage.c | 9 ++++----- include/configs/x86-common.h | 2 +- include/efi.h | 13 +++++++++++++ lib/efi/efi_stub.c | 4 ++++ 7 files changed, 142 insertions(+), 7 deletions(-)
Regards, Bin

On Thu, Aug 30, 2018 at 11:33:37AM +0800, Bin Meng wrote:
Hi Tom,
This includes a small x86 efi payload enhancement to support booting Linux, as well as a clean up on kernel boot protocol setup parameters to match upstream and avoid confusion.
The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437:
configs: am57xx: change default board name to beagle_x15 (2018-08-26 12:26:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to e69cc6bc42c37598e2fdda421360be6cbc0470fd:
x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters (2018-08-30 11:23:15 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini