summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/vr_config.c
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2021-07-26 14:20:30 +0000
committerPaul Fagerburg <pfagerburg@chromium.org>2021-08-04 15:15:32 +0000
commitb06d847ea905e5e78523a5833c1a55e77c83a424 (patch)
tree6bf431553e5c73fada531cfe2c2e1b15170987f7 /src/soc/intel/cannonlake/vr_config.c
parentc25aa5b47e36e5949daf94e2e593e701f4516405 (diff)
downloadcoreboot-b06d847ea905e5e78523a5833c1a55e77c83a424.tar.gz
coreboot-b06d847ea905e5e78523a5833c1a55e77c83a424.tar.bz2
coreboot-b06d847ea905e5e78523a5833c1a55e77c83a424.zip
soc/intel/cannonlake/vr_config: Add TDC values for CFL-H 6+2
Values were taken from PDG (571391), 51.3 IMVP8 Voltage and Current Requirements. Change-Id: Iffa29386cb7da333353dafd0ba3a61ca61a0ccac Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56639 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/cannonlake/vr_config.c')
-rw-r--r--src/soc/intel/cannonlake/vr_config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/vr_config.c b/src/soc/intel/cannonlake/vr_config.c
index e3871396c6a6..fa96b6fddecd 100644
--- a/src/soc/intel/cannonlake/vr_config.c
+++ b/src/soc/intel/cannonlake/vr_config.c
@@ -470,6 +470,9 @@ static const struct vr_lookup vr_config_ll[] = {
VR_REFITEM_LL(PCI_DEVICE_ID_INTEL_CML_S_G0G1_2),
};
+VR_CONFIG_TDC(PCI_DEVICE_ID_INTEL_CFL_ID_H) {
+ { 0, value_not_set, VR_CFG_ALL_DOMAINS_TDC(10, 80, 25, 25) },
+};
VR_CONFIG_TDC(PCI_DEVICE_ID_INTEL_CFL_ID_S) {
{ 58, value_not_set, VR_CFG_ALL_DOMAINS_TDC(10, 33, 30, 30) },
{ 54, value_not_set, VR_CFG_ALL_DOMAINS_TDC(10, 31, 30, 30) },
@@ -570,6 +573,7 @@ VR_CONFIG_TDC(PCI_DEVICE_ID_INTEL_CML_S_G0G1_2) {
};
static const struct vr_lookup vr_config_tdc[] = {
+ VR_REFITEM_TDC(PCI_DEVICE_ID_INTEL_CFL_ID_H),
VR_REFITEM_TDC(PCI_DEVICE_ID_INTEL_CFL_ID_S),
VR_REFITEM_TDC(PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_2),
VR_REFITEM_TDC(PCI_DEVICE_ID_INTEL_CFL_ID_S_S_4),