diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-12-19 20:41:29 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-22 16:43:40 +0000 |
commit | 1df6bc69fb742d9cb3b6105c8b85a647bef42dca (patch) | |
tree | c7d96544bf63d181c4a3921f27aa3d4a7726e2ca | |
parent | e7fb7ce06577d88a193c8553b2d94c12eb256c58 (diff) | |
download | coreboot-1df6bc69fb742d9cb3b6105c8b85a647bef42dca.tar.xz |
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>
Reviewed-on: https://review.coreboot.org/22953
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 80d81cf72c..58b940de3d 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -97,7 +97,7 @@ config DCACHE_BSP_STACK_SIZE config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0x1200 + default 0x1600 help Increase this value if preram cbmem console is getting truncated |