Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87108?usp=email )
Change subject: soc/intel/pantherlake: Increase CBFS mcache size ......................................................................
soc/intel/pantherlake: Increase CBFS mcache size
This patch overrides `CONFIG_CBFS_MCACHE_SIZE` Kconfig option with updated size of the CBFS memory cache to 0x8000 bytes.
TEST=Able to build and boot google/fatcat w/o any error.
w/o this patch:
``` [ERROR] CBFS ERROR: mcache overflow, should increase CBFS_MCACHE size! ```
Change-Id: Ib6f046c7211a020c15d89a02348ea89f095273ed Signed-off-by: Subrata Banik subratabanik@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/87108 Reviewed-by: Wonkyu Kim wonkyu.kim@intel.com Reviewed-by: Jayvik Desai jayvik@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Kapil Porwal kapilporwal@google.com Reviewed-by: Pranava Y N pranavayn@google.com --- M src/soc/intel/pantherlake/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: Wonkyu Kim: Looks good to me, but someone else must approve build bot (Jenkins): Verified Pranava Y N: Looks good to me, approved Kapil Porwal: Looks good to me, approved Jayvik Desai: Looks good to me, approved
diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig index d372a6f..a884631 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -319,6 +319,10 @@ hex default 0x200000
+config CBFS_MCACHE_SIZE + hex + default 0x8000 + config PRERAM_CBMEM_CONSOLE_SIZE hex default 0x2000