From 700cca7a165b5886876d792f2f87dc2c3a5b8327 Mon Sep 17 00:00:00 2001 From: Brian Horton Date: Mon, 22 Jul 2013 13:30:57 -0500 Subject: 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 Reviewed-by: Thi N. Tran Reviewed-by: A. Patrick Williams III --- src/usr/errl/plugins/errludparser.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/errl/plugins') 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 -- cgit v1.2.1