aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/dram
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/dram')
-rw-r--r--src/include/device/dram/ddr3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/device/dram/ddr3.h b/src/include/device/dram/ddr3.h
index 89907ae82a..da9dad2a57 100644
--- a/src/include/device/dram/ddr3.h
+++ b/src/include/device/dram/ddr3.h
@@ -167,6 +167,10 @@ typedef struct dimm_attr_st {
u16 voltage;
/* XMP: max DIMMs per channel supported (1-4) */
u8 dimms_per_channel;
+ /* Manufacturer ID */
+ u16 manufacturer_id;
+ /* ASCII part number - NULL terminated */
+ u8 part_number[17];
} dimm_attr;
/** Result of the SPD decoding process */