From 3fa8be9691257382bddaab035609cbe95afdb05c Mon Sep 17 00:00:00 2001 From: "Matt K. Light" Date: Tue, 23 May 2017 18:18:14 -0500 Subject: [PATCH] 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 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Prachi Gupta Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40922 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Dean Sanner --- src/import/hwpf/fapi2/include/target_types.H | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H index 0e81688c4b1..ab2558d616b 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