summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-12-10 20:19:32 +0100
committerNico Huber <nico.h@gmx.de>2020-12-14 21:01:17 +0000
commit3ee6d7bf22d4618478ca78f38e2dc648e2f26db3 (patch)
tree4fcc6887403d7bebbbdb5df65744c2fd14e0d870 /configs
parentbefa58145dd72b498c5843de0ca65e2e363974fb (diff)
downloadcoreboot-3ee6d7bf22d4618478ca78f38e2dc648e2f26db3.tar.xz
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 <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48546 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.asus_p8z77-v_lx2.debug_smmstore_hotplug_yabel_em10038
1 files changed, 38 insertions, 0 deletions
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 0000000000..167909da0d
--- /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