From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Mon, 09 Apr 2012 12:28:08 +0200 Subject: [U-Boot] [PATCH] FAT: Properly align buffers to allow cache operations In-Reply-To: <201204091026.54110.marex@denx.de> References: <1333953903-26335-1-git-send-email-marex@denx.de> <4F829BC8.8090705@googlemail.com> <201204091026.54110.marex@denx.de> Message-ID: <4F82B9B8.8020201@googlemail.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 09.04.2012 10:26, Marek Vasut wrote: > Dear Dirk Behme, > >> On 09.04.2012 08:45, Marek Vasut wrote: >>> Align the FAT FS buffers so DMA on various systems can directly pick >>> them. >> >> Just fyi: >> >> http://lists.denx.de/pipermail/u-boot/2012-March/119311.html >> >> http://lists.denx.de/pipermail/u-boot/2012-March/119309.html > > Heh, nice! :-) > > I've been so dug up in debugging the USB cache issues I didn't bother to look > around the list for previous efforts. So obviously, apply Eric's patch! :-) Do you need this for 2012.04? Or is the stuff which needs this scheduled for -next? Best regards Dirk