aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-11-16 12:20:06 -0700
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-11-18 18:01:19 +0000
commitb699d61b997949207a34cb672d3ba18d538fdebf (patch)
tree9956de7bceb8d9bceef2145c94983a394abdf7f7 /src/mainboard
parent4924cdb9ace88336cc37506a745ebef210f20767 (diff)
mb/google/skyrim: Enable STB Spill-to-DRAM by default
BUG=b:231291430 TEST=See STB Spill-to-DRAM enabled Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ib60b7fc2ba85c7a8025c9f8c6495e94049499f56 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69707 Reviewed-by: Jon Murphy <jpmurphy@google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/skyrim/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig
index ff80c26da7..416d8e2253 100644
--- a/src/mainboard/google/skyrim/Kconfig
+++ b/src/mainboard/google/skyrim/Kconfig
@@ -147,4 +147,11 @@ config CONSOLE_CBMEM_BUFFER_SIZE
hex
default 0x80000
+config ENABLE_STB_SPILL_TO_DRAM
+ default y
+ help
+ Spill-to-DRAM is an STB feature that extends the buffer from using
+ just the small SRAM buffer to a much larger area reserved in main
+ memory.
+
endif # BOARD_GOOGLE_BASEBOARD_SKYRIM