summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-01-15 14:25:14 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-26 09:53:32 -0600
commit69c4342056844fc43d2666159ff26fc180473bd4 (patch)
tree3dc600b9b17544488e9a3b7c1bceef070cb48480
parent2ec59e8cf6b9a3cfcd8dc4bd6fc49841cb875b61 (diff)
downloadtalos-hostboot-69c4342056844fc43d2666159ff26fc180473bd4.tar.gz
talos-hostboot-69c4342056844fc43d2666159ff26fc180473bd4.zip
Adds DDIMM EFD decoder API
Change-Id: I6e06b867f93c0c813be1c5f05c486569c8650f6e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70509 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: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71248 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: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H17
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 4e7ed05d3..d95ebcf45 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
@@ -232,7 +232,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,
};
///
@@ -283,6 +283,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
OpenPOWER on IntegriCloud