]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Adding more SPD registers
authorYork Sun <yorksun@freescale.com>
Thu, 26 May 2011 23:32:50 +0000 (07:32 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 11 Jul 2011 18:24:20 +0000 (13:24 -0500)
Adding byte 32 and 33

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/ddr_spd.h

index e895d615a8d53ea12df765676e9b649213fac01e..40a04635600963b827c6420062f581b78aa4c696 100644 (file)
@@ -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 {