summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/entitypath.C
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-05-01 15:49:40 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-23 14:03:57 -0400
commit6d153811271a104cd4471633e19d8b51c664fe5d (patch)
treea534b2d375f16e5993e1c0814d8b79d9eee4ba08 /src/usr/targeting/common/entitypath.C
parent58a4a24d65473e5611db1fc11e2023a1370968d0 (diff)
downloadblackbird-hostboot-6d153811271a104cd4471633e19d8b51c664fe5d.tar.gz
blackbird-hostboot-6d153811271a104cd4471633e19d8b51c664fe5d.zip
define TARGET_TYPE_NPU
Change-Id: I80d6b6ae23102018f2e86ec5b38282029e841e6c RTC:171597 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39913 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: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/entitypath.C')
-rw-r--r--src/usr/targeting/common/entitypath.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/targeting/common/entitypath.C b/src/usr/targeting/common/entitypath.C
index 11b359c06..913a13a7f 100644
--- a/src/usr/targeting/common/entitypath.C
+++ b/src/usr/targeting/common/entitypath.C
@@ -418,6 +418,8 @@ const char* EntityPath::pathElementTypeAsString(
return "NV";
case TYPE_OBUS_BRICK:
return "OBUS_BRICK";
+ case TYPE_NPU:
+ return "NPU";
case TYPE_SBE:
return "SBE";
case TYPE_PPE:
OpenPOWER on IntegriCloud