From feef0389e6acfe3d57674564212df6b0760a4e0b Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Fri, 6 Sep 2019 09:32:11 -0500 Subject: Dummy commit to prime hwsv for new Explorer FFDC collection A new procedure is coming to grab Explorer Firmware Logs. This requires a new file to be mirrored to hwsv so ffdc_includes.H can be updated. Change-Id: Ia2c11d3273eb27e37bc7dc92d6b7059fe1ec679a RTC:205128 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83398 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Reviewed-by: Louis Stermole Reviewed-by: Christian R Geddes Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83715 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW --- .../procedures/hwp/ffdc/exp_collect_explorer_log.H | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/import/chips/p9/procedures/hwp/ffdc/exp_collect_explorer_log.H (limited to 'src/import') diff --git a/src/import/chips/p9/procedures/hwp/ffdc/exp_collect_explorer_log.H b/src/import/chips/p9/procedures/hwp/ffdc/exp_collect_explorer_log.H new file mode 100644 index 000000000..654cd3ccb --- /dev/null +++ b/src/import/chips/p9/procedures/hwp/ffdc/exp_collect_explorer_log.H @@ -0,0 +1,55 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/chips/p9/procedures/hwp/ffdc/exp_collect_explorer_log.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] 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 */ +/// @file exp_collect_explorer_log.H +/// +/// @brief Collects and adds Explorer debug logs to rc +// ---------------------------------------- +// *HWP HWP Owner: Matt Derksen +// *HWP HWP Backup: Louis Stermole +// *HWP Team: Memory +// *HWP Level: 1 +// *HWP Consumed by: HB +// ---------------------------------------- +#ifndef _COLLECT_EXPLORER_LOG_H_ +#define _COLLECT_EXPLORER_LOG_H_ + +//------------------------------------------------------------------------------ +// Includes +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// Structure definitions +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// Constant definitions +//------------------------------------------------------------------------------ + + +//------------------------------------------------------------------------------ +// Function prototypes +//------------------------------------------------------------------------------ + +#endif // _COLLECT_EXPLORER_ERROR_H_ -- cgit v1.2.1