]> git.baikalelectronics.ru Git - uboot.git/commit
x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters
authorBin Meng <bmeng.cn@gmail.com>
Fri, 24 Aug 2018 04:28:58 +0000 (21:28 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Aug 2018 03:23:15 +0000 (11:23 +0800)
commit60e03b640651d585a3e2cfbeaa1dfdb76841017d
treefaf0b2bf48357077da5c5cd3cde2b66d7ea508da
parentda6cd52e779c818ad393ca8432988c4a186a36f2
x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters

As of today, the proposal of adding "acpi_rsdp_addr" to the kernel
boot protocol does not make its way to the kernel mainline. This
creates some confusion if we leave it in the U-Boot code base.
Remove it for now until we have a clear picture with kernel upstream.

Note this eventually does a partial revert to commit 941d69ade7cf
("x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters")

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