65bbdd696d
This config selected ADD_FSP_BINARIES even though HAVE_INTEL_FSP_REPO is only defined for Apollolake and not Geminilake that resides in the same SoC directory and uses the same Kconfig file. This results in the paths to the FSP binaries not being defined, in which case the ADD_FSP_BINARIES option shouldn't be selected. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I95123c4930b44a3b76c87768e130eb7359bbf625 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57351 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
38 lines
855 B
Text
38 lines
855 B
Text
CONFIG_VENDOR_GOOGLE=y
|
|
CONFIG_BOARD_GOOGLE_MEEP=y
|
|
|
|
CONFIG_PAYLOAD_NONE=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_SPI_FLASH_SMM=y
|
|
CONFIG_USE_BLOBS=y
|
|
CONFIG_ANY_TOOLCHAIN=y
|
|
|
|
# Chrome OS
|
|
CONFIG_CHROMEOS=y
|
|
CONFIG_HAS_RECOVERY_MRC_CACHE=y
|
|
CONFIG_MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN=y
|
|
|
|
# Event Logging
|
|
CONFIG_CMOS_POST=y
|
|
CONFIG_CMOS_POST_OFFSET=0x70
|
|
CONFIG_COLLECT_TIMESTAMPS=y
|
|
CONFIG_ELOG=y
|
|
CONFIG_ELOG_GSMI=y
|
|
CONFIG_ELOG_BOOT_COUNT=y
|
|
CONFIG_ELOG_BOOT_COUNT_CMOS_OFFSET=144
|
|
|
|
# Firmware Support Package
|
|
# CONFIG_RUN_FSP_GOP is not set
|
|
|
|
# Management Engine
|
|
# CONFIG_LOCK_MANAGEMENT_ENGINE is not set
|
|
|
|
# CONFIG_CONSOLE_SERIAL is not set
|
|
|
|
CONFIG_FATAL_ASSERTS=y
|
|
CONFIG_CONSOLE_SERIAL=y
|
|
CONFIG_CONSOLE_SERIAL_115200=y
|
|
# CONFIG_DRIVERS_UART_8250IO is not set
|
|
# GLK specific setting to auto select all the correct settings.
|
|
CONFIG_UART_DEBUG=y
|
|
CONFIG_NO_BOOTBLOCK_CONSOLE=y
|