diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-31 20:04:40 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-31 20:08:03 +0000 |
commit | 1306c9d2e36d1760ebb79020aec305bf5b4bc7ad (patch) | |
tree | ec0d114eb5da25b6bc2b09af39cc62c3e1fb8f37 /config/coreboot/hp8200sff_4mb | |
parent | d218088d8b9164d5349ebcfcc744ea4c48399cc1 (diff) |
Revert "coreboot/default: use alternative heap size fix"
This reverts commit 29e9c32e32f8e947f51a3efe375dab3ef8e1987e.
Diffstat (limited to 'config/coreboot/hp8200sff_4mb')
-rw-r--r-- | config/coreboot/hp8200sff_4mb/config/libgfxinit_corebootfb | 2 | ||||
-rw-r--r-- | config/coreboot/hp8200sff_4mb/config/libgfxinit_txtmode | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/coreboot/hp8200sff_4mb/config/libgfxinit_corebootfb b/config/coreboot/hp8200sff_4mb/config/libgfxinit_corebootfb index a1fa814f..b7fa04e9 100644 --- a/config/coreboot/hp8200sff_4mb/config/libgfxinit_corebootfb +++ b/config/coreboot/hp8200sff_4mb/config/libgfxinit_corebootfb @@ -188,6 +188,7 @@ CONFIG_PCIEXP_ASPM=y CONFIG_GFX_GMA_PANEL_1_ON_EDP=y # CONFIG_DRIVERS_UART_8250IO is not set CONFIG_PC_CMOS_BASE_PORT_BANK1=0x72 +CONFIG_HEAP_SIZE=0x4000 CONFIG_EC_GPE_SCI=0x50 # CONFIG_TPM_MEASURED_BOOT is not set CONFIG_BOARD_ROMSIZE_KB_8192=y @@ -229,7 +230,6 @@ CONFIG_SMM_TSEG_SIZE=0x800000 CONFIG_SMM_RESERVED_SIZE=0x100000 CONFIG_SMM_MODULE_STACK_SIZE=0x400 # CONFIG_USE_EXP_X86_64_SUPPORT is not set -CONFIG_HEAP_SIZE=0x80000 CONFIG_SERIRQ_CONTINUOUS_MODE=y CONFIG_EHCI_BAR=0xfef00000 CONFIG_ACPI_CPU_STRING="CP%02X" diff --git a/config/coreboot/hp8200sff_4mb/config/libgfxinit_txtmode b/config/coreboot/hp8200sff_4mb/config/libgfxinit_txtmode index dd13a9b1..a5e044ad 100644 --- a/config/coreboot/hp8200sff_4mb/config/libgfxinit_txtmode +++ b/config/coreboot/hp8200sff_4mb/config/libgfxinit_txtmode @@ -186,6 +186,7 @@ CONFIG_PCIEXP_ASPM=y CONFIG_GFX_GMA_PANEL_1_ON_EDP=y # CONFIG_DRIVERS_UART_8250IO is not set CONFIG_PC_CMOS_BASE_PORT_BANK1=0x72 +CONFIG_HEAP_SIZE=0x4000 CONFIG_EC_GPE_SCI=0x50 # CONFIG_TPM_MEASURED_BOOT is not set CONFIG_BOARD_ROMSIZE_KB_8192=y @@ -227,7 +228,6 @@ CONFIG_SMM_TSEG_SIZE=0x800000 CONFIG_SMM_RESERVED_SIZE=0x100000 CONFIG_SMM_MODULE_STACK_SIZE=0x400 # CONFIG_USE_EXP_X86_64_SUPPORT is not set -CONFIG_HEAP_SIZE=0x80000 CONFIG_SERIRQ_CONTINUOUS_MODE=y CONFIG_EHCI_BAR=0xfef00000 CONFIG_ACPI_CPU_STRING="CP%02X" |