summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H26
1 files changed, 2 insertions, 24 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 7c89b99a6..510cc1a19 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
@@ -43,6 +43,8 @@
namespace mss
{
+constexpr mss::mc_type DEFAULT_MC_TYPE = mss::mc_type::NIMBUS;
+
enum sizes
{
PORTS_PER_MCS = 2,
@@ -74,7 +76,6 @@ enum sizes
NUM_LRDIMM_TRAINING_PATTERNS = 5, ///< Used for ATTR_MSS_LRDIMM_TRAINING_PATTERN
- MARK_STORE_COUNT = 8, ///< Elements in a VPD mark/store array
BAD_DQ_BYTE_COUNT = 10, ///< Elements in a BAD_DQ_BITMAP attribute array
ROW_REPAIR_BYTE_COUNT = 4, ///< Elements in a ROW_REPAIR_DATA attribute array.
@@ -216,29 +217,6 @@ enum ffdc_function_codes
MREP_CALL_OUT = 131,
};
-enum states
-{
- LOW = 0,
- HIGH = 1,
- START = 1,
- STOP = 0,
- START_N = 0,
- STOP_N = 1,
- ON = 1,
- OFF = 0,
- ON_N = 0,
- OFF_N = 1,
- YES = 1,
- NO = 0,
- YES_N = 0,
- NO_N = 1,
- // Uses "_" in the name for INVALID as INVALID is defined as a macro in the
- // FSP code. If we just use INVALID as an enum name, then the preprocessor
- // compile phase changes it to be the macro.
- _INVALID_ = 0xFF,
- NO_CHIP_SELECT_ACTIVE = 0xFF,
-};
-
// Static consts describing the bits used in the cal_step_enable attribute
// These are bit positions. 0 is the left most bit.
enum cal_steps : uint64_t
OpenPOWER on IntegriCloud