summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2012-02-17 15:50:22 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-06 10:18:58 -0600
commitf538d4cbe355a98be2675468da6f3a24078893e8 (patch)
tree2eca68492641c61f8714f6d7ed790ece29a1e969 /src/include/usr/hbotcompid.H
parent18036e00119f1b3757678331173a02eb71b5d179 (diff)
downloadtalos-hostboot-f538d4cbe355a98be2675468da6f3a24078893e8.tar.gz
talos-hostboot-f538d4cbe355a98be2675468da6f3a24078893e8.zip
Base Mailbox device driver read/write function
Change-Id: I71cee7950d4dff6279422b6ee7fbcc94dcfaf8df Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/679 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r--src/include/usr/hbotcompid.H9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 0c36827a3..6e812ea5b 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -170,7 +170,6 @@ const compId_t INTR_COMP_ID = 0x0F00;
const char INTR_COMP_NAME[] = "intr";
//@}
-
/** @name SPD
* EEPROM device driver component
*/
@@ -179,6 +178,13 @@ const compId_t SPD_COMP_ID = 0x1000;
const char SPD_COMP_NAME[] = "spd";
//@}
+/** @name MBOX
+ * MBOX component
+ */
+//@{
+const compId_t MBOX_COMP_ID = 0x1100;
+const char MBOX_COMP_NAME[] = "mbox";
+//@}
/** @name RESERVED
* Reserved component ID. x3100 is the component ID
@@ -189,7 +195,6 @@ const char SPD_COMP_NAME[] = "spd";
//@{
const compId_t RESERVED_COMP_ID = 0x3100;
const char RESERVED_COMP_NAME[] = "reserved";
-//@}
// ----------------------------------------------------------
// CXXTEST Unit Test, reserve compid near the end...
OpenPOWER on IntegriCloud