Re: [U-Boot] [PATCH 1/2 V2] Add USB host ethernet adapter support

2011-02-16 Thread Remy Bohmer
Hi, 2011/2/16 Simon Glass : > Yes, please see my post. Sorry for the delay. I have trouble building > the u-boot-usb master branch. Are all boards supposed to build correct > in that branch? - Simon The master of u-boot-usb is basically mainstream u-boot. And as with mainstream u-boot, many ARM b

Re: [U-Boot] [PATCH 1/2 V2] Add USB host ethernet adapter support

2011-02-16 Thread Simon Glass
Yes, please see my post. Sorry for the delay. I have trouble building the u-boot-usb master branch. Are all boards supposed to build correct in that branch? - Simon On Fri, Feb 11, 2011 at 12:33 PM, Remy Bohmer wrote: > Hi, > > 2011/2/8 Simon Glass : >> This adds support for using USB Ethernet do

Re: [U-Boot] [PATCH 1/2 V2] Add USB host ethernet adapter support

2011-02-11 Thread Remy Bohmer
Hi, 2011/2/8 Simon Glass : > This adds support for using USB Ethernet dongles in host mode. This is just > the framework - drivers will come later. A new config option called > CONFIG_USB_HOST_ETHER can be defined in board config files to switch this > on. > > The was originally written by NVIDIA

[U-Boot] [PATCH 1/2 V2] Add USB host ethernet adapter support

2011-02-08 Thread Simon Glass
This adds support for using USB Ethernet dongles in host mode. This is just the framework - drivers will come later. A new config option called CONFIG_USB_HOST_ETHER can be defined in board config files to switch this on. The was originally written by NVIDIA and was cleaned up for release by the C