Attention is currently required from: Wisley Chen. Hello Wisley Chen,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/62710
to review the following change.
Change subject: soc/intel/alderlake: Add the VccIn Aux Imon IccMax for MCHID:0x4619 ......................................................................
soc/intel/alderlake: Add the VccIn Aux Imon IccMax for MCHID:0x4619
Add the VccIn Aux Imon IccMax for MCHID:0x4619
BUG=none TEST=build
Change-Id: Id93d584c240a9b4841f110ad7c540d90f829c0da Signed-off-by: Wisley Chen wisley.chen@quanta.corp-partner.google.com --- M src/soc/intel/alderlake/fsp_params.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/62710/1
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c index b4e833b..c905567 100644 --- a/src/soc/intel/alderlake/fsp_params.c +++ b/src/soc/intel/alderlake/fsp_params.c @@ -314,6 +314,7 @@ case PCI_DID_INTEL_ADL_P_ID_5: case PCI_DID_INTEL_ADL_P_ID_6: case PCI_DID_INTEL_ADL_P_ID_7: + case PCI_DID_INTEL_ADL_P_ID_10: tdp = get_cpu_tdp(); if (tdp == TDP_45W) return ICC_MAX_TDP_45W;