diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2015-10-02 14:33:22 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-10-06 09:56:39 -0500 |
| commit | 5b5bd5d08d4be9e262d69529a946b7b4655a1731 (patch) | |
| tree | 45c59b7af08a34b89a08c08dc97e993887cfc6cf /src/include | |
| parent | 35eb9cf0d50a42d21cc5494f6cb3e2fac012768a (diff) | |
| download | talos-hostboot-5b5bd5d08d4be9e262d69529a946b7b4655a1731.tar.gz talos-hostboot-5b5bd5d08d4be9e262d69529a946b7b4655a1731.zip | |
Include MFSI offset for Centaur access from OCC
Add the FSI offset for the MFSI master to the base address for
cascaded slaves, this allows access to the Centaurs hanging off
the non-master processors from the OCC FIR collection code.
Change-Id: I5b6c1d77e90f233cab99bb74f5374d0456093cbc
CQ: SW322919
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20930
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/fsi/fsiif.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/fsi/fsiif.H b/src/include/usr/fsi/fsiif.H index 5ab2e449e..a161088e1 100644 --- a/src/include/usr/fsi/fsiif.H +++ b/src/include/usr/fsi/fsiif.H @@ -111,7 +111,7 @@ struct FsiLinkInfo_t uint8_t link; ///< Which link is this chip hanging off of uint8_t cascade; ///< Slave cascade position uint8_t mPort; ///< FSI Master port (0=A,1=B) - uint32_t baseAddr; ///< Base FSI Address for this chip + uint32_t baseAddr; ///< Base FSI Address for this chip, from master proc FsiLinkInfo_t() : master(NULL), type(TARGETING::FSI_MASTER_TYPE_NO_MASTER), |

