From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sun, 25 Mar 2012 20:00:42 -0700 Subject: [U-Boot] [PATCH V4] net: fec_mxc: allow use with cache enabled In-Reply-To: <201203260157.35616.marex@denx.de> References: <1331740746-7412-1-git-send-email-eric.nelson@boundarydevices.com> <201203260157.35616.marex@denx.de> Message-ID: <4F6FDBDA.7000202@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/25/2012 04:57 PM, Marek Vasut wrote: > Dear Eric Nelson, > >> 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 >> --- >> >> >> >> V4 updates from ML >> http://lists.denx.de/pipermail/u-boot/2012-March#120139 >> remove tabs after #define/#if/#error >> replace CONFIG_FEC_ALIGN with ARCH_DMA_MINALIGN >> > > Acked-by: Marek Vasut > > Didn't I ack some previous version? Maybe I even added tested-by to some > previous version ;-) > Thanks Marek, I couldn't find an official ack of the whole thing, though most of the code structure came from you and were acked in parts. I'm just trying to push it into the end zone so we can get completely cache-enabled on i.MX6. Regards, Eric