From 91a63ccd1faac0431d8717942d6da8a57846f370 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 8 Jul 2025 01:59:13 +0100 Subject: 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 --- config/coreboot/hppro3500series_8mb/config/libgfxinit_corebootfb | 2 +- config/coreboot/hppro3500series_8mb/config/libgfxinit_txtmode | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/coreboot/hppro3500series_8mb') 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 -- cgit v1.2.1