mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
Adding more SPD registers
Adding byte 32 and 33 Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
51d498f175
commit
c49290cd19
1 changed files with 3 additions and 1 deletions
|
@ -219,7 +219,9 @@ typedef struct ddr3_spd_eeprom_s {
|
|||
Delay Time*/
|
||||
unsigned char opt_features; /* 30 SDRAM Optional Features */
|
||||
unsigned char therm_ref_opt; /* 31 SDRAM Thermal and Refresh Opts */
|
||||
unsigned char res_32_59[28]; /* 32-59 Reserved, General Section */
|
||||
unsigned char therm_sensor; /* 32 Module Thermal Sensor */
|
||||
unsigned char device_type; /* 33 SDRAM device type */
|
||||
unsigned char res_34_59[26]; /* 34-59 Reserved, General Section */
|
||||
|
||||
/* Module-Specific Section: Bytes 60-116 */
|
||||
union {
|
||||
|
|
Loading…
Add table
Reference in a new issue