diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2013-07-12 13:01:32 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-08-23 16:17:55 -0500 |
| commit | 3e71b410d1f8d3f5b2970c3b6e4f11ed8a195559 (patch) | |
| tree | 4ae89aec0d6cc35b6e9c3af1caa5e9456e7811d0 /src/include/usr/fsi | |
| parent | 6c82992a3ea6bb0acef08050f5dd110376ca3ac4 (diff) | |
| download | talos-hostboot-3e71b410d1f8d3f5b2970c3b6e4f11ed8a195559.tar.gz talos-hostboot-3e71b410d1f8d3f5b2970c3b6e4f11ed8a195559.zip | |
HB-driven FSI Init (part 1)
With this code an IPL on a single DCM system makes it up into
cen_sbe_tp_chiplet_init1 before it fails due to a Centaur SBE
issue. In addition to changes in the init flow, some updates
have been made to the error recovery/logging paths.
Similar results now seen on 2-DCM system.
Change-Id: I6c4b31ee568919c81d388c99ceb26c24705da9be
RTC: 67844
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5394
Tested-by: Jenkins Server
Reviewed-by: William H. Schwartz <whs@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.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/fsi/fsiif.H b/src/include/usr/fsi/fsiif.H index f06803985..e355ebd98 100644 --- a/src/include/usr/fsi/fsiif.H +++ b/src/include/usr/fsi/fsiif.H @@ -96,7 +96,8 @@ enum SlaveRegistersP8 SLAVE_PEEK_TABLE = 0x000400, /**< Peek Table */ SLAVE_REGS = 0x000800, /**< FSI Slave Register */ - SLAVE_MODE_00 = SLAVE_REGS|0x00, + SMODE_00 = SLAVE_REGS|0x00, + SLBUS_30 = SLAVE_REGS|0x30, FSI_SHIFT_ENGINE = 0x000C00, /**< FSI Shift Engine (SCAN) */ FSI2PIB_ENGINE = 0x001000, /**< FSI2PIB Engine (SCOM) */ |

