diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2014-04-14 14:44:21 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-15 10:47:55 -0500 |
| commit | 279d152e4d095884110de94e9510a8b7d86ced97 (patch) | |
| tree | 81c9110fc66e08e655270122cb897b70ac2a5282 /src/include/usr/fsi | |
| parent | 791c705e31529a345e4e01eb10a6326990de4acb (diff) | |
| download | talos-hostboot-279d152e4d095884110de94e9510a8b7d86ced97.tar.gz talos-hostboot-279d152e4d095884110de94e9510a8b7d86ced97.zip | |
Fix FSI MRW Parsing
Missed a case where the alt-master chip was pointing to the
wrong master.
Change-Id: I0e8010c5adb871344a7d1fd11fefd7f7f152ec72
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10529
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Michael Baiocchi <baiocchi@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/fsi_reasoncodes.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/fsi/fsi_reasoncodes.H b/src/include/usr/fsi/fsi_reasoncodes.H index f8c7e3f2f..86e3bd746 100644 --- a/src/include/usr/fsi/fsi_reasoncodes.H +++ b/src/include/usr/fsi/fsi_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -40,6 +40,7 @@ namespace FSI MOD_FSIDD_GENFULLFSIADDR = 0x09, /**< fsidd.C : FsiDD::genFullFsiAddr */ MOD_FSIDD_CHECKFORERRORS = 0x0A, /**< fsidd.C : FsiDD::checkForErrors */ MOD_FSIDD_VERIFYPRESENT = 0x0B, /**< fsidd.C : FsiDD::verifyPresent */ + MOD_FSIDD_INITIALIZEHARDWARE = 0x0C, /**< fsidd.C : FsiDD::initializeHardware */ MOD_FSIPRES_PROCPRESENCEDETECT = 0x20, /**< fsipres.C : procPresenceDetect */ MOD_FSIPRES_MEMBPRESENCEDETECT = 0x21, /**< fsipres.C : membPresenceDetect */ @@ -65,6 +66,7 @@ namespace FSI RC_FSI_MVPD_MISMATCH = FSI_COMP_ID | 0x0F, RC_FSI_CVPD_MISMATCH = FSI_COMP_ID | 0x10, RC_ERROR_IN_MAEB = FSI_COMP_ID | 0x11, + RC_BAD_ATTRIBUTES = FSI_COMP_ID | 0x12, }; enum UserDetailsTypes |

