Skip to content

Commit

Permalink
NPU SCOM translation Hostboot updates
Browse files Browse the repository at this point in the history
Change-Id: I92aeaf9a73d07f74c54c85322c7c620e060ac6a0
RTC: 208523
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78439
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamen G. Tyner <ben.tyner@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>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Paul Greenwood <paul.greenwood@ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Jun 11, 2019
1 parent 8a6b5a5 commit c539eee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/usr/scom/scomtrans.C
Expand Up @@ -187,6 +187,11 @@ DEVICE_REGISTER_ROUTE(DeviceFW::WILDCARD,
TARGETING::TYPE_OMI,
startScomProcess);

DEVICE_REGISTER_ROUTE(DeviceFW::WILDCARD,
DeviceFW::SCOM,
TARGETING::TYPE_NPU,
startScomProcess);

//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
errlHndl_t startScomProcess(DeviceFW::OperationType i_opType,
Expand Down Expand Up @@ -960,6 +965,11 @@ bool getChipUnitP9 (TARGETING::TYPE i_type,
o_chipUnit = PU_OMIC_CHIPUNIT;
break;
}
case(TARGETING::TYPE_NPU) :
{
o_chipUnit = PU_NPU_CHIPUNIT;
break;
}
default:
{
l_isError = true;
Expand Down

0 comments on commit c539eee

Please sign in to comment.