From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 6 Nov 2011 13:39:56 +0100 Subject: [U-Boot] [PATCH] ARM: Generic cache ops skeleton In-Reply-To: <201111060336.41774.vapier@gentoo.org> References: <1320542183-20309-1-git-send-email-marek.vasut@gmail.com> <201111060336.41774.vapier@gentoo.org> Message-ID: <201111061339.56345.marek.vasut@gmail.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 Saturday 05 November 2011 21:16:23 Marek Vasut wrote: > > This patch should allow a CPU to register it's own cache ops. This shall > > allow multiple CPUs with different cache handlings to be supported. > > sorry, what's the point ? this would make sense if you wanted to build one > u- boot image to run on multiple SoCs, but since that doesn't make sense, > i don't see what this patch gets you. > -mike Well that's the ultimate goal, isn't it ...