summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-01-18 10:14:33 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2012-01-19 09:48:04 -0600
commit67ab5c65b2caabff6147143a90ab5584573e24ae (patch)
tree8d4ecec55439952a7ec415536642ce7ae0e1cd06 /src/usr/fsi
parentb699fc329722088174afe6031351d3bddb559f6c (diff)
downloadtalos-hostboot-67ab5c65b2caabff6147143a90ab5584573e24ae.tar.gz
talos-hostboot-67ab5c65b2caabff6147143a90ab5584573e24ae.zip
The hardware team moved the address of the OPB regs for the Host.
RTC Impediment 4656 A Simics-side change is going into fips under 821496 Change-Id: I76984bf8c4906334875e9738ab992cc6a1933ec6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/617 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/fsidd.C2
-rw-r--r--src/usr/fsi/fsidd.H6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/fsi/fsidd.C b/src/usr/fsi/fsidd.C
index cac859f53..9efd78582 100644
--- a/src/usr/fsi/fsidd.C
+++ b/src/usr/fsi/fsidd.C
@@ -843,7 +843,7 @@ errlHndl_t FsiDD::handleOpbErrors(const FsiAddrInfo_t& i_addrInfo,
if( (i_opbStatReg & OPB_STAT_ERR_ANY)
|| (i_opbStatReg & OPB_STAT_BUSY) )
{
- TRACFCOMP( g_trac_fsi, "FsiDD::handleOpbErrors> Error during FSI access : relAddr=0x%X, absAddr, OPB Status=0x%.8X", i_addrInfo.relAddr, i_addrInfo.absAddr, i_opbStatReg );
+ TRACFCOMP( g_trac_fsi, "FsiDD::handleOpbErrors> Error during FSI access : relAddr=0x%X, absAddr=0x%X, OPB Status=0x%.8X", i_addrInfo.relAddr, i_addrInfo.absAddr, i_opbStatReg );
/*@
* @errortype
diff --git a/src/usr/fsi/fsidd.H b/src/usr/fsi/fsidd.H
index d14d5b4aa..26cf04966 100644
--- a/src/usr/fsi/fsidd.H
+++ b/src/usr/fsi/fsidd.H
@@ -121,7 +121,7 @@ class FsiDD
* using the master processor chip to drive it
*
* @param[in] i_address Absolute FSI address to read relative to
- * the master processor chip
+ * the OPB master processor chip
* @param[out] o_buffer Destination buffer for data
*
* @return errlHndl_t NULL on success
@@ -134,7 +134,7 @@ class FsiDD
* using the master processor chip to drive it
*
* @param[in] i_address Absolute FSI address to write relative to
- * the master processor chip
+ * the OPB master processor chip
* @param[out] i_buffer Source buffer for data
*
* @return errlHndl_t NULL on success
@@ -362,7 +362,7 @@ class FsiDD
OPB_REG_RSIS = 0x000A, /**< MFSI Remote Slave Interrupt Status */
// Offsets for cMFSI
- FSI2OPB_OFFSET_0 = 0x00020010, /**< cMFSI 0 and MFSI */
+ FSI2OPB_OFFSET_0 = 0x00020000, /**< cMFSI 0 and MFSI */
FSI2OPB_OFFSET_1 = 0x00030000, /**< cMFSI 1 */
// Bit masks
OpenPOWER on IntegriCloud