Skip to content

Commit

Permalink
Optiplex coreboot configs: coreboot.modify_and_save_oldconfig_in_plac…
Browse files Browse the repository at this point in the history
…e to fix CONFIG_HEAP_SIZE

Did for TXT/non-TXT boards:
docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=optiplex-7010_9010*-hotp-maximized coreboot.modify_and_save_oldconfig_in_place

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Oct 30, 2024
1 parent 3119c8e commit ccfb4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/coreboot-optiplex-7019_9010-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ CONFIG_NO_EARLY_GFX_INIT=y
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_LINEAR_FRAMEBUFFER=y
CONFIG_BOOTSPLASH=y
CONFIG_HEAP_SIZE=0x400000
# end of Display

CONFIG_PCI=y
Expand Down Expand Up @@ -535,6 +534,7 @@ CONFIG_BOOT_DEVICE_SPI_FLASH=y
CONFIG_BOOT_DEVICE_MEMORY_MAPPED=y
CONFIG_BOOT_DEVICE_SUPPORTS_WRITES=y
CONFIG_RTC=y
CONFIG_HEAP_SIZE=0x100000

#
# Console
Expand Down
2 changes: 1 addition & 1 deletion config/coreboot-optiplex-7019_9010_TXT-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ CONFIG_NO_EARLY_GFX_INIT=y
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_LINEAR_FRAMEBUFFER=y
CONFIG_BOOTSPLASH=y
CONFIG_HEAP_SIZE=0x400000
# end of Display

CONFIG_PCI=y
Expand Down Expand Up @@ -549,6 +548,7 @@ CONFIG_BOOT_DEVICE_SPI_FLASH=y
CONFIG_BOOT_DEVICE_MEMORY_MAPPED=y
CONFIG_BOOT_DEVICE_SUPPORTS_WRITES=y
CONFIG_RTC=y
CONFIG_HEAP_SIZE=0x100000

#
# Console
Expand Down

0 comments on commit ccfb4c1

Please sign in to comment.