From 11108f43887202522217b92d448880df0fef05e5 Mon Sep 17 00:00:00 2001 From: Jacob Harvey Date: Tue, 1 Aug 2017 16:11:59 -0500 Subject: Fix draminit_training error logging and unit test Change-Id: Ie0e00595a9e4a50e8b5aa0a2017e6c6ed2e548c5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44193 Tested-by: Hostboot CI Dev-Ready: JACOB L. HARVEY Reviewed-by: ANDRE A. MARIN Tested-by: Jenkins Server Reviewed-by: MATTHEW I. HICKMAN Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44198 Reviewed-by: Hostboot Team Reviewed-by: JACOB L. HARVEY Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H index 2214abb40..82fe0bc61 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H @@ -145,6 +145,9 @@ enum ffdc_function_codes // MSS_INVALID_INDEX_PASSED SYMBOL_COUNT_READ = 50, SYMBOL_COUNT_WRITE = 51, + + // Used in rank.H + MAP_RP_PRIMARY_TO_INIT_CAL = 60, }; enum states -- cgit v1.2.1