diff options
author | Subrata Banik <subratabanik@google.com> | 2022-05-30 13:56:13 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-01-17 04:40:51 +0000 |
commit | 7d1995cc6851e0287562c31d94420d5ab85e5ef9 (patch) | |
tree | 0f11ed5cef430e430e7b79260a0e3db072fa2c4e /src | |
parent | f288a7ed825be6f313126185d73e5f28b4d07871 (diff) |
soc/intel/meteorlake: Increase PRERAM_CBMEM_CONSOLE_SIZE to 8KB
This patch increases PRERAM_CBMEM_CONSOLE_SIZE from 5KB to 8KB to fix
cbmem buffer overflow issue.
BUG=b:261800015
Test=Boot MTL simics and check cbmem -c | grep 'CBFS: Found'
lists all stages.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I6a49f88aff07841d105cd3916086aa9e496654c2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71921
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Usha P <usha.p@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index b84cc552b8..b02fcff01b 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -294,7 +294,7 @@ config CBFS_SIZE config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0x1400 + default 0x2000 config FSP_HEADER_PATH string "Location of FSP headers" |