Skip to content

Commit

Permalink
PRD: XBUS spare deployed should be predictive in mnfg
Browse files Browse the repository at this point in the history
Change-Id: Ia26c3d23b57fea7751df4dee06909128f523a95d
CQ:SW431250
Backport: release-fips910
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59544
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59552
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>
  • Loading branch information
bweisenb authored and zane131 committed May 31, 2018
1 parent 6be04f3 commit 9a67762
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ int32_t handleLaneRepairEvent( ExtensibleChip * i_chip,
TargetHandle_t txBusTgt = nullptr;
TYPE busType = getTargetType(rxBusTgt);

// Make predictive on first occurrence in MFG
if (isFabeRepairDisabled())
{
i_sc.service_data->setServiceCall();
}

// RTC 174485
// Need HWPs for this. Just callout bus interface for now.
if (busType == TYPE_OBUS)
Expand Down

0 comments on commit 9a67762

Please sign in to comment.