diff options
| author | York Sun <yorksun@freescale.com> | 2011-05-27 07:32:50 +0800 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2011-07-11 13:24:20 -0500 | 
| commit | c49290cd1964bd67fd3a7006a4409c9f2d526ee4 (patch) | |
| tree | 65dfe3a4ba7747f5666064cec78ea14163c47ce7 | |
| parent | 51d498f17517c541e262ad14b043095dea6d0fe7 (diff) | |
| download | olio-uboot-2014.01-c49290cd1964bd67fd3a7006a4409c9f2d526ee4.tar.xz olio-uboot-2014.01-c49290cd1964bd67fd3a7006a4409c9f2d526ee4.zip | |
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>
| -rw-r--r-- | include/ddr_spd.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/ddr_spd.h b/include/ddr_spd.h index e895d615a..40a046356 100644 --- a/include/ddr_spd.h +++ b/include/ddr_spd.h @@ -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 { |