summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9a/procedures/hwp
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-06-26 17:50:36 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-07-11 10:06:11 -0500
commit264bea8053f263073fee6988e860944b4c427637 (patch)
tree59cccbbded3ae232fa5fa647e51dfb90c9cb5c23 /src/import/chips/p9a/procedures/hwp
parentbde6d57b27576f1348de0440ec83636ca08d18a2 (diff)
downloadtalos-hostboot-264bea8053f263073fee6988e860944b4c427637.tar.gz
talos-hostboot-264bea8053f263073fee6988e860944b4c427637.zip
Add p9a_throttle_sync procedure
Change-Id: Ia89d521993387b4467b334f29a9be3f93bda8f75 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79579 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Michael D. Pardeik <pardeik@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79583 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9a/procedures/hwp')
-rw-r--r--src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H
index c2ef9aee8..dcca78fa0 100644
--- a/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H
+++ b/src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H
@@ -39,4 +39,8 @@
#include <generic/memory/lib/utils/shared/mss_generic_consts.H>
+const uint8_t MAX_MC_SIDES_PER_PROC = 2; // MC01, MC23
+const uint8_t MAX_MC_PER_PROC = 4; // MC0, MC1, MC2, MC3
+const uint8_t MAX_MC_PER_SIDE = 2; // MC0, MC1 or MC2, MC3
+
#endif
OpenPOWER on IntegriCloud