diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-07-03 11:13:19 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-05 12:56:44 +0000 |
commit | d486fc37065619c27b725725f0c69630053bda15 (patch) | |
tree | 245e11b0fd6484733b8d935a669dacd35e449c17 /src/soc/intel | |
parent | f6460778800adb08db49626a2c26ba9733d6ba94 (diff) |
soc/intel/alderlake: Increase default CBFS size to 4MB
Updating some submodule pointers to their latest commit causes some
builds with default configuration to fail since all required components
don't fit into 2MB anymore. Specifically, this has been experienced with
the microcode and FSP submodules.
So, increase the default CBFS size to 4MB to make sure builds succeed
with updated submodules.
Change-Id: I2fc16240bef36c057608acadf3cb7c65e7f0d244
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76217
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/alderlake/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 664876a003..37ce1baf68 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -378,7 +378,7 @@ config VBOOT_HASH_BLOCK_SIZE default 0x1000 config CBFS_SIZE - default 0x200000 + default 0x400000 config PRERAM_CBMEM_CONSOLE_SIZE hex |