Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69707 )
Change subject: mb/google/skyrim: Enable STB Spill-to-DRAM by default ......................................................................
mb/google/skyrim: Enable STB Spill-to-DRAM by default
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Ib60b7fc2ba85c7a8025c9f8c6495e94049499f56 --- M src/mainboard/google/skyrim/Kconfig 1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/69707/1
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index ff80c26..4b2bc94 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -147,4 +147,13 @@ 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