Skip to content

Commit

Permalink
ProcessMrw assumption to assign each proc to its own voltate rail
Browse files Browse the repository at this point in the history
Change-Id: I547beadb8974702f07053229bbc2f896298ed4a4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37703
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
  • Loading branch information
wghoffa committed Mar 9, 2017
1 parent db08661 commit 50f40af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/usr/targeting/common/processMrw.pl
Expand Up @@ -482,6 +482,13 @@ sub processProcessor
elsif ($child_type eq "MCBIST")
{
processMcbist($targetObj, $child, $target);

# TODO RTC:170860 - Eventually the dimm connector will
# contain this information and this can be removed
my $socket_pos = $targetObj->getAttribute($socket_target,
"POSITION");
$targetObj->setAttribute($child, "VDDR_ID", $socket_pos);

}
elsif ($child_type eq "OCC")
{
Expand Down

0 comments on commit 50f40af

Please sign in to comment.