Martin Roth has submitted this change. ( 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
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 --- M src/mainboard/google/skyrim/Kconfig 1 file changed, 24 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Karthik Ramasubramanian: Looks good to me, approved Jon Murphy: Looks good to me, approved
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index ff80c26..416d8e2 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -147,4 +147,11 @@ 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