diff options
| author | Jennifer A. Stofer <stofer@us.ibm.com> | 2019-01-31 11:16:33 -0600 |
|---|---|---|
| committer | Raja Das <rajadas2@in.ibm.com> | 2019-07-26 00:53:54 -0500 |
| commit | af190d18f1bf8c36cabd24792eee26eadabd0cb2 (patch) | |
| tree | f56daa29406e18ccdce9d03db476b9a618a659f4 /src/import/generic/memory/lib/utils/shared | |
| parent | 180d29ec6d493d6a941b0b87b8f7c5b59b87c9e2 (diff) | |
| download | talos-sbe-af190d18f1bf8c36cabd24792eee26eadabd0cb2.tar.gz talos-sbe-af190d18f1bf8c36cabd24792eee26eadabd0cb2.zip | |
Revert "Adds exp_draminit_mc"
This reverts commit 7a9e1cebc8cf1304102f6032cf65a8bb781005c1.
Change-Id: Iaebd49f8bb96c633458d56339a263af33fc452bd
Original-Change-Id: Id86cd49977c4311e89d37186cfa302abc7877cfb
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71146
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/utils/shared')
| -rw-r--r-- | src/import/generic/memory/lib/utils/shared/mss_generic_consts.H | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H index 10b9f821..fbfef3c1 100644 --- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H +++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H @@ -82,7 +82,6 @@ enum conversions enum generic_sizes { NUM_MAX_FREQS = 5, ///< Used for ATTR_MAX_ALLOWED_DIMM_FREQ - MARK_STORE_COUNT = 8, ///< Elements in a VPD mark/store array }; /// @@ -189,30 +188,6 @@ enum ddr_dimm_speeds DDR5_MAX_SPEED = 4800, }; -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, -}; - - namespace spd { @@ -316,20 +291,6 @@ struct procTraits<proc_type::NIMBUS> }; }; -/// -/// @brief Trait classes for proc_type - AXONE specialization -/// -/// TODO: Need to add mc_type -template< > -struct procTraits<proc_type::AXONE> -{ - enum - { - EXP_PORTS_PER_OCMB = 1, - }; -}; - - }// mss #endif |

