summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-11-29 14:47:58 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-12-05 17:28:45 -0600
commit734cddb5e74f967e420dde2be790bf1563bbd6b4 (patch)
tree2e855efb091bf3cad282525ade8af3a60c277772 /src/import/chips/p9/procedures/hwp/memory/lib/shared
parent09524b1a8bf8bba30fb52efe1e14341444342430 (diff)
downloadtalos-hostboot-734cddb5e74f967e420dde2be790bf1563bbd6b4.tar.gz
talos-hostboot-734cddb5e74f967e420dde2be790bf1563bbd6b4.zip
Creates LRDIMM fine calibration recorder class
Change-Id: I71e67cd8bcb4dd577a670372d5c269bdc517a7a3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69260 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@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: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69266 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/p9/procedures/hwp/memory/lib/shared')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H12
1 files changed, 8 insertions, 4 deletions
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 d1effb898..20d741c79 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
@@ -180,6 +180,11 @@ enum ffdc_function_codes
PDA_WR_VREF_LATCH_VECTOR = 81,
PDA_ADD_COMMAND = 82,
+ // PBA function codes
+ PBA_EXECUTE_CONTAINER = 80,
+ PBA_EXECUTE_VECTOR = 81,
+ SET_PBA_MODE = 83,
+
// WR VREF workaround functions
WR_VREF_TRAINING_WORKAROUND = 90,
CONFIGURE_WR_VREF_TO_NOMINAL = 91,
@@ -200,10 +205,9 @@ enum ffdc_function_codes
CW_DATA_ENGINE = 117,
CW_INFO_ENGINE = 118,
- // PBA function codes
- PBA_EXECUTE_CONTAINER = 80,
- PBA_EXECUTE_VECTOR = 81,
- SET_PBA_MODE = 83,
+ // LR helper functions
+ FINE_RECORDER_ADD_RESULTS = 119,
+ FINE_RECORDER_FIND_EYE = 120,
};
enum states
OpenPOWER on IntegriCloud