[GIT PULL] x86/grub2 changes for v4.20

From: Ingo Molnar
Date: Tue Oct 23 2018 - 07:41:39 EST


Linus,

Please pull the latest x86-grub2-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-grub2-for-linus

# HEAD: e7b66d16fe41722350ba87f5788052ef53ee28bb x86/acpi, x86/boot: Take RSDP address for boot params if available

This tree extends the x86 boot protocol to include an address for the
RSDP table - utilized by Xen currently. Matching Grub2 patches are
pending as well. (Juergen Gross)

Thanks,

Ingo

------------------>
Juergen Gross (3):
x86/xen: Fix boot loader version reported for PVH guests
x86/boot: Add ACPI RSDP address to setup_header
x86/acpi, x86/boot: Take RSDP address for boot params if available


Documentation/x86/boot.txt | 32 +++++++++++++++++++++++++++++++-
arch/x86/boot/header.S | 6 +++++-
arch/x86/include/asm/acpi.h | 7 +++++++
arch/x86/include/asm/x86_init.h | 2 ++
arch/x86/include/uapi/asm/bootparam.h | 4 ++++
arch/x86/kernel/acpi/boot.c | 6 ++++++
arch/x86/kernel/head32.c | 1 +
arch/x86/kernel/head64.c | 2 ++
arch/x86/kernel/setup.c | 17 +++++++++++++++++
arch/x86/kernel/x86_init.c | 3 +--
arch/x86/xen/enlighten_pvh.c | 2 +-
11 files changed, 77 insertions(+), 5 deletions(-)