From 264bea8053f263073fee6988e860944b4c427637 Mon Sep 17 00:00:00 2001 From: Mark Pizzutillo Date: Wed, 26 Jun 2019 17:50:36 -0500 Subject: Add p9a_throttle_sync procedure Change-Id: Ia89d521993387b4467b334f29a9be3f93bda8f75 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79579 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Louis Stermole Reviewed-by: Michael D. Pardeik Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79583 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- src/import/chips/p9a/procedures/hwp/memory/lib/shared/axone_consts.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/import/chips/p9a/procedures/hwp/memory/lib/shared') 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 +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 -- cgit v1.2.1