aboutsummaryrefslogtreecommitdiff
path: root/hdata/spira.h
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-04 12:51:07 +0530
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-06 12:24:32 +0530
commit636bf0fe2498dc49d5e1b89643fa60ffa2e96766 (patch)
tree763eeae13b8bb310ad19cb149fd3f9d19c98a5f7 /hdata/spira.h
parent7dab7412deec9d93ce1d7f2834e0f0eeaec779fb (diff)
downloadskiboot-636bf0fe2498dc49d5e1b89643fa60ffa2e96766.zip
skiboot-636bf0fe2498dc49d5e1b89643fa60ffa2e96766.tar.gz
skiboot-636bf0fe2498dc49d5e1b89643fa60ffa2e96766.tar.bz2
platform: Add Denali platform support
Denali is P10 system. But FSP interaction (MBOX protocol) is same as ZZ. Hence add denali platform detection code inside zz.c for now. We can think of adding separate platform later. Also enable : - P10 TCE mapping support - Detect PHBs Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/spira.h')
-rw-r--r--hdata/spira.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hdata/spira.h b/hdata/spira.h
index 7fcf5c3..afdc922 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -667,6 +667,7 @@ struct cechub_io_hub {
#define CECHUB_HUB_CUMULUS_DUOMO 0x0030 /* cumulus+duomo from spec */
#define CECHUB_HUB_AXONE_HOPPER 0x0040 /* axone+hopper */
#define CECHUB_HUB_RAINIER 0x0050
+#define CECHUB_HUB_DENALI 0x0051
__be32 ec_level;
__be32 aff_dom2; /* HDAT < v9.x only */
__be32 aff_dom3; /* HDAT < v9.x only */