summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H2
-rw-r--r--import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_hcd_cache_scomcust.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H b/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H
index 5daead8b..367bb554 100644
--- a/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H
+++ b/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H
@@ -266,7 +266,7 @@ HCD_CONST(QUAD_SCOM_RESTORE_HOMER_OFFSET,
HCD_CONST(MAX_L2_SCOM_ENTRIES, 16)
HCD_CONST(MAX_L3_SCOM_ENTRIES, 16)
-HCD_CONST(MAX_EQ_SCOM_ENTRIES, 31)
+HCD_CONST(MAX_EQ_SCOM_ENTRIES, 15)
HCD_CONST(QUAD_SCOM_RESTORE_REGS_PER_QUAD,
(MAX_EQ_SCOM_ENTRIES + MAX_L2_SCOM_ENTRIES + MAX_L3_SCOM_ENTRIES + 1))
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_hcd_cache_scomcust.c b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_hcd_cache_scomcust.c
index bcbc7b21..6c756d1a 100644
--- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_hcd_cache_scomcust.c
+++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_hcd_cache_scomcust.c
@@ -42,7 +42,7 @@ p9_hcd_cache_scomcust(uint32_t quad, uint32_t m_ex, int is_stop8)
// doing this instead of multiply since there is no multiply instruction with ppe.
for(i = 0; i < quad; i++)
{
- qoffset += 0x400;
+ qoffset += 0x300;
}
// To access memory, need to set MSB of homer address
OpenPOWER on IntegriCloud