summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2014-02-18 07:31:54 -0500
committerTom Rini <trini@ti.com>2014-03-04 09:42:06 -0500
commit4cdd7fda913df76e1267827b71d451e1c07af441 (patch)
treeb91a4840fdd3849ae50584b8064c787bb3874d86 /include
parent2cab8ae85d59cac9501349e054b9f001dc7a53c7 (diff)
downloadtalos-obmc-uboot-4cdd7fda913df76e1267827b71d451e1c07af441.tar.gz
talos-obmc-uboot-4cdd7fda913df76e1267827b71d451e1c07af441.zip
ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM
Adding support for CPSW to AM43xx EPOS nad GP EVM which is connected to RMII and RGMII phy respectively and enable cpsw in config. Reviewed-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am43xx_evm.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index c773a18369..aff17ee74e 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -204,5 +204,25 @@
"run mmcboot;" \
"run usbboot;"
+/* CPSW Ethernet */
+#define CONFIG_CMD_NET
+#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_PING
+#define CONFIG_CMD_MII
+#define CONFIG_DRIVER_TI_CPSW
+#define CONFIG_MII
+#define CONFIG_BOOTP_DEFAULT
+#define CONFIG_BOOTP_DNS
+#define CONFIG_BOOTP_DNS2
+#define CONFIG_BOOTP_SEND_HOSTNAME
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_NET_RETRY_COUNT 10
+#define CONFIG_NET_MULTI
+#define CONFIG_PHY_GIGE
+#define CONFIG_PHYLIB
+#define CONFIG_SYS_RX_ETH_BUFFER 64
+#define CONFIG_PHY_ADDR 16
+
#endif
#endif /* __CONFIG_AM43XX_EVM_H */
OpenPOWER on IntegriCloud