aboutsummaryrefslogtreecommitdiff
path: root/include/centaur.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2015-06-23 14:25:59 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-07-06 17:06:54 +1000
commit6408e5a03b7c779b924b385af1506bcb0a3eb3b5 (patch)
tree3ea95f9368bfe9718202592fb59c93e3181e6309 /include/centaur.h
parenta4edd12990ec5506d1895e6500029c821d9239e6 (diff)
downloadskiboot-6408e5a03b7c779b924b385af1506bcb0a3eb3b5.zip
skiboot-6408e5a03b7c779b924b385af1506bcb0a3eb3b5.tar.gz
skiboot-6408e5a03b7c779b924b385af1506bcb0a3eb3b5.tar.bz2
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/centaur.h')
-rw-r--r--include/centaur.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/centaur.h b/include/centaur.h
index f515da7..6453e13 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;