commit | 3d2f7270347ef04cb784ce65f63eb1d1d6430149 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Thu Mar 15 18:33:25 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Mar 29 07:57:20 2012 +0200 |
tree | 65969d30d4140d8dd075d6fcf4da036d3c919e10 | |
parent | 23343a16733f970e6ec7c9469078ddca8a9647e8 [diff] |
net: fec_mxc: allow use with cache enabled Ensure that transmit and receive buffers are cache-line aligned. Invalidate cache for each packet as received, update receive buffer descriptors one cache line at a time, flush cache before transmitting. Original patch by Marek: http://lists.denx.de/pipermail/u-boot/2012-February/117695.html Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com> Acked-by: Marek Vasut <marex@denx.de> Tested-by: Marek Vasut <marex@denx.de>