Skip to content

Commit

Permalink
getscom: Add chip info for P9.
Browse files Browse the repository at this point in the history
Took the cfam values from hw/xscom.

Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com>
Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
pridhiviraj authored and stewartsmith committed Mar 16, 2017
1 parent 95d867f commit 4638f64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions external/xscom-utils/getscom.c
Expand Up @@ -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;
Expand Down

0 comments on commit 4638f64

Please sign in to comment.