summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2007-03-08 16:26:52 +0100
committerStefan Roese <sr@denx.de>2007-03-08 22:18:20 +0100
commit650a330dd2539130c8c324791e2f9f75aed79d4e (patch)
tree690126fb8b380b88052ce1f6dd891011e8bca122 /common
parentd9fc703246840c4b268debf48c334ba55c597dc0 (diff)
downloadblackbird-obmc-uboot-650a330dd2539130c8c324791e2f9f75aed79d4e.tar.gz
blackbird-obmc-uboot-650a330dd2539130c8c324791e2f9f75aed79d4e.zip
[PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_i2c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c
index 888969bc62..34571ee73b 100644
--- a/common/cmd_i2c.c
+++ b/common/cmd_i2c.c
@@ -701,6 +701,7 @@ int do_sdram ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
switch(data[2]) {
case 2: puts ("EDO\n"); break;
case 4: puts ("SDRAM\n"); break;
+ case 8: puts ("DDR2\n"); break;
default: puts ("unknown\n"); break;
}
puts ("Row address bits ");
@@ -722,6 +723,7 @@ int do_sdram ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
case 2: puts ("HSTL 1.5\n"); break;
case 3: puts ("SSTL 3.3\n"); break;
case 4: puts ("SSTL 2.5\n"); break;
+ case 5: puts ("SSTL 1.8\n"); break;
default: puts ("unknown\n"); break;
}
printf("SDRAM cycle time %d.%d nS\n",
OpenPOWER on IntegriCloud