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>
This commit is contained in:
parent
c25aa5b47e
commit
b06d847ea9
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue