summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-04-03 13:51:40 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:40:20 -0600
commitc86e947a95bb7324fe5fae32d19385819516c398 (patch)
treeaaab7e16e5c53a8e7427ed8f76fad2ea7a7c71ea
parent794927381f48b8e63f3198a506d315f1c19a7b5e (diff)
downloadtalos-hostboot-c86e947a95bb7324fe5fae32d19385819516c398.tar.gz
talos-hostboot-c86e947a95bb7324fe5fae32d19385819516c398.zip
Change target types MIS/MIA to MI
Change-Id: If2461cc38afe479ae8a99af14c0c565a9c40a2f7 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17312 Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Brian Silver <bsilver@us.ibm.com>
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index 5cee0141e..bdbb3d50b 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -58,8 +58,8 @@ namespace fapi2
TARGET_TYPE_EQ = 0x00000800, ///< EQ - 4x core, 2x L2, 2x L3 - can be deconfigured
TARGET_TYPE_MCA = 0x00001000, ///< MCA type
TARGET_TYPE_MCBIST = 0x00002000, ///< MCBIST type
- TARGET_TYPE_MIA = 0x00004000, ///< MIA type
- TARGET_TYPE_MIS = 0x00008000, ///< MIS type
+ TARGET_TYPE_MI = 0x00004000, ///< MI Memory Interface (Cumulus)
+// Can be recycled = 0x00008000, ///<
TARGET_TYPE_DMI = 0x00010000, ///< DMI type
TARGET_TYPE_OBUS = 0x00020000, ///< OBUS type
TARGET_TYPE_NV = 0x00040000, ///< NV bus type
OpenPOWER on IntegriCloud