
2 Feb
2008
2 Feb
'08
12:30 p.m.
On Fri, 1 Feb 2008 12:01:36 -0000 "Peter Pearse" peter.pearse@arm.com 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