summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2013-01-22 09:41:25 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-08 16:49:45 -0600
commitcaf328ccd931de4ce4e4d285d1a4e5ddd151abb5 (patch)
tree650c28362fef4b7fd3d8e727d2b13e25f119434b /src/usr/xscom
parent7c50ac8fa046052334326fd4f3c8447cb0c9514d (diff)
downloadtalos-hostboot-caf328ccd931de4ce4e4d285d1a4e5ddd151abb5.tar.gz
talos-hostboot-caf328ccd931de4ce4e4d285d1a4e5ddd151abb5.zip
ERRL: Create Hostboot error log SRC/UD parser and deliver to FSP bld
A new script called genErrlParsers will scan the Hostboot code for error log tags and create a SRC parser for each component. The script will also scan the Hostboot code for plugin directories containing User Detail Data parsers and will create a makefile that is used by the FSP to build each component's SRC/UD parser. Change-Id: I7113f6cd8069447a1caaa199aff199b663d59072 RTC: 47518 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2975 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r--src/usr/xscom/test/xscomtest.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/xscom/test/xscomtest.H b/src/usr/xscom/test/xscomtest.H
index c2fe80b0d..de111e65a 100644
--- a/src/usr/xscom/test/xscomtest.H
+++ b/src/usr/xscom/test/xscomtest.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -140,8 +140,8 @@ public:
TS_FAIL("testXscom1: XSCom read back doesn't match write!");
/*@
* @errortype
- * @moduleid XSCOM_TEST_XSCOM1
- * @reasoncode XSCOM_DATA_UNMATCHED
+ * @moduleid XSCOM::XSCOM_TEST_XSCOM1
+ * @reasoncode XSCOM::XSCOM_DATA_UNMATCHED
* @userdata1 Write value
* @userdata2 Read back value
* @devdesc Read back value doesn't match write
@@ -267,8 +267,8 @@ public:
TS_FAIL("testXscom2: XSCom read back doesn't match write!");
/*@
* @errortype
- * @moduleid XSCOM_TEST_XSCOM2
- * @reasoncode XSCOM_DATA_UNMATCHED
+ * @moduleid XSCOM::XSCOM_TEST_XSCOM2
+ * @reasoncode XSCOM::XSCOM_DATA_UNMATCHED
* @userdata1 Write value
* @userdata2 Read back value
* @devdesc Read back value doesn't match write
OpenPOWER on IntegriCloud