soc/intel/alderlake: Use 1MB CBMEM console buffer with FSP debug

Patch to increase CONSOLE_CBMEM_BUFFER_SIZE to contain FSP debug serial log.

The existing implementation uses larger cbmem size irrespective of FSP debug is enabled or
not. Ideally. larger cbmem size is required only if FSP debug is enabled.

Bug=b:284124701
TEST=Able to build and boot google/marasov.

Change-Id: I9a9e660f2738813808e0dd65d2783424b49f9a5e
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76541
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
Subrata Banik 2023-07-17 13:05:37 +05:30
parent 9d78308194
commit 5259568bda
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ config PRERAM_CBMEM_CONSOLE_SIZE
config CONSOLE_CBMEM_BUFFER_SIZE
hex
default 0x100000 if CONSOLE_SERIAL
default 0x100000 if BUILDING_WITH_DEBUG_FSP
default 0x40000
config FSP_TYPE_IOT