From patchwork Thu Feb 9 07:34:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ppaidipe@in.ibm.com X-Patchwork-Id: 727083 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vM5vn5DcBz9s65 for ; Mon, 13 Feb 2017 11:26:45 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3vM5vn4PzgzDqGl for ; Mon, 13 Feb 2017 11:26:45 +1100 (AEDT) X-Original-To: skiboot@lists.ozlabs.org Delivered-To: skiboot@lists.ozlabs.org Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vJqcj5QFWzDqGn for ; Thu, 9 Feb 2017 18:35:49 +1100 (AEDT) Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v197XreI079387 for ; Thu, 9 Feb 2017 02:35:46 -0500 Received: from e23smtp06.au.ibm.com (e23smtp06.au.ibm.com [202.81.31.148]) by mx0a-001b2d01.pphosted.com with ESMTP id 28gm1pg9rr-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 09 Feb 2017 02:35:46 -0500 Received: from localhost by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 Feb 2017 17:35:44 +1000 Received: from d23dlp03.au.ibm.com (202.81.31.214) by e23smtp06.au.ibm.com (202.81.31.212) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 9 Feb 2017 17:35:42 +1000 Received: from d23relay07.au.ibm.com (d23relay07.au.ibm.com [9.190.26.37]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 184743578052 for ; Thu, 9 Feb 2017 18:35:42 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay07.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v197ZYCr31260844 for ; Thu, 9 Feb 2017 18:35:42 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id v197ZAQ9016030 for ; Thu, 9 Feb 2017 18:35:10 +1100 Received: from localhost.localdomain.in.ibm.com ([9.124.158.183]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id v197Z84V015459; Thu, 9 Feb 2017 18:35:08 +1100 From: ppaidipe@in.ibm.com To: skiboot@lists.ozlabs.org Date: Thu, 9 Feb 2017 13:04:41 +0530 X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17020907-0040-0000-0000-000002ED99F9 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17020907-0041-0000-0000-00000C36A06E Message-Id: <1486625681-3771-1-git-send-email-ppaidipe@in.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-02-09_06:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702090075 X-Mailman-Approved-At: Mon, 13 Feb 2017 11:25:37 +1100 Subject: [Skiboot] [PATCH] getscom: Add chip info for P9. X-BeenThere: skiboot@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mailing list for skiboot development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: skiboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Skiboot" From: Pridhiviraj Paidipeddi Took the cfam values from hw/xscom. Signed-off-by: Pridhiviraj Paidipeddi --- 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;