diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-11-14 13:06:19 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-11-15 15:06:03 +1100 |
commit | b9ce5f582dbab262c9ffd3d3260c942275f54213 (patch) | |
tree | 6f88201647efb7b770c0a88623ef36be30ad5c82 /include/phb4.h | |
parent | 13f77a39529c2f0350d77d48fa0fec879ec7b478 (diff) | |
download | skiboot-b9ce5f582dbab262c9ffd3d3260c942275f54213.zip skiboot-b9ce5f582dbab262c9ffd3d3260c942275f54213.tar.gz skiboot-b9ce5f582dbab262c9ffd3d3260c942275f54213.tar.bz2 |
phb4: Updated inits as of PHB4 spec 0.52
This includes some DD2.0 support
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/phb4.h')
-rw-r--r-- | include/phb4.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/phb4.h b/include/phb4.h index 2753496..523f871 100644 --- a/include/phb4.h +++ b/include/phb4.h @@ -229,12 +229,8 @@ struct phb4 { unsigned int chip_id; /* Chip ID (== GCID on P8) */ enum phb4_state state; unsigned int rev; /* 00MMmmmm */ -#define PHB4_REV_MURANO_DD10 0xa30001 -#define PHB4_REV_VENICE_DD10 0xa30002 -#define PHB4_REV_MURANO_DD20 0xa30003 -#define PHB4_REV_MURANO_DD21 0xa30004 -#define PHB4_REV_VENICE_DD20 0xa30005 -#define PHB4_REV_NAPLES_DD10 0xb30001 +#define PHB4_REV_NIMBUS_DD10 0xa40001 +#define PHB4_REV_NUMBUS_DD20 0xa40002 void *regs; void *int_mmio; uint64_t pe_xscom; /* XSCOM bases */ |