diff options
author | Prem Shanker Jha <premjha2@in.ibm.com> | 2017-10-10 00:41:51 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-10-25 14:26:55 -0400 |
commit | 0a0c68db15f851e9ad0e0fd5bf3439d15d9bb6f4 (patch) | |
tree | 41b4400af5749acf197b69d67f273dad8be85ba8 /src | |
parent | 69e472b279f836c767a28dc1cd13c4c3cf445241 (diff) | |
download | talos-hostboot-0a0c68db15f851e9ad0e0fd5bf3439d15d9bb6f4.tar.gz talos-hostboot-0a0c68db15f851e9ad0e0fd5bf3439d15d9bb6f4.zip |
STOP API: Increased max allowed SCOM restore entries for EQ.
Commit increases the max allowed SCOM restore entries from
16 to 31. This is to facilitate IMA function.
Change-Id: Iaa77f9cd47dc24fb5ecb31dc38405fe9d48bd7a5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48157
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: JAMES DEZELLE <jdezelle@us.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48160
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H b/src/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H index 6d24ec593..ce8376eaa 100644 --- a/src/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H +++ b/src/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, 15) +HCD_CONST(MAX_EQ_SCOM_ENTRIES, 31) HCD_CONST(QUAD_SCOM_RESTORE_REGS_PER_QUAD, (MAX_EQ_SCOM_ENTRIES + MAX_L2_SCOM_ENTRIES + MAX_L3_SCOM_ENTRIES + 1)) |