Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/22953
Change subject: amd/stoneyridge: Increase pre-cbmem console size ......................................................................
amd/stoneyridge: Increase pre-cbmem console size
The existing stoneyridge pre-cbmem console log contains about 250 bytes of unused space. Increase this amount to accomodate any additional debug messages.
BUG=b:64980233 TEST=Build and boot Kahlee, inspect console log with "cbmem -c"
Change-Id: Ia307795e91d81ff9b2be027916081f6824f90bad Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/stoneyridge/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/22953/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 816de89..4bc1847 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -96,7 +96,7 @@
config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0x1200 + default 0x1600 help Increase this value if preram cbmem console is getting truncated