Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/28118
Change subject: configs: Add various common non-default mainboards ......................................................................
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 siro@das-labor.org --- A configs/config.lenovo_t400_all_debug_and_option_table A configs/config.lenovo_t420_static_option_table_no_mem_fuses A configs/config.lenovo_thinkpad_t430_all_debug_and_option_table A configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi A configs/config.lenovo_x220_option_table_debug_tpm_extended_cbfs 5 files changed, 55 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/28118/1
diff --git a/configs/config.lenovo_t400_all_debug_and_option_table b/configs/config.lenovo_t400_all_debug_and_option_table new file mode 100644 index 0000000..0ceee16 --- /dev/null +++ b/configs/config.lenovo_t400_all_debug_and_option_table @@ -0,0 +1,14 @@ +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_SMM_RELOCATION=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_t420_static_option_table_no_mem_fuses b/configs/config.lenovo_t420_static_option_table_no_mem_fuses new file mode 100644 index 0000000..a268d88 --- /dev/null +++ b/configs/config.lenovo_t420_static_option_table_no_mem_fuses @@ -0,0 +1,7 @@ +CONFIG_USE_OPTION_TABLE=y +CONFIG_STATIC_OPTION_TABLE=y +CONFIG_VENDOR_LENOVO=y +CONFIG_BOARD_LENOVO_T420=y +CONFIG_NATIVE_RAMINIT_IGNORE_MAX_MEM_FUSES=y +CONFIG_NATIVE_RAMINIT_IGNORE_XMP_MAX_DIMMS=y +# CONFIG_INTEL_CHIPSET_LOCKDOWN is not set 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 0000000..2c38734 --- /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 diff --git a/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi new file mode 100644 index 0000000..697c26d --- /dev/null +++ b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi @@ -0,0 +1,14 @@ +CONFIG_USE_OPTION_TABLE=y +CONFIG_VENDOR_LENOVO=y +CONFIG_BOARD_LENOVO_X201=y +CONFIG_H8_SUPPORT_BT_ON_WIFI=y +CONFIG_FATAL_ASSERTS=y +CONFIG_DEBUG_CBFS=y +CONFIG_DEBUG_SMBUS=y +CONFIG_DEBUG_SMI=y +CONFIG_DEBUG_SMM_RELOCATION=y +CONFIG_DEBUG_MALLOC=y +CONFIG_DEBUG_ACPI=y +CONFIG_DEBUG_SPI_FLASH=y +CONFIG_DEBUG_BOOT_STATE=y +CONFIG_DEBUG_ADA_CODE=y diff --git a/configs/config.lenovo_x220_option_table_debug_tpm_extended_cbfs b/configs/config.lenovo_x220_option_table_debug_tpm_extended_cbfs new file mode 100644 index 0000000..752e37f --- /dev/null +++ b/configs/config.lenovo_x220_option_table_debug_tpm_extended_cbfs @@ -0,0 +1,5 @@ +CONFIG_USE_OPTION_TABLE=y +CONFIG_VENDOR_LENOVO=y +CONFIG_CBFS_SIZE=0x200000 +CONFIG_BOARD_LENOVO_X220=y +CONFIG_DEBUG_TPM=y