summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2012-02-07 16:20:54 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-09 15:38:45 -0600
commitc60a3bc6149ff5e363f19d5a54a83796eb643ddb (patch)
tree17682d662352b3b7509c24e0fc2a8382e46b2966 /src/include/usr
parent8802f986037017ba5a2e3efa2cb7c054b8bcea7a (diff)
downloadtalos-hostboot-c60a3bc6149ff5e363f19d5a54a83796eb643ddb.tar.gz
talos-hostboot-c60a3bc6149ff5e363f19d5a54a83796eb643ddb.zip
HWPF: Add support for X and A Bus Endpoint FAPI Targets
Change-Id: I2b1cb92df44d1bc50bc3e3dc108cedd621c35424 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/648 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/hwpf/fapi/fapiTarget.H25
1 files changed, 15 insertions, 10 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiTarget.H b/src/include/usr/hwpf/fapi/fapiTarget.H
index 7b87ffc16..9a09c7644 100644
--- a/src/include/usr/hwpf/fapi/fapiTarget.H
+++ b/src/include/usr/hwpf/fapi/fapiTarget.H
@@ -36,6 +36,8 @@
* mjjones 07/05/2011 Removed const from handle
* mjjones 08/29/2011 Updated toString function
* mjjones 09/12/2011 Added isChip and isChiplet
+ * mjjones 02/07/2012 Remove MBS_CHIPLET
+ * Add XBUS_ENDPOINT ABUS_ENDPOINT
*/
#ifndef FAPITARGET_H_
@@ -52,15 +54,16 @@ namespace fapi
*/
enum TargetType
{
- TARGET_TYPE_NONE = 0x00000000,
- TARGET_TYPE_SYSTEM = 0x00000001,
- TARGET_TYPE_DIMM = 0x00000002,
- TARGET_TYPE_PROC_CHIP = 0x00000004,
- TARGET_TYPE_MEMBUF_CHIP = 0x00000008,
- TARGET_TYPE_EX_CHIPLET = 0x00000010,
- TARGET_TYPE_MBA_CHIPLET = 0x00000020,
- TARGET_TYPE_MBS_CHIPLET = 0x00000040,
- TARGET_TYPE_MCS_CHIPLET = 0x00000080,
+ TARGET_TYPE_NONE = 0x00000000,
+ TARGET_TYPE_SYSTEM = 0x00000001,
+ TARGET_TYPE_DIMM = 0x00000002,
+ TARGET_TYPE_PROC_CHIP = 0x00000004,
+ TARGET_TYPE_MEMBUF_CHIP = 0x00000008,
+ TARGET_TYPE_EX_CHIPLET = 0x00000010,
+ TARGET_TYPE_MBA_CHIPLET = 0x00000020,
+ TARGET_TYPE_MCS_CHIPLET = 0x00000040,
+ TARGET_TYPE_XBUS_ENDPOINT = 0x00000080,
+ TARGET_TYPE_ABUS_ENDPOINT = 0x00000100,
};
/**
@@ -200,7 +203,9 @@ public:
/**
* @brief Returns if the target is a chiplet
*
- * @return boolean. true if chiplet else fase
+ * This includes all chip units (e.g. XBUS, ABUS)
+ *
+ * @return boolean. true if chiplet else false
*/
bool isChiplet() const;
OpenPOWER on IntegriCloud