From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 02 Apr 2012 18:51:35 +0200 Subject: [U-Boot] [PATCH V3 1/4] ARM1136: add cache flush and invalidate operations In-Reply-To: <1333383480-16028-1-git-send-email-sbabic@denx.de> References: <1333286581-27939-1-git-send-email-sbabic@denx.de> <1333383480-16028-1-git-send-email-sbabic@denx.de> Message-ID: <4F79D917.8060100@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/04/2012 18:18, Stefano Babic wrote: > From: Anatolij Gustschin > > Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 > (net: fec_mxc: allow use with cache enabled) the FEC_MXC > driver uses flush_dcache_range() and invalidate_dcache_range() > functions. This driver is also configured for ARM1136 based > 'flea3' and 'mx35pdk' boards which currently do not build > as there are no ARM1136 specific flush_dcache_range() and > invalidate_dcache_range() functions. Add various ARM1136 > cache functions to fix building for 'flea3' and 'mx35pdk'. > > Signed-off-by: Anatolij Gustschin > Signed-off-by: Stefano Babic > Cc: Fabio Estevam > CC: Mike Frysinger > CC: Marek Vasut > --- Applied to u-boot-imx (fix), thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================