Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33581
Change subject: payloads/external/LinuxBoot: Update x86_64 defconfig ......................................................................
payloads/external/LinuxBoot: Update x86_64 defconfig
Add more UART drivers and increase console count to 32. Fixes non working console on APL Up2 board.
Change-Id: Ib5bd33531741e588ac7d5ff6a02b0482f6655ddf Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M payloads/external/LinuxBoot/x86_64/defconfig 1 file changed, 13 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/33581/1
diff --git a/payloads/external/LinuxBoot/x86_64/defconfig b/payloads/external/LinuxBoot/x86_64/defconfig index 39ae162..08c8fc8 100644 --- a/payloads/external/LinuxBoot/x86_64/defconfig +++ b/payloads/external/LinuxBoot/x86_64/defconfig @@ -52,7 +52,7 @@ # CONFIG_ZONE_DMA is not set # CONFIG_X86_MPPARSE is not set # CONFIG_X86_EXTENDED_PLATFORM is not set -CONFIG_IOSF_MBI=y +CONFIG_X86_INTEL_LPSS=y # CONFIG_SCHED_OMIT_FRAME_POINTER is not set # CONFIG_DMI is not set CONFIG_PREEMPT=y @@ -99,13 +99,18 @@ CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=y -CONFIG_SERIAL_8250_CONSOLE=y -# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set -# CONFIG_SERIAL_8250_EXAR is not set -# CONFIG_SERIAL_8250_LPSS is not set -# CONFIG_SERIAL_8250_MID is not set -# CONFIG_SERIAL_8250_PNP is not set CONFIG_SERIAL_8250=y +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +# CONFIG_SERIAL_8250_PNP is not set +CONFIG_SERIAL_8250_CONSOLE=y +# CONFIG_SERIAL_8250_EXAR is not set +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_DW=y +# CONFIG_SERIAL_8250_MID is not set +CONFIG_SERIAL_DEV_BUS=y CONFIG_HW_RANDOM_TIMERIOMEM=y # CONFIG_HW_RANDOM_AMD is not set # CONFIG_HW_RANDOM_VIA is not set @@ -115,6 +120,7 @@ CONFIG_I2C=y CONFIG_POWER_SUPPLY=y # CONFIG_HWMON is not set +CONFIG_MFD_INTEL_LPSS_PCI=y # CONFIG_VGA_ARB is not set CONFIG_FB=y CONFIG_FIRMWARE_EDID=y