[U-Boot] [PATCH v5 3/3] h2200: Add USB CDC ethernet support
Marek Vasut
marex at denx.de
Wed Oct 3 02:06:48 CEST 2012
Dear Lukasz Dalek,
> Add support for ethernet over USB which can be used for e.g. booting
> process. It works with tftp and dhcp clients code.
>
> Signed-off-by: Lukasz Dalek <luk0104 at gmail.com>
> ---
> Changes for v5:
> - Surrendered #include <usb.h> with CONFIGs
>
> board/h2200/h2200.c | 17 +++++++++++++++++
> boards.cfg | 1 +
> include/configs/h2200.h | 27 +++++++++++++++++++++++++++
> 3 files changed, 45 insertions(+), 0 deletions(-)
>
[...]
>
> diff --git a/boards.cfg b/boards.cfg
> index ab10938..a03a469 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -283,6 +283,7 @@ pdnb3 arm ixp
> pdnb3 prodriv scpu arm ixp
> pdnb3 prodrive - pdnb3:SCPU balloon3
> arm pxa
> h2200 arm pxa
> +h2200_usbeth arm pxa h2200 -
I told you to enable the USB ethernet by default, so why do you add this board?
[...]
btw. http://www.denx.de/wiki/U-Boot/Patches esp. the In-reply-to part.
Best regards,
Marek Vasut
More information about the U-Boot
mailing list