diff options
| author | Mark Pizzutillo <Mark.Pizzutillo@ibm.com> | 2019-09-27 14:38:17 -0400 |
|---|---|---|
| committer | Daniel M Crowell <dcrowell@us.ibm.com> | 2019-10-08 11:18:37 -0500 |
| commit | 822fea83d0ca1c81ea859f4cf4a5dc9a1c2f8418 (patch) | |
| tree | 67d706b6725a2da490503f9d9223124c2272fb03 /src/import/chips/ocmb/explorer/common/include | |
| parent | 104c2dc5963a11e6b0d15888705eeb6c18a4c314 (diff) | |
| download | blackbird-hostboot-822fea83d0ca1c81ea859f4cf4a5dc9a1c2f8418.tar.gz blackbird-hostboot-822fea83d0ca1c81ea859f4cf4a5dc9a1c2f8418.zip | |
Add MDS attribute & draminit support
Change-Id: I0496a52f5c7dd72779ed097c26fc8b305a9e00b0
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84431
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>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84454
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/common/include')
| -rw-r--r-- | src/import/chips/ocmb/explorer/common/include/exp_data_structs.H | 4 |
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 |

