summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-11-18 09:21:28 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-19 12:56:32 +0000
commit53b549c43d97cebda68902ddcb9737e074a667c9 (patch)
treeecf9ec3f42ff4165b9ae69e55fa0f24855e9b6c7
parent2141bbbd4a1e41747a7ce7b047c4d81cc5b2cd29 (diff)
downloadcoreboot-53b549c43d97cebda68902ddcb9737e074a667c9.tar.gz
coreboot-53b549c43d97cebda68902ddcb9737e074a667c9.tar.bz2
coreboot-53b549c43d97cebda68902ddcb9737e074a667c9.zip
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>
-rw-r--r--configs/config.google_meep_cros41
1 files changed, 41 insertions, 0 deletions
diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros
new file mode 100644
index 000000000000..3963fd4a98ad
--- /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