[U-Boot] [PATCH 08/12] arm: cm-t35: add support for eeprom layout comands

Nikita Kiryanov nikita at compulab.co.il
Sat Apr 16 16:55:09 CEST 2016


Add support for EEPROM and EEPROM layout commands for CM-T35.

Cc: Igor Grinberg <grinberg at compulab.co.il>
Cc: Tom Rini <trini at konsulko.com>
Signed-off-by: Nikita Kiryanov <nikita at compulab.co.il>
---
 include/configs/cm_t35.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 3910b46..9496e24 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -372,4 +372,15 @@
 #define CONFIG_SYS_SPL_MALLOC_START	0x80208000
 #define CONFIG_SYS_SPL_MALLOC_SIZE	0x100000
 
+/* EEPROM */
+#define CONFIG_CMD_EEPROM
+#define CONFIG_ENV_EEPROM_IS_ON_I2C
+#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN		1
+#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS	4
+#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS	5
+#define CONFIG_SYS_EEPROM_SIZE			256
+
+#define CONFIG_CMD_EEPROM_LAYOUT
+#define CONFIG_EEPROM_LAYOUT_HELP_STRING "legacy, v1, v2, v3"
+
 #endif /* __CONFIG_H */
-- 
1.9.1



More information about the U-Boot mailing list