mb/google/asurada: Enlarge CONSOLE_CBMEM_BUFFER_SIZE

Enlarge CONSOLE_CBMEM_BUFFER_SIZE from 128K (default) to 512K, so that
more DRAM calibration logs can be stored in CBMEM console.

BUG=b:181933863
TEST=emerge-asurada coreboot
TEST="cbmem -c" shows the whole full calibration log
BRANCH=none

Change-Id: If82cbee5d2d5e97d98cbdaecda739d91a7cca0f8
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51275
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Yu-Ping Wu 2021-03-05 16:06:07 +08:00 committed by Hung-Te Lin
parent c03ab47dc4
commit 3322d33e08
1 changed files with 4 additions and 0 deletions

View File

@ -54,4 +54,8 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS
hex
default 0x1
config CONSOLE_CBMEM_BUFFER_SIZE
hex
default 0x80000
endif