summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2019-02-05 11:47:19 +0100
committerJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2019-02-05 11:47:19 +0100
commit6ad81731fb2d4ca6d89c5fee3ac95f16fe28acf1 (patch)
tree9e4ce90f419c7d9e587428fbccd594c2eaa32b27 /include
parentc67aadf49ccc6492b53924974e21f9c63cedc7fc (diff)
downloadu-boot-imx-isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST.zip
u-boot-imx-isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST.tar.gz
u-boot-imx-isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST.tar.bz2
IGEP0046: SPL and UBOOT Testisee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
it was created the following source files in board/isee/common: igep_test.c and igep_test.h it was CLEARED igep board folders that do not belong to u-boot-imx like igep00x0 and igep0030 Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/igep0046.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/include/configs/igep0046.h b/include/configs/igep0046.h
index 21b68df..efb0e19 100644
--- a/include/configs/igep0046.h
+++ b/include/configs/igep0046.h
@@ -31,6 +31,9 @@
#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1000 /* 2MB */
#endif
+
+/* STAGES */
+#define CONFIG_LAST_STAGE_INIT
/* CPU */
#define CONFIG_IMX_THERMAL
@@ -110,8 +113,15 @@
#define CONFIG_FAT_WRITE
/* EEPROM Configs */
-#define CONFIG_SYS_I2C_EEPROM_BUS 2
-#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
+#define CONFIG_CMD_EEPROM
+#define CONFIG_SYS_EEPROM_SIZE (4 * 1024)
+#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
+#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 4
+#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
+#define CONFIG_CMD_EEPROM_LAYOUT
+#define CONFIG_EEPROM_LAYOUT_HELP_STRING "v2, v3"
+#define CONFIG_SYS_I2C_EEPROM_BUS 2
+#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
/* NET Configs */
#define CONFIG_ENV_OVERWRITE /* To allow write MAC into ethaddr variable */
@@ -305,8 +315,8 @@ else
"fi;\0" \
"netargs=setenv bootargs console=${console},${baudrate} " \
"root=/dev/nfs fec.macaddr=${ethaddr} " \
- VIDEO_ARGS "\0" \
"ip=dhcp nfsroot=${serverip}:${rootnfs},v3,tcp " \
+ VIDEO_ARGS "\0" \
"netboot=echo Booting from net ...; " \
VIDEO_ARGS_SCRIPT \
"run netargs; " \