From ca64305152df777b6d53834c0d13b11636e9919a Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 22 Oct 2019 21:18:46 +0200 Subject: nb/intel/gm45: Build test with VBOOT Change-Id: I21d20d7c575833ace02b4b8ed9d5c82750b331c7 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36238 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- configs/config.lenovo_t400_all_debug_and_option_table | 13 ------------- configs/config.lenovo_t400_vboot_and_debug | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 configs/config.lenovo_t400_all_debug_and_option_table create mode 100644 configs/config.lenovo_t400_vboot_and_debug (limited to 'configs') diff --git a/configs/config.lenovo_t400_all_debug_and_option_table b/configs/config.lenovo_t400_all_debug_and_option_table deleted file mode 100644 index dc407478c70f..000000000000 --- a/configs/config.lenovo_t400_all_debug_and_option_table +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/configs/config.lenovo_t400_vboot_and_debug b/configs/config.lenovo_t400_vboot_and_debug new file mode 100644 index 000000000000..5a1add67881a --- /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 -- cgit v1.2.3