[U-Boot] [PATCH 05/13] davinci_emac: fix for running with dcache enabled

2011-11-28 Thread Ilya Yanok
DaVinci EMAC is present on TI AM35xx SoCs (ARMv7) which run with D-Cache enabled by default. So we have to take care and flush/invalidate the cache before/after the DMA operations. Please note that the receive buffer alignment to 32 byte boundary comes from the old driver version I don't know if i

Re: [U-Boot] [PATCH 05/13] davinci_emac: fix for running with dcache enabled

2011-11-11 Thread Ilya Yanok
Hi Andy, On 12.11.2011 02:11, Andy Fleming wrote: >> DaVinci EMAC is present on TI AM35xx SoCs (ARMv7) which run with D-Cache >> enabled by default. So we have to take care and flush/invalidate the >> cache before/after the DMA operations. >> >> Please note that the receive buffer alignment to 32

Re: [U-Boot] [PATCH 05/13] davinci_emac: fix for running with dcache enabled

2011-11-11 Thread Andy Fleming
On Thu, Nov 10, 2011 at 6:39 PM, Ilya Yanok wrote: > DaVinci EMAC is present on TI AM35xx SoCs (ARMv7) which run with D-Cache > enabled by default. So we have to take care and flush/invalidate the > cache before/after the DMA operations. > > Please note that the receive buffer alignment to 32 byte

[U-Boot] [PATCH 05/13] davinci_emac: fix for running with dcache enabled

2011-11-10 Thread Ilya Yanok
DaVinci EMAC is present on TI AM35xx SoCs (ARMv7) which run with D-Cache enabled by default. So we have to take care and flush/invalidate the cache before/after the DMA operations. Please note that the receive buffer alignment to 32 byte boundary comes from the old driver version I don't know if i