diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2017-04-25 16:26:04 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:34:12 -0500 |
| commit | e04e4ac2a3423af2b396b83faea6f444a125f2a9 (patch) | |
| tree | 1b58b6cc668d43d22ad6d4e2eec7e4dcdc5cf1d1 /import/chips/p9/procedures/ppe | |
| parent | 81414e17358bb611f95e84feb11ca308ac6aaef8 (diff) | |
| download | talos-hcode-e04e4ac2a3423af2b396b83faea6f444a125f2a9.tar.gz talos-hcode-e04e4ac2a3423af2b396b83faea6f444a125f2a9.zip | |
rename TYPE_NV to TYPE_OBUS_BRICK
Change-Id: I2915e0b76c16f1c789700c0ca300e601fd0c4cdd
RTC:171599
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39676
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe')
| -rw-r--r-- | import/chips/p9/procedures/ppe/hwpf/include/fapi2_target.H | 2 | ||||
| -rw-r--r-- | import/chips/p9/procedures/ppe/hwpf/include/target_types.H | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe/hwpf/include/fapi2_target.H b/import/chips/p9/procedures/ppe/hwpf/include/fapi2_target.H index 27ee9441..4bf76160 100644 --- a/import/chips/p9/procedures/ppe/hwpf/include/fapi2_target.H +++ b/import/chips/p9/procedures/ppe/hwpf/include/fapi2_target.H @@ -219,7 +219,7 @@ class Target // (K == TARGET_TYPE_MI) || // (K == TARGET_TYPE_DMI) || // (K == TARGET_TYPE_OBUS) || -// (K == TARGET_TYPE_NV) || +// (K == TARGET_TYPE_OBUS_BRICK) || // (K == TARGET_TYPE_SBE) || // (K == TARGET_TYPE_PPE) || // (K == TARGET_TYPE_PERV) || diff --git a/import/chips/p9/procedures/ppe/hwpf/include/target_types.H b/import/chips/p9/procedures/ppe/hwpf/include/target_types.H index 0e4ae9be..acf5b1dc 100644 --- a/import/chips/p9/procedures/ppe/hwpf/include/target_types.H +++ b/import/chips/p9/procedures/ppe/hwpf/include/target_types.H @@ -72,7 +72,7 @@ enum TargetType // TARGET_TYPE_MIS = 0xF4, ///< MIS type // TARGET_TYPE_DMI = 0xF3, ///< DMI type // TARGET_TYPE_OBUS = 0xF2, ///< OBUS type -// TARGET_TYPE_NV = 0xF1, ///< NV bus type +// TARGET_TYPE_OBUS_BRICK = 0xF1, ///< OBUS Brick type // TARGET_TYPE_SBE = 0xF0, ///< SBE type // TARGET_TYPE_PPE = 0xEF, ///< PPE type // TARGET_TYPE_PEC = 0xEE, ///< PEC type |

