From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Sat, 2 Feb 2008 12:30:57 +0100 Subject: [U-Boot-Users] [PATCH] ARM926: Display Ethernet info indo_bdinfo only if CONFIG_CMD_NET is defined In-Reply-To: <000c01c864ca$32048eb0$9a4d010a@Emea.Arm.com> References: <20080109075116.512A86F0010@nyx.denx.de> <000c01c864ca$32048eb0$9a4d010a@Emea.Arm.com> Message-ID: <20080202123057.2b2920bd@siona> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 1 Feb 2008 12:01:36 -0000 "Peter Pearse" wrote: > Is there another architecture in U-Boot passing the MAC address that I could > look at to understand what you mean? AVR32 passes it through ATAGs. That should be easily portable to ARM. Look at setup_ethernet_tags() in lib_avr32/avr32_linux.c Haavard