-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configs/config.dell_optiplex_9010_sff{_txt}: disable top-down alloc.
Top-down resource allocation causes trouble with iGPU initialization, leading to a full platform freeze using an OS GUI. Signed-off-by: Filip Lewiński <[email protected]>
- Loading branch information
1 parent
becd33b
commit 8ea36b5
Showing
3 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
CONFIG_LOCALVERSION="v0.1.0" | ||
CONFIG_USE_OPTION_TABLE=y | ||
CONFIG_USE_BLOBS=y | ||
CONFIG_VENDOR_DELL=y | ||
CONFIG_BOARD_DELL_OPTIPLEX_9010=y | ||
CONFIG_FMDFILE="src/mainboard/dell/snb_ivb_workstations/default.fmd" | ||
CONFIG_ONBOARD_VGA_IS_PRIMARY=y | ||
# CONFIG_DRIVERS_UART_8250IO is not set | ||
CONFIG_BOARD_DELL_OPTIPLEX_9010=y | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x100000 | ||
CONFIG_PCIEXP_CLK_PM=y | ||
CONFIG_TPM_MEASURED_BOOT=y | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y | ||
# CONFIG_CONSOLE_USE_LOGLEVEL_PREFIX is not set | ||
# CONFIG_CONSOLE_USE_ANSI_ESCAPES is not set | ||
# CONFIG_RESOURCE_ALLOCATION_TOP_DOWN is not set | ||
CONFIG_SEABIOS_USB_SIGATT_TIME=3000 | ||
CONFIG_SEABIOS_ADD_SERCON_PORT_FILE=y | ||
CONFIG_SEABIOS_PS2_TIMEOUT=3000 | ||
CONFIG_POST_DEVICE_LPC=y | ||
CONFIG_HAVE_EM100_SUPPORT=y | ||
CONFIG_SEABIOS_DEBUG_LEVEL=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
CONFIG_LOCALVERSION="v0.1.0" | ||
CONFIG_USE_OPTION_TABLE=y | ||
CONFIG_VENDOR_DELL=y | ||
CONFIG_CBFS_SIZE=0x400000 | ||
CONFIG_FMDFILE="src/mainboard/dell/snb_ivb_workstations/default.fmd" | ||
CONFIG_ONBOARD_VGA_IS_PRIMARY=y | ||
CONFIG_SEABIOS_PS2_TIMEOUT=3000 | ||
CONFIG_BOARD_DELL_OPTIPLEX_9010=y | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x100000 | ||
CONFIG_PCIEXP_CLK_PM=y | ||
CONFIG_TPM_MEASURED_BOOT=y | ||
CONFIG_HIDE_MEI_ON_ERROR=y | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y | ||
# CONFIG_CONSOLE_USE_LOGLEVEL_PREFIX is not set | ||
# CONFIG_CONSOLE_USE_ANSI_ESCAPES is not set | ||
# CONFIG_RESOURCE_ALLOCATION_TOP_DOWN is not set | ||
CONFIG_INTEL_TXT=y | ||
CONFIG_INTEL_TXT_LOGGING=y | ||
CONFIG_INTEL_TXT_BDR_VERSION=4 | ||
CONFIG_POST_DEVICE_LPC=y | ||
CONFIG_SEABIOS_USB_SIGATT_TIME=3000 | ||
CONFIG_SEABIOS_ADD_SERCON_PORT_FILE=y | ||
CONFIG_SEABIOS_PS2_TIMEOUT=3000 | ||
CONFIG_SEABIOS_DEBUG_LEVEL=0 |