From 333bd2d69881f31cf6db145c33daf94c23397f9f Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Mon, 11 Jul 2016 15:59:17 -0500 Subject: Update parseErrorInfo.pl to support collectFfdc tags for SBE -Modified script to enable passing back from the SBE parameters for the collectFfdc fuction -Added sample code for collectFfdc tags to proc_example_errors.xml -Added sample collectFfdc function p9_collect_some_ffdc -Fixed compile issue in fapi2_variable_buffer_test which was a result of changes to the hwp_ffdc_classes generated by the script. Change-Id: I6abbbc05ed38e368eb0ff586a22cc5aba824bad4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27048 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Deepak Kodihalli Reviewed-by: Christian R. Geddes Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27459 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- .../p9/procedures/hwp/ffdc/p9_collect_some_ffdc.mk | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/import/chips/p9/procedures/hwp/ffdc/p9_collect_some_ffdc.mk (limited to 'src/import/chips/p9/procedures/hwp/ffdc/p9_collect_some_ffdc.mk') diff --git a/src/import/chips/p9/procedures/hwp/ffdc/p9_collect_some_ffdc.mk b/src/import/chips/p9/procedures/hwp/ffdc/p9_collect_some_ffdc.mk new file mode 100644 index 000000000..992000f92 --- /dev/null +++ b/src/import/chips/p9/procedures/hwp/ffdc/p9_collect_some_ffdc.mk @@ -0,0 +1,26 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/p9/procedures/hwp/ffdc/p9_collect_some_ffdc.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2016 +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG +PROCEDURE=p9_collect_some_ffdc +$(call BUILD_PROCEDURE) -- cgit v1.2.1