diff options
author | Leah Rowe <leah@libreboot.org> | 2025-07-08 01:59:13 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-07-08 01:59:13 +0100 |
commit | 91a63ccd1faac0431d8717942d6da8a57846f370 (patch) | |
tree | 468a52a423dbfcfcf8385da21f96720a95de0b08 | |
parent | ed839db0a06b6ac05054994c25f8343565a1c184 (diff) |
hppro3500: enlarge CBFS to match the BIOS region
i enlarged the BIOS region in a previos commit, but I forgot
to enlarge CBFS. it's the policy of lbmk to enlarge CBFS when
possible, after applying a truncated ME configuration.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/coreboot/hppro3500series_8mb/config/libgfxinit_corebootfb | 2 | ||||
-rw-r--r-- | config/coreboot/hppro3500series_8mb/config/libgfxinit_txtmode | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/coreboot/hppro3500series_8mb/config/libgfxinit_corebootfb b/config/coreboot/hppro3500series_8mb/config/libgfxinit_corebootfb index cd847e35..e01a0f5d 100644 --- a/config/coreboot/hppro3500series_8mb/config/libgfxinit_corebootfb +++ b/config/coreboot/hppro3500series_8mb/config/libgfxinit_corebootfb @@ -122,7 +122,7 @@ CONFIG_DIMM_SPD_SIZE=256 CONFIG_FMDFILE="" # CONFIG_NO_POST is not set CONFIG_MAINBOARD_VENDOR="HP" -CONFIG_CBFS_SIZE=0x400000 +CONFIG_CBFS_SIZE=0x7E7000 CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT=2160 CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH=3840 CONFIG_MAX_CPUS=8 diff --git a/config/coreboot/hppro3500series_8mb/config/libgfxinit_txtmode b/config/coreboot/hppro3500series_8mb/config/libgfxinit_txtmode index 1165b724..a9358a5e 100644 --- a/config/coreboot/hppro3500series_8mb/config/libgfxinit_txtmode +++ b/config/coreboot/hppro3500series_8mb/config/libgfxinit_txtmode @@ -122,7 +122,7 @@ CONFIG_DIMM_SPD_SIZE=256 CONFIG_FMDFILE="" # CONFIG_NO_POST is not set CONFIG_MAINBOARD_VENDOR="HP" -CONFIG_CBFS_SIZE=0x400000 +CONFIG_CBFS_SIZE=0x7E7000 CONFIG_MAX_CPUS=8 # CONFIG_ONBOARD_VGA_IS_PRIMARY is not set CONFIG_POST_DEVICE=y |