From 3ee6d7bf22d4618478ca78f38e2dc648e2f26db3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 10 Dec 2020 20:19:32 +0100 Subject: [PATCH] configs: Add a weird config for Asus P8Z77-V LX2 This is not meant for actual use, but to build-test several options. Please do not try to use it on real hardware. Or maybe do try. The purpose of this config is to build-test the individual options, not their combination. So, for instance, if it would be hard to keep options x, y and z build together in the future, this config shouldn't block a change but should instead be adapted, e.g. split into multiple chunks. Change-Id: I80e8fe3982025b61148e7c2b05dd0727d65ee2f4 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/48546 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- ...7-v_lx2.debug_smmstore_hotplug_yabel_em100 | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 configs/config.asus_p8z77-v_lx2.debug_smmstore_hotplug_yabel_em100 diff --git a/configs/config.asus_p8z77-v_lx2.debug_smmstore_hotplug_yabel_em100 b/configs/config.asus_p8z77-v_lx2.debug_smmstore_hotplug_yabel_em100 new file mode 100644 index 000000000000..167909da0d8e --- /dev/null +++ b/configs/config.asus_p8z77-v_lx2.debug_smmstore_hotplug_yabel_em100 @@ -0,0 +1,38 @@ +# 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: +# + PCIe hotplug +# + Fatal assertions +# + Debug options +# + SMMSTORE +# + YABEL +# + VESA framebuffer +# + EM100 support +CONFIG_VENDOR_ASUS=y +CONFIG_CBFS_SIZE=0x200000 +CONFIG_BOARD_ASUS_P8Z77_V_LX2=y +CONFIG_PCIEXP_L1_SUB_STATE=y +CONFIG_PCIEXP_CLK_PM=y +# CONFIG_S3_VGA_ROM_RUN is not set +CONFIG_NATIVE_RAMINIT_IGNORE_MAX_MEM_FUSES=y +CONFIG_NATIVE_RAMINIT_IGNORE_XMP_MAX_DIMMS=y +CONFIG_RAMINIT_ALWAYS_ALLOW_DLL_OFF=y +CONFIG_VGA_ROM_RUN=y +CONFIG_PCI_OPTION_ROM_RUN_YABEL=y +CONFIG_FRAMEBUFFER_SET_VESA_MODE=y +CONFIG_VBE_LINEAR_FRAMEBUFFER=y +CONFIG_PCIEXP_HOTPLUG=y +CONFIG_SMMSTORE=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_CONSOLE_INIT=y +CONFIG_DEBUG_SPI_FLASH=y +CONFIG_DEBUG_BOOT_STATE=y +CONFIG_DEBUG_ADA_CODE=y +CONFIG_HAVE_EM100_SUPPORT=y +CONFIG_EM100=y