From b945b1c165c8e71cc1471b41d8d3bd852616daa0 Mon Sep 17 00:00:00 2001 From: Martin Peschke Date: Thu, 16 Feb 2017 16:35:16 +0100 Subject: p9_ringId: reorder CHIPLET_TYPE enum entries Now CHIPLET_TYPE reflects the index of chiplet slots in TOR. This changes allows to stream-line some code, mostly TOR related. This change is transparent for users of CHIPLET_TYPE, since its only intended use is to distingiush chiplet types. Change-Id: I599945741fe3ee63c8a9d2e7ea611438f01f1675 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36556 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Claus M. Olsen Reviewed-by: Sumit Kumar Reviewed-by: Martin Peschke --- import/chips/p9/utils/imageProcs/p9_ringId.H | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/import/chips/p9/utils/imageProcs/p9_ringId.H b/import/chips/p9/utils/imageProcs/p9_ringId.H index b9880c7c..a5146b12 100644 --- a/import/chips/p9/utils/imageProcs/p9_ringId.H +++ b/import/chips/p9/utils/imageProcs/p9_ringId.H @@ -193,6 +193,7 @@ enum RINGTYPE }; }; //end of RS4 namespace + enum CHIPLET_TYPE { PERV_TYPE, @@ -200,15 +201,15 @@ enum CHIPLET_TYPE N1_TYPE, N2_TYPE, N3_TYPE, + XB_TYPE, MC_TYPE, - PCI0_TYPE, - PCI1_TYPE, - PCI2_TYPE, OB0_TYPE, OB1_TYPE, OB2_TYPE, OB3_TYPE, - XB_TYPE, + PCI0_TYPE, + PCI1_TYPE, + PCI2_TYPE, EQ_TYPE, EC_TYPE, }; -- cgit v1.2.3