Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36923 )
Change subject: configs: add google/meep cros config as regression test ......................................................................
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 --- A configs/config.google_meep_cros 1 file changed, 41 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve Arthur Heymans: Looks good to me, approved
diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros new file mode 100644 index 0000000..3963fd4 --- /dev/null +++ b/configs/config.google_meep_cros @@ -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