c1d1cfa243
Now that CBFS verification is available as an optional feature in menuconfig (CB:59982), we should add build test configs to ensure it doesn't break without notice. One Arm and one x86 board should be good enough for now. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I530dfd37472e63b80a67badd22a13d54d2c4621b Reviewed-on: https://review.coreboot.org/c/coreboot/+/60467 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
33 lines
952 B
Text
33 lines
952 B
Text
# 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
|
|
CONFIG_CBFS_VERIFICATION=y
|