summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib
diff options
context:
space:
mode:
authorAmit Kumar <akumar3@us.ibm.com>2016-10-12 00:40:53 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-12 11:40:09 -0400
commitcea83b98cc28b533e3384a14501788b38d121424 (patch)
tree3880fb91b42973d143b40589503b16778b8b47f7 /src/import/chips/p9/procedures/hwp/lib
parentc46077dc2800d1f9902c80a58d7205d19bd7108e (diff)
downloadtalos-hostboot-cea83b98cc28b533e3384a14501788b38d121424.tar.gz
talos-hostboot-cea83b98cc28b533e3384a14501788b38d121424.zip
CME and SGPE fix for istep15 16
- increased sgpe hcode size to 42k - put istep15 hack define back Change-Id: I182fbc7ab7997e34cca06503643abe24b254ab4a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31039 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Dev-Ready: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31040 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/lib')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H b/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
index 2f95a697a..a29b7294e 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
@@ -320,7 +320,7 @@ enum
SGPE_IMG_HEADER = sizeof(sgpeHeader_t),
SGPE_DBG_PTR_AREA_SIZE = 64,
//SGPE_HCODE_SIZE = 32 * ONE_KB, // FIXME RTC 155018 Revisit after Hcode optimization
- SGPE_HCODE_SIZE = 38 * ONE_KB, // @todo RTC 158543 Reallocate space
+ SGPE_HCODE_SIZE = 42 * ONE_KB, // @todo RTC 158543 Reallocate space
SGPE_EXE_SIZE = (SGPE_HCODE_SIZE - ( SGPE_INT_VECT +
SGPE_IMG_HEADER + PK_DBG_PTR_AREA_SIZE )),
OpenPOWER on IntegriCloud