aboutsummaryrefslogtreecommitdiff
path: root/include/phb3.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2015-04-09 15:08:28 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-04-15 05:40:18 +1000
commitcf99c29e04f60f5430c9a7d32cb283cd10aaa38c (patch)
tree836d5a5ef9da774c416114fcc8f8a8b3fbda8549 /include/phb3.h
parentfb824365808a2b2a55c141c512306652eb4707c5 (diff)
downloadskiboot-cf99c29e04f60f5430c9a7d32cb283cd10aaa38c.zip
skiboot-cf99c29e04f60f5430c9a7d32cb283cd10aaa38c.tar.gz
skiboot-cf99c29e04f60f5430c9a7d32cb283cd10aaa38c.tar.bz2
phb3: Add Naples PHB support
This detects the new PHB revision and does the appropriate updates to the init sequence. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/phb3.h')
-rw-r--r--include/phb3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phb3.h b/include/phb3.h
index 6276f1a..3db57ad 100644
--- a/include/phb3.h
+++ b/include/phb3.h
@@ -270,6 +270,7 @@ struct phb3 {
#define PHB3_REV_MURANO_DD20 0xa30003
#define PHB3_REV_MURANO_DD21 0xa30004
#define PHB3_REV_VENICE_DD20 0xa30005
+#define PHB3_REV_NAPLES_DD10 0xb30001
void *regs;
uint64_t pe_xscom; /* XSCOM bases */
uint64_t pci_xscom;