soc/intel/alderlake: Update the VccIn Aux Imon IccMax for ADL-M
This patch updates the VccIn Aux Imon IccMax for ADL-M Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Change-Id: I21753f2e5e9867f22c05e087cbf1f1e097d28bca Reviewed-on: https://review.coreboot.org/c/coreboot/+/57325 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
7cbf203d9b
commit
31605959a5
|
@ -43,6 +43,7 @@
|
||||||
#define ICC_MAX_ID_ADL_P_5_MA 32000
|
#define ICC_MAX_ID_ADL_P_5_MA 32000
|
||||||
#define ICC_MAX_ID_ADL_P_6_MA 32000
|
#define ICC_MAX_ID_ADL_P_6_MA 32000
|
||||||
#define ICC_MAX_ID_ADL_P_7_MA 32000
|
#define ICC_MAX_ID_ADL_P_7_MA 32000
|
||||||
|
#define ICC_MAX_ID_ADL_M_MA 12000
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ME End of Post configuration
|
* ME End of Post configuration
|
||||||
|
@ -310,6 +311,9 @@ static uint16_t get_vccin_aux_imon_iccmax(void)
|
||||||
return ICC_MAX_ID_ADL_P_6_MA;
|
return ICC_MAX_ID_ADL_P_6_MA;
|
||||||
case PCI_DEVICE_ID_INTEL_ADL_P_ID_7:
|
case PCI_DEVICE_ID_INTEL_ADL_P_ID_7:
|
||||||
return ICC_MAX_ID_ADL_P_7_MA;
|
return ICC_MAX_ID_ADL_P_7_MA;
|
||||||
|
case PCI_DEVICE_ID_INTEL_ADL_M_ID_1:
|
||||||
|
case PCI_DEVICE_ID_INTEL_ADL_M_ID_2:
|
||||||
|
return ICC_MAX_ID_ADL_M_MA;
|
||||||
default:
|
default:
|
||||||
printk(BIOS_ERR, "Unknown MCH ID: 0x%4x, skipping VccInAuxImonIccMax config\n",
|
printk(BIOS_ERR, "Unknown MCH ID: 0x%4x, skipping VccInAuxImonIccMax config\n",
|
||||||
mch_id);
|
mch_id);
|
||||||
|
|
Loading…
Reference in New Issue