summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2017-02-16 16:35:16 +0100
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-08 15:53:04 -0500
commitfaf8a94bbf2ddd58413ee2d7ae7ffb718a366018 (patch)
tree03a692eae54d169bcba308ba5210fcb7597d8b27 /src
parentc563abb0780933e7d9bb10b37aed58e1a768dc0b (diff)
downloadtalos-hostboot-faf8a94bbf2ddd58413ee2d7ae7ffb718a366018.tar.gz
talos-hostboot-faf8a94bbf2ddd58413ee2d7ae7ffb718a366018.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/36779 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-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 bffcfcf2d..7f112759d 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