From b74acc4c3a245d1f56306d1da431d9d4b85d4fa5 Mon Sep 17 00:00:00 2001 From: Prem Shanker Jha Date: Mon, 27 Nov 2017 06:50:17 -0600 Subject: PM: Generation of summarized version of STOP Recovery FFDC. A summary of STOP recovery FFDC is created after generation of complete FFDC. It is stored at the end of FFDC section. It is intended for copying to an error log created during second phase of STOP Recovery. Commit also incorporates some changes to support creation of PM Display from STOP Recovery FFDC. Key_Cronus_Test=PM_REGRESS CQ: SW416531 Change-Id: Ieb0bceeb141cc80b18f63b01e881e5ad3b50263d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50414 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Cronus HW CI Tested-by: HWSV CI Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: AMIT J. TENDOLKAR Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA Reviewed-by: Gregory S. Still Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50422 Tested-by: Jenkins OP Build CI Reviewed-by: Christian R. Geddes --- src/import/hwpf/fapi2/tools/parseErrorInfo.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/hwpf') diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl index 768a8b101..1fa756f5d 100755 --- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl +++ b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl @@ -6,7 +6,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015,2017 +# Contributors Listed Below - COPYRIGHT 2015,2018 # [+] International Business Machines Corp. # # @@ -505,6 +505,7 @@ print CRFILE "#include \n"; print CRFILE "#include \n"; print CRFILE "#include \n"; print CRFILE "#include \n"; +print CRFILE "#include \n"; print CRFILE "#include \n"; print CRFILE "#include \n"; print CRFILE "#include \n"; -- cgit v1.2.1