summaryrefslogtreecommitdiffstats
path: root/src/console
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-09-13 20:55:58 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-09-14 02:04:44 +0200
commiteb67a04cb3c1c6149eb54a7e015d53e6e5e17de8 (patch)
treec00a2e9083bf8dcf8b038c5ab4137aaac5048e03 /src/console
parent0650cd0bad2816886745c4a7ffe0e7a1aefb9957 (diff)
downloadcoreboot-eb67a04cb3c1c6149eb54a7e015d53e6e5e17de8.tar.gz
coreboot-eb67a04cb3c1c6149eb54a7e015d53e6e5e17de8.tar.bz2
coreboot-eb67a04cb3c1c6149eb54a7e015d53e6e5e17de8.zip
cbmemc: Bump default to 128K
board_status shows that truncation of few KiB is pretty common. So bump this value. Change-Id: I78a16974846a59ee4eae782380e6d01d2fa324f2 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6902 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index c7c3ea5dc091..f5528ed3840d 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -177,10 +177,10 @@ config CONSOLE_CBMEM
config CONSOLE_CBMEM_BUFFER_SIZE
depends on CONSOLE_CBMEM
hex "Room allocated for console output in CBMEM"
- default 0x10000
+ default 0x20000
help
Space allocated for console output storage in CBMEM. The default
- value (64K or 0x10000 bytes) is large enough to accommodate
+ value (128K or 0x20000 bytes) is large enough to accommodate
even the BIOS_SPEW level.
config CONSOLE_CAR_BUFFER_SIZE