diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2015-06-23 14:25:59 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-07-06 17:06:54 +1000 |
commit | 6408e5a03b7c779b924b385af1506bcb0a3eb3b5 (patch) | |
tree | 3ea95f9368bfe9718202592fb59c93e3181e6309 /include | |
parent | a4edd12990ec5506d1895e6500029c821d9239e6 (diff) | |
download | blackbird-skiboot-6408e5a03b7c779b924b385af1506bcb0a3eb3b5.tar.gz blackbird-skiboot-6408e5a03b7c779b924b385af1506bcb0a3eb3b5.zip |
centaur: Improve FSI SCOM error handling
Based on HostBoot, recovers from bad XSCOM addresses
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/centaur.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/centaur.h b/include/centaur.h index f515da74..6453e13e 100644 --- a/include/centaur.h +++ b/include/centaur.h @@ -25,6 +25,7 @@ struct centaur_chip { bool valid; uint8_t ec_level; + uint32_t part_id; uint32_t fsi_master_chip_id; uint32_t fsi_master_port; uint32_t fsi_master_engine; |