aboutsummaryrefslogtreecommitdiff
path: root/include/phb4.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-06-24 14:17:07 -0500
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-26 14:28:58 +1000
commit2c7699552327978f89ae606185e99ad8ebdfdcd1 (patch)
treea36ed4d0c8bf2f9d6e58fe357fbeef80069fbc42 /include/phb4.h
parentc890a1ff25617a628d3a83d514c8dc4bcffac797 (diff)
downloadskiboot-2c7699552327978f89ae606185e99ad8ebdfdcd1.zip
skiboot-2c7699552327978f89ae606185e99ad8ebdfdcd1.tar.gz
skiboot-2c7699552327978f89ae606185e99ad8ebdfdcd1.tar.bz2
phb4: DD2.0 updates
Support StoreEOI, full complements of PEs (twice as big TVT) and other updates. Also renumber init steps to match spec 063 Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/phb4.h')
-rw-r--r--include/phb4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phb4.h b/include/phb4.h
index 3a349f0..360889a 100644
--- a/include/phb4.h
+++ b/include/phb4.h
@@ -230,7 +230,7 @@ struct phb4 {
enum phb4_state state;
unsigned int rev; /* 00MMmmmm */
#define PHB4_REV_NIMBUS_DD10 0xa40001
-#define PHB4_REV_NUMBUS_DD20 0xa40002
+#define PHB4_REV_NIMBUS_DD20 0xa40002
void *regs;
void *int_mmio;
uint64_t pe_xscom; /* XSCOM bases */