Meera Ravindranath has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44326 )
Change subject: soc/intel/jasperlake: Increase PRERAM_CBMEM_CONSOLE_SIZE ......................................................................
soc/intel/jasperlake: Increase PRERAM_CBMEM_CONSOLE_SIZE
Increase the cbmem console size in order to fix console overflow.
Change-Id: Id7eb64feb91ec29df5402b2fb1bac3ff73cc5bb3 Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com --- M src/soc/intel/jasperlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/44326/1
diff --git a/src/soc/intel/jasperlake/Kconfig b/src/soc/intel/jasperlake/Kconfig index f2922f5..7321425 100644 --- a/src/soc/intel/jasperlake/Kconfig +++ b/src/soc/intel/jasperlake/Kconfig @@ -209,5 +209,5 @@
config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0xe00 + default 0x1400 endif