Re: [U-Boot] ARM: rpi_b: query internal MAC address from firmware

2014-09-25 Thread Marek Vasut
On Thursday, September 25, 2014 at 04:25:37 AM, Stephen Warren wrote: [...] Normally this should be within a check for if (!getenv(usbethaddr)). Any reason to deviate from that? That makes sense. I simply wasn't aware of the convention. I'll amend the patch. Oh, actually... When

Re: [U-Boot] ARM: rpi_b: query internal MAC address from firmware

2014-09-24 Thread Jeroen Hofstee
Hello Stephan, On 24-09-14 05:45, Stephen Warren wrote: The built-in SMSC 95xx chip doesn't know its own MAC address. Instead, we must query it from the VC firmware; it's probably encoded in fuses on the BCM2835. Signed-off-by: Stephen Warren swar...@wwwdotorg.org --- This depends on usb:

Re: [U-Boot] ARM: rpi_b: query internal MAC address from firmware

2014-09-24 Thread Stephen Warren
On 09/24/2014 01:27 PM, Jeroen Hofstee wrote: Hello Stephan, On 24-09-14 05:45, Stephen Warren wrote: The built-in SMSC 95xx chip doesn't know its own MAC address. Instead, we must query it from the VC firmware; it's probably encoded in fuses on the BCM2835. Signed-off-by: Stephen Warren

Re: [U-Boot] ARM: rpi_b: query internal MAC address from firmware

2014-09-24 Thread Marek Vasut
On Wednesday, September 24, 2014 at 09:44:40 PM, Stephen Warren wrote: On 09/24/2014 01:27 PM, Jeroen Hofstee wrote: Hello Stephan, On 24-09-14 05:45, Stephen Warren wrote: The built-in SMSC 95xx chip doesn't know its own MAC address. Instead, we must query it from the VC firmware;

Re: [U-Boot] ARM: rpi_b: query internal MAC address from firmware

2014-09-24 Thread Stephen Warren
On 09/24/2014 01:44 PM, Stephen Warren wrote: On 09/24/2014 01:27 PM, Jeroen Hofstee wrote: Hello Stephan, On 24-09-14 05:45, Stephen Warren wrote: The built-in SMSC 95xx chip doesn't know its own MAC address. Instead, we must query it from the VC firmware; it's probably encoded in fuses on