summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/ocmb/explorer/common/include/exp_data_structs.H')
-rw-r--r--src/import/chips/ocmb/explorer/common/include/exp_data_structs.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H b/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H
index 206a847e3..dbd1c8d75 100644
--- a/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H
+++ b/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H
@@ -124,7 +124,9 @@ typedef struct __attribute__((packed)) user_input_msdg
// Choose the Dimm type from one of below:
// 0 = UDIMM
// 1 = RDIMM
- // 2 = LRDIMM
+ // 2 = LRDIMM (invalid for explorer)
+ // 3 = MDS-LRDIMM
+ // 4 = MDS
uint16_t DimmType;
// Indicates presence of DRAM at each chip select for PHY. Each
OpenPOWER on IntegriCloud