summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2017-05-23 18:18:14 -0500
committerDean Sanner <dsanner@us.ibm.com>2017-07-11 20:42:52 -0400
commit3fa8be9691257382bddaab035609cbe95afdb05c (patch)
treed6ad2aec30d3ab0cfa8fc7db030a94f33d61fd15 /src/import/hwpf
parent8bc95e5e8db09c856704cf3e2223e7d97c704ed2 (diff)
downloadtalos-hostboot-3fa8be9691257382bddaab035609cbe95afdb05c.tar.gz
talos-hostboot-3fa8be9691257382bddaab035609cbe95afdb05c.zip
updates to remove TARGET_TYPE_NV
* update parseAttrOvd.C to use OBUS_BRICK * switch to ecmd14.7 * remove TARGET_TYPE_NV from target_types.H Change-Id: Ib7aa99a5f035ecae058b60a9153012738fb6e57c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40887 Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40922 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> Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index 0e81688c4..ab2558d61 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -68,8 +68,6 @@ enum TargetType
TARGET_TYPE_CAPP = 0x00008000, ///< CAPP target
TARGET_TYPE_DMI = 0x00010000, ///< DMI type
TARGET_TYPE_OBUS = 0x00020000, ///< OBUS type
- //@TODO RTC:173529 -- Remove TARGET_TYPE_NV once it is in an ecmd release
- TARGET_TYPE_NV = 0x00040000, ///< NV Bus type
TARGET_TYPE_OBUS_BRICK = 0x00040000, ///< OBUS BRICK type
TARGET_TYPE_SBE = 0x00080000, ///< SBE type
TARGET_TYPE_PPE = 0x00100000, ///< PPE type
OpenPOWER on IntegriCloud