[U-Boot] [PATCH 4/4] x86: efi: payload: Turn on acpi in the kernel command line

Simon Glass sjg at chromium.org
Thu Aug 30 00:29:32 UTC 2018


On 23 August 2018 at 09:24, Bin Meng <bmeng.cn at gmail.com> wrote:
> Now that we have full Linux kernel boot support on EFI payload,
> avoid pass "acpi=off" to the kernel command line.

Why?

>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  include/configs/x86-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

>
> diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
> index cc621cb..f0b027e 100644
> --- a/include/configs/x86-common.h
> +++ b/include/configs/x86-common.h
> @@ -107,7 +107,7 @@
>  #define CONFIG_BOOTFILE                "bzImage"
>  #define CONFIG_LOADADDR                0x1000000
>  #define CONFIG_RAMDISK_ADDR    0x4000000
> -#ifdef CONFIG_GENERATE_ACPI_TABLE
> +#if defined(CONFIG_GENERATE_ACPI_TABLE) || defined(CONFIG_EFI_STUB)
>  #define CONFIG_OTHBOOTARGS     "othbootargs=\0"
>  #else
>  #define CONFIG_OTHBOOTARGS     "othbootargs=acpi=off\0"
> --
> 2.7.4
>


More information about the U-Boot mailing list