From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 3 Oct 2012 02:06:48 +0200 Subject: [U-Boot] [PATCH v5 3/3] h2200: Add USB CDC ethernet support In-Reply-To: <1349218267-23809-3-git-send-email-luk0104@gmail.com> References: <1349218267-23809-1-git-send-email-luk0104@gmail.com> <1349218267-23809-3-git-send-email-luk0104@gmail.com> Message-ID: <201210030206.48484.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > Changes for v5: > - Surrendered #include 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