summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2017-02-16 16:35:16 +0100
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:13:03 -0500
commitb945b1c165c8e71cc1471b41d8d3bd852616daa0 (patch)
tree814e287db56a03773a902b7e5f89ec45752e929b /import
parentd515ff0bc7ac47bce6a06556a713a8d2a3b0c348 (diff)
downloadtalos-hcode-b945b1c165c8e71cc1471b41d8d3bd852616daa0.tar.gz
talos-hcode-b945b1c165c8e71cc1471b41d8d3bd852616daa0.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/utils/imageProcs/p9_ringId.H9
1 files 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,
};
OpenPOWER on IntegriCloud