Skip to content

Commit

Permalink
Creates LRDIMM fine calibration recorder class
Browse files Browse the repository at this point in the history
Change-Id: I71e67cd8bcb4dd577a670372d5c269bdc517a7a3
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69260
Tested-by: FSP CI Jenkins <[email protected]>
Tested-by: Jenkins Server <[email protected]>
Reviewed-by: ANDRE A. MARIN <[email protected]>
Tested-by: HWSV CI <[email protected]>
Tested-by: Hostboot CI <[email protected]>
Reviewed-by: Louis Stermole <[email protected]>
Reviewed-by: Jennifer A. Stofer <[email protected]>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69266
Tested-by: Jenkins OP Build CI <[email protected]>
Tested-by: Jenkins OP HW <[email protected]>
Reviewed-by: Christian R. Geddes <[email protected]>
  • Loading branch information
sglancy6 authored and crgeddes committed Dec 5, 2018
1 parent 09524b1 commit 734cddb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 734cddb

Please sign in to comment.