commit | 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 | [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 | 2c4b3c19a1fe1c4e9ef1ec457cf34821368288d7 [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>