From 0dc3a666da028266dfa169bcb91128cb6f7e62bc Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 12 Oct 2016 00:40:53 -0500 Subject: 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 Tested-by: Hostboot CI Reviewed-by: Gregory S. Still Reviewed-by: YUE DU Dev-Ready: Gregory S. Still Reviewed-by: Jennifer A. Stofer --- import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H | 2 +- import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h | 2 +- 2 files changed, 2 insertions(+), 2 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 15b1e6c3..dd668679 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 @@ -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 )), diff --git a/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h b/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h index a39c0137..1a2b1433 100644 --- a/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h +++ b/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h @@ -42,7 +42,7 @@ #define SKIP_ABORT 0 #define SKIP_L2_PURGE_ABORT 0 #define SKIP_ENTRY_CATCHUP 0 -#define ISTEP15_HACK 0 +#define ISTEP15_HACK 1 #if !ISTEP15_HACK #define SKIP_EXIT_CATCHUP 0 -- cgit v1.2.3