diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-22 21:18:46 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-04 11:34:59 +0000 |
commit | ca64305152df777b6d53834c0d13b11636e9919a (patch) | |
tree | ab4e46f0f3cc0e37372e24884c34efc6be25ff40 /configs/config.lenovo_t400_vboot_and_debug | |
parent | 41f826a4982cd0e6039d6ebc8f511df78e3aa73a (diff) |
nb/intel/gm45: Build test with VBOOT
Change-Id: I21d20d7c575833ace02b4b8ed9d5c82750b331c7
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36238
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'configs/config.lenovo_t400_vboot_and_debug')
-rw-r--r-- | configs/config.lenovo_t400_vboot_and_debug | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/config.lenovo_t400_vboot_and_debug b/configs/config.lenovo_t400_vboot_and_debug new file mode 100644 index 0000000000..5a1add6788 --- /dev/null +++ b/configs/config.lenovo_t400_vboot_and_debug @@ -0,0 +1,15 @@ +CONFIG_USE_OPTION_TABLE=y +CONFIG_VENDOR_LENOVO=y +CONFIG_BOARD_LENOVO_T400=y +CONFIG_NO_POST=y +CONFIG_FATAL_ASSERTS=y +CONFIG_DEBUG_CBFS=y +CONFIG_DEBUG_RAM_SETUP=y +CONFIG_DEBUG_SMBUS=y +CONFIG_DEBUG_SMI=y +CONFIG_DEBUG_MALLOC=y +CONFIG_DEBUG_ACPI=y +CONFIG_DEBUG_BOOT_STATE=y +CONFIG_DEBUG_ADA_CODE=y +CONFIG_H8_FN_KEY_AS_VBOOT_RECOVERY_SW=y +CONFIG_VBOOT=y |