From 7beec0babd049d1e75748ec83f2f4e51ef39c500 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 21 Mar 2024 11:46:04 -0600 Subject: [PATCH] soc/intel/meteorlake: increase cbfs and preram cbmem console sizes These values were taken from alderlake. Change-Id: Ib790c7d52748156b25bad423ed082c1b51a33550 Signed-off-by: Jeremy Soller --- src/soc/intel/meteorlake/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 78870dedbf..114a2892ff 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -333,11 +333,11 @@ config VBOOT_HASH_BLOCK_SIZE config CBFS_SIZE hex - default 0x200000 + default 0x400000 config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0x2000 + default 0x4000 config CONSOLE_CBMEM_BUFFER_SIZE hex