Skip to content

Commit

Permalink
Add HUID value to DDIMM parsing
Browse files Browse the repository at this point in the history
  - The HUID value is non-existent in swift xml processing,
    this fix will set a valid HUID for each ddimm

Change-Id: Ifbd16b41a1959715324e533e60d39c050c06c2bd
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81177
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
wghoffa authored and dcrowell77 committed Jul 28, 2019
1 parent bcd6d6f commit 07b0559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/targeting/common/Targets.pm
Expand Up @@ -1070,6 +1070,7 @@ sub buildAffinity

$self->{targeting}{SYS}[0]{NODES}[$node]{DIMMS}[$dimm]{KEY} = $target;
$self->setAttribute($target, "PHYS_PATH", $node_phys . "/dimm-$dimm");
$self->setHuid($target, $sys_pos, $node);

# The standard fapi_pos calculation uses the relative position to
# the proc instead of omi_chip_unit. However, in this case, there is
Expand Down

0 comments on commit 07b0559

Please sign in to comment.