summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fsi
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2013-02-22 12:51:30 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-28 10:36:49 -0600
commit8c32b57d354aad8156d7a06950b5f943db0efe16 (patch)
tree4772aa395567d34525b3151b262e9a9d0139b9ce /src/include/usr/fsi
parent6a257b9bfa5c95cd342e92e441c5fade9f034796 (diff)
downloadtalos-hostboot-8c32b57d354aad8156d7a06950b5f943db0efe16.tar.gz
talos-hostboot-8c32b57d354aad8156d7a06950b5f943db0efe16.zip
Add FSI Registers to FFDC section in FSI device driver
Added error log user detail sections into several error paths of FSI deveice driver functions. These sections added targets and registers to the error log. Change-Id: I37622381ab0dd48454a9810233cdb11d725c5ed6 RTC: 44490 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3305 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/fsi')
-rw-r--r--src/include/usr/fsi/fsiif.H48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/include/usr/fsi/fsiif.H b/src/include/usr/fsi/fsiif.H
index 4fdfaed93..859f41e41 100644
--- a/src/include/usr/fsi/fsiif.H
+++ b/src/include/usr/fsi/fsiif.H
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/usr/fsi/fsiif.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/fsi/fsiif.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
#ifndef __FSI_FSIIF_H
#define __FSI_FSIIF_H
@@ -48,7 +48,7 @@ errlHndl_t initializeHardware();
*
* @return bool true if port sensed as active during FSI initialization
*/
-bool isSlavePresent( const TARGETING::Target* i_fsiMaster,
+bool isSlavePresent( TARGETING::Target* i_fsiMaster,
TARGETING::FSI_MASTER_TYPE i_type,
uint8_t i_port );
@@ -59,7 +59,7 @@ bool isSlavePresent( const TARGETING::Target* i_fsiMaster,
*
* @return bool true if port sensed as active during FSI initialization
*/
-bool isSlavePresent( const TARGETING::Target* i_target );
+bool isSlavePresent( TARGETING::Target* i_target );
/**
* FSI Slave Registers for P8
OpenPOWER on IntegriCloud