summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2016-11-17 00:32:33 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:53:49 -0500
commitd92c32ce5cc6e6b3eb7bf03935794bcc0d0dedd4 (patch)
tree5c305e97582c95b48e05647f35c56c1e53660f73 /import/chips/p9/common
parent74a33c16f67c734477594c9d9d6ac40b493ca019 (diff)
downloadtalos-hcode-d92c32ce5cc6e6b3eb7bf03935794bcc0d0dedd4.tar.gz
talos-hcode-d92c32ce5cc6e6b3eb7bf03935794bcc0d0dedd4.zip
STOP: enable cme trace array before cme boot in SGPE
Change-Id: If54189d3fcb17cb3b59019c62eb389ef01fc58cb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32749 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: ADAM S. HALE <ashale@us.ibm.com> Dev-Ready: ADAM S. HALE <ashale@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
-rw-r--r--import/chips/p9/common/pmlib/include/p9_stop_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/import/chips/p9/common/pmlib/include/p9_stop_common.h b/import/chips/p9/common/pmlib/include/p9_stop_common.h
index 27a76bce..c87eea9d 100644
--- a/import/chips/p9/common/pmlib/include/p9_stop_common.h
+++ b/import/chips/p9/common/pmlib/include/p9_stop_common.h
@@ -118,6 +118,9 @@ enum P9_STOP_HISTORY_CTRL_STATUS
/// Homer Layout
enum P9_HOMER_REGION_CONSTANTS
{
+ OCC_SRAM_BASE = 0xFFF00000,
+ SGPE_IMAGE_SRAM_BASE = 0xFFF2C000,
+ SGPE_HEADER_IMAGE_OFFSET = 0x180,
CME_SRAM_BASE = 0xFFFF8000,
// CPMR_BASE (HOMER_BASE + 2MB)
CPMR_BASE_HOMER_OFFSET = 0x200000,
OpenPOWER on IntegriCloud