soc/intel/adl: Update power limits for ADL-M SKU

Update SKU specific power limits for ADL-M as per document 643775.

BUG=None
BRANCH=None

Change-Id: I40b9b3a508c549d940e1c2c9e8b4079695b694e6
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56976
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Sumeet Pawnikar
2021-07-29 22:09:14 +05:30
committed by Felix Held
parent 3888292fd0
commit d37a419a7d
3 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ enum soc_intel_alderlake_power_limits {
ADL_P_POWER_LIMITS_482_CORE,
ADL_P_POWER_LIMITS_682_CORE,
ADL_M_POWER_LIMITS_282_CORE,
ADL_M_POWER_LIMITS_242_CORE,
ADL_POWER_LIMITS_COUNT
};