Re: [U-Boot] [PATCH v3 0/8] CPSW switch plus SPL net support

2012-08-03 Thread Tom Rini
On Wed, Jul 25, 2012 at 02:22:15AM +0400, Ilya Yanok wrote: > > These patches add CPSW switch driver and enable support for it > on TI AM335x based boards. This version is rebased on top of > u-boot-ti/next. Also now CPSW driver uses internal controller > memory for DMA descriptors so coherent all

Re: [U-Boot] [PATCH v3 0/8] CPSW switch plus SPL net support

2012-07-30 Thread Tom Rini
On Wed, Jul 25, 2012 at 02:22:15AM +0400, Ilya Yanok wrote: > > These patches add CPSW switch driver and enable support for it > on TI AM335x based boards. This version is rebased on top of > u-boot-ti/next. Also now CPSW driver uses internal controller > memory for DMA descriptors so coherent all

[U-Boot] [PATCH v3 0/8] CPSW switch plus SPL net support

2012-07-24 Thread Ilya Yanok
These patches add CPSW switch driver and enable support for it on TI AM335x based boards. This version is rebased on top of u-boot-ti/next. Also now CPSW driver uses internal controller memory for DMA descriptors so coherent allocator is no longer a requirement for this series. The second part of