summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_ringId.H
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-04-11 16:26:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-27 11:49:50 -0400
commit2a86732324b21d41ff608ccac0e7541c69301249 (patch)
treef2646e73b2a00d1b7e882d6fa8b5eff3f4214a5b /src/import/chips/p9/utils/imageProcs/p9_ringId.H
parentada0ad6e40d57397d517e006a82c95c28ee0c390 (diff)
downloadtalos-hostboot-2a86732324b21d41ff608ccac0e7541c69301249.tar.gz
talos-hostboot-2a86732324b21d41ff608ccac0e7541c69301249.zip
Fixing CME TOR allocation bug in ring_apply and TOR API
RTC172494 - ring_apply currently allocates for 13 CME chiplets when the CME(s) only handle one chipletType, namely the EC core. ** This will NOT break the lab ** Change-Id: I3ead5727d0306438cd69f0919d7f9ad0cc39a245 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39130 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39134 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/import/chips/p9/utils/imageProcs/p9_ringId.H')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ringId.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.H b/src/import/chips/p9/utils/imageProcs/p9_ringId.H
index 8379f442e..1b1eaf29d 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ringId.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.H
@@ -216,7 +216,7 @@ enum CHIPLET_TYPE
};
#define SGPE_NOOF_CHIPLETS 1
-#define CME_NOOF_CHIPLETS 12
+#define CME_NOOF_CHIPLETS 1
struct CHIPLET_DATA
{
OpenPOWER on IntegriCloud