summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorMonte Copeland <copelanm@us.ibm.com>2011-10-24 09:30:49 -0500
committerMonte K. Copeland <copelanm@us.ibm.com>2011-10-31 11:07:10 -0500
commit723239d5a14fe82713a2aa57fef3130534b15a41 (patch)
treeb6d19b1d1d66ec9ea4acd19c0dfdb47bcf86babd /src/include/usr/hbotcompid.H
parentf2794eed87ca9c35140c601dfcbb5baf299d834b (diff)
downloadblackbird-hostboot-723239d5a14fe82713a2aa57fef3130534b15a41.tar.gz
blackbird-hostboot-723239d5a14fe82713a2aa57fef3130534b15a41.zip
Error log changes for Sprint 6
Change-Id: I44ad678cfae8cd84e5370391dc7e20d74f59c9ca Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/449 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r--src/include/usr/hbotcompid.H14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 94eb2f33d..8f1c6e382 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -53,10 +53,20 @@ const char MY_COMP_NAME[] = "myname";
//@}
/** @name ERRL
- * Error Logging component
+ * 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
+ * format Hostboot error logs with traces. For user-defined
+ * trace sections, that tools expects component 0x3100,
+ * 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
*/
//@{
-const compId_t ERRL_COMP_ID = 0x0100;
+const compId_t ERRL_COMP_ID = 0x3100;
const char ERRL_COMP_NAME[] = "errl";
//@}
OpenPOWER on IntegriCloud