drivers/intel/dptf: Add new thermal control mechanism for pch device

Add new thermal control mechanism for pch device under dptf driver.
This provides support of different control knobs for FIVR.

BUG=b:198582766
BRANCH=None
TEST=Build FW and test on brya0 board

Change-Id: I035d2844b9ba6a9532ae006fc1c43e34cb94328a
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57096
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Sumeet Pawnikar
2021-08-30 23:19:38 +05:30
committed by Felix Held
parent 30fba61502
commit a91d931114
3 changed files with 58 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ struct dptf_platform_info {
const char *dptf_device_hid;
const char *generic_hid;
const char *fan_hid;
const char *tpch_device_hid;
const char *tpch_rfc0_method;
const char *tpch_rfc1_method;
};
const struct dptf_platform_info *get_dptf_platform_info(void);