diff options
author | Brian Horton <brianh@linux.ibm.com> | 2013-07-22 13:30:57 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-30 16:35:39 -0500 |
commit | 700cca7a165b5886876d792f2f87dc2c3a5b8327 (patch) | |
tree | 5cc7b45f6a0a3e4236f121ec2c3980b17ccec3bc /src/usr/errl/plugins/errludparser.H | |
parent | 8bd7985c3ffa660b4712643a060c826af99d8949 (diff) | |
download | talos-hostboot-700cca7a165b5886876d792f2f87dc2c3a5b8327.tar.gz talos-hostboot-700cca7a165b5886876d792f2f87dc2c3a5b8327.zip |
fix issues with errl in regards to fsp and plugins.
- add ERRL_CID_HOSTBOOT parameter to errl SrcPlugin and DataPlugin functions
to handle modules being in multiple components;
- add hbotcompid.H file to fsp.tar so that errl parser has hostboot's
id-to-name mapping;
Change-Id: Ied332ed0890721116b4e5cf1220f52ff8243dc3b
RTC: 78942
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5598
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/plugins/errludparser.H')
-rwxr-xr-x | src/usr/errl/plugins/errludparser.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/plugins/errludparser.H b/src/usr/errl/plugins/errludparser.H index c3b1f95a8..39e28929b 100755 --- a/src/usr/errl/plugins/errludparser.H +++ b/src/usr/errl/plugins/errludparser.H @@ -83,7 +83,7 @@ static bool myDataParse(\ }\ return l_rc;\ }\ -static errl::DataPlugin g_DataPlugin(COMPID, myDataParse); +static errl::DataPlugin g_DataPlugin(COMPID, myDataParse, ERRL_CID_HOSTBOOT); #endif |