Re: [U-Boot] [PATCH] net: ll_temac: Add LL TEMAC driver to u-boot

2011-08-30 Thread Michal Simek
Mike Frysinger wrote: > On Monday, August 29, 2011 07:34:12 Michal Simek wrote: >> --- /dev/null >> +++ b/drivers/net/xilinx_ll_temac.c >> >> +#include > > what do you need from this header ? dcr for ppc. > >> +#ifdef SDMA_MODE >> +static unsigned char tx_buffer[PKTSIZE_ALIGN ] __attribute((al

Re: [U-Boot] [PATCH] net: ll_temac: Add LL TEMAC driver to u-boot

2011-08-29 Thread Mike Frysinger
On Monday, August 29, 2011 07:34:12 Michal Simek wrote: > --- /dev/null > +++ b/drivers/net/xilinx_ll_temac.c > > +#include what do you need from this header ? > +#ifdef SDMA_MODE > +static unsigned char tx_buffer[PKTSIZE_ALIGN ] __attribute((aligned(32))); > +#endif > +static unsigned char rx_

[U-Boot] [PATCH] net: ll_temac: Add LL TEMAC driver to u-boot

2011-08-29 Thread Michal Simek
LL Temac driver can be used by microblaze, xilinx ppc405/440 in sdma and fifo mode. DCR or XPS bus can be used. The driver uses and requires PHYLIB. Signed-off-by: Michal Simek --- drivers/net/Makefile |1 + drivers/net/xilinx_ll_temac.c | 686 +