summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2016-11-17 17:22:41 -0600
committerhostboot <hostboot@us.ibm.com>2018-08-22 17:54:18 -0500
commit5e3e7f755b409736c728288710ef35b818cac525 (patch)
treef0d3d8fa4e7cc6a3652b0dcf266b6b9b21420edd /import
parent395eb7ab9d9590ed969876e952f3f29d51270a4a (diff)
downloadtalos-hcode-5e3e7f755b409736c728288710ef35b818cac525.tar.gz
talos-hcode-5e3e7f755b409736c728288710ef35b818cac525.zip
STOP: scominit adding initfile calls
Change-Id: Ib80e77ccb5ed12c84f2fda974fd84f25ca58fbaf Original-Change-Id: I060917f4350fbb213a01868e54a75bfda6b6bc06 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32797 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Dev-Ready: ADAM S. HALE <ashale@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ADAM S. HALE <ashale@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h
index 4f2dbc2e..2b8cb42b 100644
--- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h
+++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h
@@ -110,9 +110,20 @@ extern "C" {
#define EQ_QPPM_QCCR_WCLEAR 0x100F01BE
#define EQ_QPPM_QCCR_WOR 0x100F01BF
-#define EX_NCU_STATUS_REG 0x1001100F
+#define EX_L2_MODE_REG0 0x1001080A
+#define EX_L2_MODE_REG1 0x1001080B
+#define EX_L2_RD_EPS_REG 0x10010810
+#define EX_L2_WR_EPS_REG 0x10010811
+
+#define EX_L3_RD_EPSILON_CFG_REG 0x10011829
+#define EX_L3_WR_EPSILON_CFG_REG 0x1001182A
#define EX_L3_MODE_REG0 0x1001182B
#define EX_L3_MODE_REG1 0x1001180A
+
+#define EX_NCU_MODE_REG 0x1001100A
+#define EX_NCU_MODE_REG2 0x1001100B
+#define EX_NCU_STATUS_REG 0x1001100F
+
#define EX_DRAM_REF_REG 0x1001180F
#define EX_PM_PURGE_REG 0x10011813
#define EX_PM_LCO_DIS_REG 0x10011816
@@ -264,8 +275,8 @@ int p9_hcd_cache_arrayinit(uint32_t, uint32_t ex);
int p9_hcd_cache_initf(uint32_t);
int p9_hcd_cache_startclocks(uint32_t, uint32_t);
int p9_hcd_cache_l2_startclocks(uint32_t, uint32_t, uint32_t);
-int p9_hcd_cache_scominit(uint32_t, uint32_t);
-int p9_hcd_cache_scomcust(uint32_t, uint32_t, uint32_t, int);
+int p9_hcd_cache_scominit(uint32_t, uint32_t, int);
+int p9_hcd_cache_scomcust(uint32_t, uint32_t, int);
int p9_hcd_cache_ras_runtime_scom(uint32_t);
int p9_hcd_cache_occ_runtime_scom(uint32_t);
OpenPOWER on IntegriCloud