From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Fri, 11 Nov 2011 04:49:37 +0400 Subject: [U-Boot] [PATCH 00/14] Support for HTKW mcx board In-Reply-To: References: <1320189368-9763-1-git-send-email-yanok@emcraft.com> <4EB71F80.40406@emcraft.com> Message-ID: <4EBC7121.4050607@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, I've just posted the updated patches, please consider merging them. ( http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/116535 ) On 07.11.2011 04:14, Tom Rini wrote: > >> I'm not sure what we should do about this series right now. Aside > >> from some "easily" fixable things like all of the PHY files needing an > >> ugly #include "../../../../../drivers/net/davinci_emac.h" to compile I've fixed PHY files to include this. > >> again and a CONFIG_SYS_CACHELINE_SIZE 32 in all of the platforms, the > > > > s/CONFIG_SYS_CACHELINE_SIZE/ARCH_DMA_MINALIGN/ should solve this > problem. I'll fix this. > > Thanks. Fixed. > >> lack of flush functions means that MAKEALL -s davinci fails for almost > >> every board now. I'm not sure what we should do, at this point... > > > > Argh.. Actually my initial version had a workaround for this, only > using {flush,invalidate}_dcache_range under #ifdef DAVINCI_EMAC_DCACHE > clause... But Mike told me that I should remove this... > > > > Maybe we can just add empty functions for CONFIG_DCACHE_OFF case to > fix the compilation? Added no-op cache functions for arm926ejs. However many DaVinci boards are still broken as suprisingly they have D-Cache enabled (I wonder if EMAC works on these boards). Regards, Ilya.