summaryrefslogtreecommitdiffstats
path: root/configs/config.google_volteer.build_test_purposes
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-03-01 22:11:08 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-03 09:02:39 +0000
commitebf5ae5bd52fa6406d3c8f6f32e5b692048d9b22 (patch)
tree277e8841080e15151db23cb1ec077d467ac122be /configs/config.google_volteer.build_test_purposes
parent4280b434736870dac9bb177675f6f1051bd06d54 (diff)
downloadcoreboot-ebf5ae5bd52fa6406d3c8f6f32e5b692048d9b22.tar.gz
coreboot-ebf5ae5bd52fa6406d3c8f6f32e5b692048d9b22.tar.bz2
coreboot-ebf5ae5bd52fa6406d3c8f6f32e5b692048d9b22.zip
configs/config.google_volteer.build_test_purposes: Add file
This is meant to build-test Crashlog and various debug options. Change-Id: Ie9bbfa538e38a4d835c1f8b0d45feb2f0fe803f8 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51155 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Francois Toguo Fotso <francois.toguo.fotso@intel.com>
Diffstat (limited to 'configs/config.google_volteer.build_test_purposes')
-rw-r--r--configs/config.google_volteer.build_test_purposes32
1 files changed, 32 insertions, 0 deletions
diff --git a/configs/config.google_volteer.build_test_purposes b/configs/config.google_volteer.build_test_purposes
new file mode 100644
index 000000000000..8531b79ea7b6
--- /dev/null
+++ b/configs/config.google_volteer.build_test_purposes
@@ -0,0 +1,32 @@
+# Not meant for actual use, but rather to build-test individual options.
+# If keeping this combination of options buildable becomes too hard in
+# the future, then this config can be split into several smaller chunks.
+# Exercises, among other things:
+# + Debug options
+# + Crashlog
+# + Flashconsole
+CONFIG_VENDOR_GOOGLE=y
+CONFIG_CONSOLE_POST=y
+CONFIG_BOARD_GOOGLE_VOLTEER=y
+CONFIG_USE_LEGACY_8254_TIMER=y
+CONFIG_INTEL_TME=y
+CONFIG_SOC_INTEL_CRASHLOG=y
+CONFIG_NO_GFX_INIT=y
+CONFIG_DISPLAY_HOBS=y
+CONFIG_DISPLAY_UPD_DATA=y
+CONFIG_CONSOLE_SPI_FLASH=y
+CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
+CONFIG_DISPLAY_MTRRS=y
+CONFIG_DISPLAY_FSP_CALLS_AND_STATUS=y
+CONFIG_DISPLAY_FSP_HEADER=y
+CONFIG_VERIFY_HOBS=y
+CONFIG_FATAL_ASSERTS=y
+CONFIG_DEBUG_GPIO=y
+CONFIG_DEBUG_CBFS=y
+CONFIG_DEBUG_SMBUS=y
+CONFIG_DEBUG_SMI=y
+CONFIG_DEBUG_PERIODIC_SMI=y
+CONFIG_DEBUG_MALLOC=y
+CONFIG_DEBUG_CONSOLE_INIT=y
+CONFIG_DEBUG_SPI_FLASH=y
+CONFIG_DEBUG_BOOT_STATE=y