Re: [U-Boot] [RFC PATCH v3 08/14] dm: eth: Add network support to sandbox

2015-02-15 Thread Simon Glass
Hi Joe, On 10 February 2015 at 18:30, Joe Hershberger wrote: > Add basic network support to sandbox which includes a network driver. > > Signed-off-by: Joe Hershberger > Reviewed-by: Simon Glass > > --- > > Changes in v3: > -Added 2 more ethaddr to sandbox > -Print which device in the debug wri

[U-Boot] [RFC PATCH v3 08/14] dm: eth: Add network support to sandbox

2015-02-10 Thread Joe Hershberger
Add basic network support to sandbox which includes a network driver. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- Changes in v3: -Added 2 more ethaddr to sandbox -Print which device in the debug write hwaddr Changes in v2: -Change printfs to debug in sandbox driver -Remove unu