From mboxrd@z Thu Jan 1 00:00:00 1970 From: urwithsughosh at gmail.com Date: Tue, 18 Sep 2007 17:19:17 -0400 Subject: [U-Boot-Users] Ethernet port In-Reply-To: References: Message-ID: <20070918211917.GJ25557@GNU> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue Sep 18, 2007 at 05:11:44PM +0530, Yasothabalan Ramaswamy-TLS,Chennai wrote: > Can anyone say me whether U-Boot supports two Ethernet ports? If your processor supports, u-boot supports :-) > If so, how to set the IP and MAC address for the second one. Check the config file for the board you are referring. For eg, the ADS board i refer to have the following configurations for setting the ip and the mac respectively. #define CONFIG_IPADDR 192.168.1.253 #define CONFIG_ETHADDR 00:E0:0C:00:00:FD -- sughosh