From bdf00e73122fbe9b4fc8fd79be1be85c191df556 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 30 Oct 2024 16:06:23 -0400 Subject: [PATCH] t440p/w541 coreboot configs: bump CONFIG_CBFS_SIZE=0x800000 -> 0xBE4FFF (not sure why it was 8mb as opposed to all other 12mb opaque flash chips) Signed-off-by: Thierry Laurion --- config/coreboot-t440p.config | 2 +- config/coreboot-w541.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/coreboot-t440p.config b/config/coreboot-t440p.config index ac28f675..8021acd5 100644 --- a/config/coreboot-t440p.config +++ b/config/coreboot-t440p.config @@ -117,7 +117,7 @@ CONFIG_DIMM_SPD_SIZE=256 CONFIG_FMDFILE="" CONFIG_NO_POST=y CONFIG_MAINBOARD_VENDOR="LENOVO" -CONFIG_CBFS_SIZE=0x800000 +CONFIG_CBFS_SIZE=0xBE4FFF CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT=1600 CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH=2560 CONFIG_MAX_CPUS=8 diff --git a/config/coreboot-w541.config b/config/coreboot-w541.config index 5515e064..81d7bd7b 100644 --- a/config/coreboot-w541.config +++ b/config/coreboot-w541.config @@ -117,7 +117,7 @@ CONFIG_DIMM_SPD_SIZE=256 CONFIG_FMDFILE="" CONFIG_NO_POST=y CONFIG_MAINBOARD_VENDOR="LENOVO" -CONFIG_CBFS_SIZE=0x800000 +CONFIG_CBFS_SIZE=0xBE4FFF CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT=1600 CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH=2560 CONFIG_MAX_CPUS=8