configs: add google/meep cros config as regression test
This config is a slightly stripped configuration of the Chromium OS configuration used in production. Apparently the bootblock fills up faster than usual on this device, resulting in address overflows. Add this config here so we'll notice early in the future. Change-Id: I3145bba63d32ddb9d00fd98d3cb774bf9ddd69a6 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36923 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2141bbbd4a
commit
53b549c43d
|
@ -0,0 +1,41 @@
|
|||
CONFIG_VENDOR_GOOGLE=y
|
||||
CONFIG_BOARD_GOOGLE_MEEP=y
|
||||
|
||||
CONFIG_PAYLOAD_NONE=y
|
||||
CONFIG_RESET_ON_INVALID_RAMSTAGE_CACHE=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_EXTRA=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_ADD_FSP_BINARIES=y
|
||||
# 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
|
Loading…
Reference in New Issue