summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorvanlee <vanlee@us.ibm.com>2013-04-28 00:59:59 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-08 14:24:52 -0500
commit877e635c96a6c7f2d657fb8abb974417b033e282 (patch)
tree5f8fdd8bdf32117127143870aa13fc7ab7332b75 /src/include/usr/hbotcompid.H
parent7af1d3ab7d3ab0049032cbdb3f04fd0e773724fe (diff)
downloadtalos-hostboot-877e635c96a6c7f2d657fb8abb974417b033e282.tar.gz
talos-hostboot-877e635c96a6c7f2d657fb8abb974417b033e282.zip
Port FSP TOD service module to Hostboot for SPless system
Change-Id: I9f61df4b8ea05c5634578cc8e27f5ffa7dadf8da RTC: 67846 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4250 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r--src/include/usr/hbotcompid.H8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 662bb7982..ce725012d 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -170,7 +170,13 @@ const compId_t INTR_COMP_ID = 0x0F00;
const char INTR_COMP_NAME[] = "intr";
//@}
-// 0x1000 - open to reclaim
+/** @name TOD
+ * TOD component
+ */
+//@{
+const compId_t TOD_COMP_ID = 0x1000;
+const char TOD_COMP_NAME[] = "tod";
+//@}
/** @name MBOX
* MBOX component
OpenPOWER on IntegriCloud