diff options
-rw-r--r-- | src/import/generic/memory/lib/utils/shared/mss_generic_consts.H | 17 |
1 files changed, 16 insertions, 1 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 5ba7309c..28235d08 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 @@ -212,7 +212,7 @@ enum rev : uint8_t GEN_SEC_MAX = V1_1, RDIMM_MAX = V1_1, LRDIMM_MAX = V1_2, - DDIMM_MAX = V1_0, + DDIMM_MAX = V0_0, }; /// @@ -261,6 +261,21 @@ enum guard_band : uint16_t }// spd +namespace efd +{ + + +/// +/// @brief EFD Module identifier +/// @note helps distinguish the EFD identifier +/// +enum id +{ + DDR4_CUSTOM_MICROCHIP = 0x11, +}; + +}//efd + /// /// @brief DIMM nibble mask /// @note nibble0: 4 high bits, nibble1: 4 low bits |