summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2017-02-16 16:35:16 +0100
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-09 00:31:18 -0500
commitc0e1b7f42512b57c7fd7365d176f368dd9f8361d (patch)
treefb76f600704ec0acb515608671c2f4f44b595655 /src/import/chips
parentafb14513e520c8bdf228e2680b208963e3193563 (diff)
downloadtalos-sbe-c0e1b7f42512b57c7fd7365d176f368dd9f8361d.tar.gz
talos-sbe-c0e1b7f42512b57c7fd7365d176f368dd9f8361d.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> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36778 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ringId.H9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.H b/src/import/chips/p9/utils/imageProcs/p9_ringId.H
index 60db3fc4..a064723c 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ringId.H
+++ b/src/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