Skip to content

Commit

Permalink
Attributes associated with VDM data from #W keyword of VPD
Browse files Browse the repository at this point in the history
Conditionally set value for DPLL_VDM_RESPONSE from MRW.

Change-Id: Ia61cfb92ed707672e11b878a3b5c504df0dbe222
RTC: 170773
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42446
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: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
  • Loading branch information
mgloff authored and ploetzma committed Jun 30, 2017
1 parent 20d7e97 commit 8a6d9cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/usr/targeting/common/genHwsvMrwXml.pl
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,16 @@
}


if ( exists $reqPol->{'dpll_vdm_response'} )
{
push @systemAttr, ['DPLL_VDM_RESPONSE',
$reqPol->{'dpll_vdm_response'}];
}
else
{
push @systemAttr, ['DPLL_VDM_RESPONSE', 0 ];
}

my $xBusWidth = $reqPol->{'proc_x_bus_width'};
if( $xBusWidth == 1 )
{
Expand Down

0 comments on commit 8a6d9cf

Please sign in to comment.