summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2011-10-20 11:17:06 -0500
committerMark W. Wenning <wenning@us.ibm.com>2011-11-02 10:55:48 -0500
commit75a2f91534b9d3450ff450e63914bde9cb39514b (patch)
treedebe069486911e560c819242a77ed6789234e9b0 /src/include/usr/hbotcompid.H
parentb72ee9b1f333be7847d694bfa2c5fbafa2e4c487 (diff)
downloadblackbird-hostboot-75a2f91534b9d3450ff450e63914bde9cb39514b.tar.gz
blackbird-hostboot-75a2f91534b9d3450ff450e63914bde9cb39514b.zip
RTC3964: x86 Support for UserDetails
- first commit - errlparserbase and errluserparser - need linker step for userdetails libs - final merge Change-Id: I32daae8de483616f20e66581f4e8f3de0dc98257 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/467 Tested-by: Jenkins Server Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r--src/include/usr/hbotcompid.H17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 8f1c6e382..bc742e230 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -54,13 +54,13 @@ const char MY_COMP_NAME[] = "myname";
/** @name ERRL
* Error Logging component.
- *
+ *
* Oct 2011: Temporarily set ERRL component ID to the
- * same as FSP ERRL in order to make the FSP x86 errl tool
+ * same as FSP ERRL in order to make the FSP x86 errl tool
* format Hostboot error logs with traces. For user-defined
* trace sections, that tools expects component 0x3100,
- * section ID 0x0C, and version 1.
- *
+ * section ID 0x0C, and version 1.
+ *
* Requirement SW105241 is opened for fips8xx errl tool
* to start becoming Hostboot aware. TODO When errl becomes
* Hostboot aware, ERRL comp id can revert to 0x0100. Monte
@@ -164,5 +164,14 @@ const compId_t FSISCOM_COMP_ID = 0x0D00;
const char FSISCOM_COMP_NAME[] = "fsiscom";
//@}
+// ----------------------------------------------------------
+// CXXTEST Unit Test, reserve compid near the end...
+/** @name CXXTEST
+ * CxxTest component
+ */
+//@{
+const compId_t CXXTEST_COMP_ID = 0xFD00;
+const char CXXTEST_COMP_NAME[] = "CxxTest";
+//@}
#endif
OpenPOWER on IntegriCloud