Re: [U-Boot] u-boot-atmel support for SMSC9514

2012-01-25 Thread Marek Vasut
> Dear Wilson Perez, > > In message you wrote: > > I am currently using u-boot-2009.11 on an Atmel at91sam9g45 and would > > like to add support for the SMSC9514 to be able to run tcp/ip over usb. > > The > > U-Boot has only a minimal network stack; we can do some UDP, but we > cannot do TCP/IP

Re: [U-Boot] u-boot-atmel support for SMSC9514

2012-01-24 Thread Wolfgang Denk
Dear Wilson Perez, In message you wrote: > > I am currently using u-boot-2009.11 on an Atmel at91sam9g45 and would like > to add support for the SMSC9514 to be able to run tcp/ip over usb. The U-Boot has only a minimal network stack; we can do some UDP, but we cannot do TCP/IP. > goal is to l

[U-Boot] u-boot-atmel support for SMSC9514

2012-01-24 Thread Wilson Perez
Hello, I am currently using u-boot-2009.11 on an Atmel at91sam9g45 and would like to add support for the SMSC9514 to be able to run tcp/ip over usb. The goal is to load kernel and filesystem images for system recovery via tftp on a tcp/ip over usb interface. Would you please guide me in the righ