From 2d22cda32c5b9f21ab0c7271bc88a2472fc0fda2 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 16 Aug 2018 15:35:17 +0200 Subject: configs: Add various common non-default mainboards Build tests: * Option table * Static option table * Verbose debugging code * Sandy Bridge optional Kconfigs * TPM debugging code * Lenovo Bluetooth on Wifi * Libgfxinit on Sandy Bridge Change-Id: Ib463f578c97a212d0729aa6f54b7b6fba33e0478 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/28118 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- ...config.lenovo_thinkpad_t430_all_debug_and_option_table | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/config.lenovo_thinkpad_t430_all_debug_and_option_table (limited to 'configs/config.lenovo_thinkpad_t430_all_debug_and_option_table') diff --git a/configs/config.lenovo_thinkpad_t430_all_debug_and_option_table b/configs/config.lenovo_thinkpad_t430_all_debug_and_option_table new file mode 100644 index 0000000000..2c387340cf --- /dev/null +++ b/configs/config.lenovo_thinkpad_t430_all_debug_and_option_table @@ -0,0 +1,15 @@ +CONFIG_USE_OPTION_TABLE=y +CONFIG_VENDOR_LENOVO=y +# CONFIG_POST_IO is not set +# CONFIG_POST_DEVICE is not set +CONFIG_BOARD_LENOVO_THINKPAD_T430=y +CONFIG_BOOTBLOCK_NORMAL=y +CONFIG_MAINBOARD_USE_LIBGFXINIT=y +CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y +CONFIG_DEBUG_RAM_SETUP=y +CONFIG_DEBUG_SMBUS=y +CONFIG_DEBUG_SMI=y +CONFIG_DEBUG_SMM_RELOCATION=y +CONFIG_DEBUG_SPI_FLASH=y +CONFIG_DEBUG_BOOT_STATE=y +CONFIG_DEBUG_ADA_CODE=y -- cgit v1.2.3