summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGrzegorz Bernacki <gjb@semihalf.com>2007-10-09 13:58:24 +0200
committerGrzegorz Bernacki <gjb@semihalf.com>2007-10-09 13:58:24 +0200
commit8002012041f1ff9f997a5727abe5015f70cd2e46 (patch)
tree2d3105bde2b3bde92085221374c1ed854d75cef3 /include
parent527c80f012030fa0b51f8594847ec56c9317e9b1 (diff)
downloadblackbird-obmc-uboot-8002012041f1ff9f997a5727abe5015f70cd2e46.tar.gz
blackbird-obmc-uboot-8002012041f1ff9f997a5727abe5015f70cd2e46.zip
[ads5121] EEPROM support added.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ads5121.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h
index 22eac1b4b9..ee9cfd6768 100644
--- a/include/configs/ads5121.h
+++ b/include/configs/ads5121.h
@@ -235,6 +235,14 @@
#endif
/*
+ * EEPROM configuration
+ */
+#define CFG_I2C_EEPROM_ADDR_LEN 2 /* 16-bit EEPROM address */
+#define CFG_I2C_EEPROM_ADDR 0x50 /* Atmel: AT24C32A-10TQ-2.7 */
+#define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* 10ms of delay */
+#define CFG_EEPROM_PAGE_WRITE_BITS 5 /* 32-Byte Page Write Mode */
+
+/*
* Ethernet configuration
*/
#define CONFIG_MPC512x_FEC 1
@@ -275,6 +283,7 @@
#define CONFIG_CMD_NFS
#define CONFIG_CMD_PING
#define CONFIG_CMD_REGINFO
+#define CONFIG_CMD_EEPROM
#if defined(CONFIG_PCI)
#define CONFIG_CMD_PCI
OpenPOWER on IntegriCloud