diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2017-05-01 15:49:40 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-23 14:03:57 -0400 |
| commit | 6d153811271a104cd4471633e19d8b51c664fe5d (patch) | |
| tree | a534b2d375f16e5993e1c0814d8b79d9eee4ba08 /src/usr/targeting/common/entitypath.C | |
| parent | 58a4a24d65473e5611db1fc11e2023a1370968d0 (diff) | |
| download | blackbird-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.C | 2 |
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: |

