mb/google/fatcat/ruby: Fix fast_vmode_i_trip indexing
Update fast_vmode_i_trip array references to use PTL_SKU_* constants instead of PTL_CORE_* constants.This change maintains consistency with the corrected SKU-based indexing scheme implemented across the VR configuration system and prevents potential runtime errors. TEST=Build ruby variant, verify correct VR parameter application Change-Id: I957ec2c81f670108edfb5eb4d7739eb48f111fb4 Signed-off-by: Sowmya Aralguppe <sowmya.aralguppe@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91053 Reviewed-by: Pranava Y N <pranavayn@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
708b2b7779
commit
cf147e930a
1 changed files with 2 additions and 2 deletions
|
|
@ -62,12 +62,12 @@ chip soc/intel/pantherlake
|
|||
.tdp_pl4 = 150,
|
||||
}"
|
||||
|
||||
register "fast_vmode_i_trip[PTL_CORE_1]" = "{
|
||||
register "fast_vmode_i_trip[PTL_SKU_1]" = "{
|
||||
[VR_DOMAIN_IA] = 74 * 4,
|
||||
[VR_DOMAIN_GT] = 38 * 4,
|
||||
[VR_DOMAIN_SA] = 38 * 4
|
||||
}"
|
||||
register "fast_vmode_i_trip[PTL_CORE_2]" = "{
|
||||
register "fast_vmode_i_trip[PTL_SKU_5]" = "{
|
||||
[VR_DOMAIN_IA] = 74 * 4,
|
||||
[VR_DOMAIN_GT] = 38 * 4,
|
||||
[VR_DOMAIN_SA] = 38 * 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue