diff options
author | EricKY Cheng <ericky_cheng@compal.corp-partner.google.com> | 2022-10-21 19:35:30 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-30 18:06:29 +0000 |
commit | 33e0df19d9a1189ef6a93c6979c96daeb65bcf1c (patch) | |
tree | 2ad493910b63e16228ece6b7386f90cf126a05f0 /src/mainboard/google | |
parent | c16bd3cc9c882d0aea4e2d659c5a66fcc4d43d8c (diff) |
soc/amd/mendocino: Enhance DPTC_INPUT to support 13 DPTC thermal parameters
Expand DPTC_INPUT macro to supoort 13 DPTC thermal table parameters for
dynamic table switching support.
BRANCH=none
BUG=b:232946420
TEST=emerge-skyrim coreboot
Signed-off-by: EricKY Cheng <ericky_cheng@compal.corp-partner.google.com>
Change-Id: I6d6a00f0eca0b0941860b9bc75da41d7a10d60e8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68649
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 416d8e2253..a89cc82d77 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -154,4 +154,11 @@ config ENABLE_STB_SPILL_TO_DRAM just the small SRAM buffer to a much larger area reserved in main memory. +config FEATURE_DYNAMIC_DPTC + bool + depends on SOC_AMD_COMMON_BLOCK_ACPI_DPTC + help + Selected by mainboards that implement support for ALIB + to enable dynamic DPTC. + endif # BOARD_GOOGLE_BASEBOARD_SKYRIM |