diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2017-05-23 04:17:17 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:47:13 -0500 |
| commit | 279a29e1108579178f3dd7229056a2d2ce7da8ea (patch) | |
| tree | 3d4aa32a9f45a347acb0c3563bdae10dfdb810c2 | |
| parent | 5cb040666a2315438f41f7dc247d574cc26bfcea (diff) | |
| download | talos-hcode-279a29e1108579178f3dd7229056a2d2ce7da8ea.tar.gz talos-hcode-279a29e1108579178f3dd7229056a2d2ce7da8ea.zip | |
PM: Introduced a macro for core common ring.
HW-Image-Prereq: Id684ecb68d987f6ecd3f2e0476ab9aa2adce338f
Change-Id: Ia1c450445b69052ca6f83e026075e48b82d4bdb1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40827
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H b/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H index 1b15ebac..52357f14 100644 --- a/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H +++ b/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H @@ -66,6 +66,7 @@ namespace p9_hcodeImageBuild */ #define MAX_HOMER_QUAD_CMN_RINGS (uint32_t)(EQ::g_eqData.iv_num_common_rings - 4) +#define MAX_HOMER_CORE_CMN_RINGS (uint32_t)(EC::g_ecData.iv_num_common_rings - 2) /** * @brief models QPMR header in HOMER |

