diff options
author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-04-10 15:32:50 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2017-04-19 12:22:00 -0400 |
commit | ea253108f8881f72d20e64c38b07fa917d30692f (patch) | |
tree | 66b7740b31dc4d5962237c97ce84609c09ec044b /src/import/chips/p9/utils | |
parent | df222fe8c32433edce54439c929ee69d5c28dca2 (diff) | |
download | talos-sbe-ea253108f8881f72d20e64c38b07fa917d30692f.tar.gz talos-sbe-ea253108f8881f72d20e64c38b07fa917d30692f.zip |
Fixing SGPE TOR allocation bug in ring_apply
RTC172496 - ring_apply currently allocates for two SGPE chiplets
when there only is one. So reducing allocation to one Quad chiplet.
** This will not break the lab. **
Change-Id: I5ef1a7922da3e3ee2633f8930c9ce7d472140d1f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39065
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: Sumit Kumar <sumit_kumar@in.ibm.com>
Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39095
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/p9/utils')
-rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_ringId.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.H b/src/import/chips/p9/utils/imageProcs/p9_ringId.H index bf886cb8..f6ca7531 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_ringId.H +++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.H @@ -215,6 +215,7 @@ enum CHIPLET_TYPE SBE_NOOF_CHIPLETS }; +#define SGPE_NOOF_CHIPLETS 1 #define CME_NOOF_CHIPLETS 12 struct CHIPLET_DATA |