[Skiboot] [PATCH] getscom: Add chip info for P9.
ppaidipe at linux.vnet.ibm.com
ppaidipe at linux.vnet.ibm.com
Thu Feb 9 18:41:26 AEDT 2017
From: Pridhiviraj Paidipeddi <ppaidipe at linux.vnet.ibm.com>
Took the cfam values from hw/xscom.
Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe at linux.vnet.ibm.com>
---
external/xscom-utils/getscom.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/external/xscom-utils/getscom.c b/external/xscom-utils/getscom.c
index fd5aeb6..cb95fb1 100644
--- a/external/xscom-utils/getscom.c
+++ b/external/xscom-utils/getscom.c
@@ -60,6 +60,12 @@ static void print_chip_info(uint32_t chip_id)
case 0xd3:
name = "P8NVL (Naples) processor";
break;
+ case 0xd1:
+ name = "P9 (Nimbus) processor";
+ break
+ case 0xd4:
+ name = "P9 (Cumulus) processor";
+ break
case 0xe9:
name = "Centaur memory buffer";
break;
--
2.7.4
More information about the Skiboot
mailing list