diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-04-10 15:32:50 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:25:30 -0500 |
| commit | 0d77c70e95fa35195075c6be0a784d099d00b321 (patch) | |
| tree | a69956d5cd75b996303cdf87a6cf1edd143b15bb /import/chips/p9/utils/imageProcs | |
| parent | bae760f3f0af0426bee20a4f1086815179676a08 (diff) | |
| download | talos-hcode-0d77c70e95fa35195075c6be0a784d099d00b321.tar.gz talos-hcode-0d77c70e95fa35195075c6be0a784d099d00b321.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>
Diffstat (limited to 'import/chips/p9/utils/imageProcs')
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_ringId.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_ringId.H b/import/chips/p9/utils/imageProcs/p9_ringId.H index eef6b82b..d3b5f51d 100644 --- a/import/chips/p9/utils/imageProcs/p9_ringId.H +++ b/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 |

