Hi Simon, On Thu, Aug 30, 2018 at 8:29 AM Simon Glass <[email protected]> wrote: > > On 23 August 2018 at 09:24, Bin Meng <[email protected]> wrote: > > Now that we have full Linux kernel boot support on EFI payload, > > avoid pass "acpi=off" to the kernel command line. > > Why? >
This is due to EFI payload does not have CONFIG_GENERATE_ACPI_TABLE on, and current logic defaults to "acpi=off" when generating kernel command line. This is not useful since with EFI payload we are now passing critical EFI info to kernel so that kernel is able to find ACPI table on its own. > > > > Signed-off-by: Bin Meng <[email protected]> > > --- > > > > include/configs/x86-common.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Simon Glass <[email protected]> > > > Regards, Bin _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

