Skip to content

Commit

Permalink
Dummy commit to prime hwsv for new Explorer FFDC collection
Browse files Browse the repository at this point in the history
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 <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83715
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
mderkse1 authored and crgeddes committed Sep 18, 2019
1 parent b2be220 commit feef038
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions 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 <mderkse1@us.ibm.com>
// *HWP HWP Backup: Louis Stermole <stermole@us.ibm.com>
// *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_

0 comments on commit feef038

Please sign in to comment.