]> git.baikalelectronics.ru Git - uboot.git/commit
x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 13 Sep 2019 15:42:00 +0000 (18:42 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Oct 2019 10:20:47 +0000 (18:20 +0800)
commit96e5a38265d2953b4ca23dd080cc7dc947d30371
treed7d89e0ca39716d728e3a89618d0c6892752600b
parentff4a0860fbc88b0cff2182e2fa182e4a96255bf5
x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters

This is reincarnation of the U-Boot

commit 941d69ade7cfd63538e93fbb85bcb99199485edc
Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date:   Wed Jan 10 19:40:15 2018 +0200

    x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters

after upstream got eventually the Linux kernel

commit e6e094e053af75cbc164e950814d3d084fb1e698
Author: Juergen Gross <jgross@suse.com>
Date:   Tue Nov 20 08:25:29 2018 +0100

    x86/acpi, x86/boot: Take RSDP address from boot params if available

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/bootparam.h
arch/x86/lib/zimage.c