From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 26 Aug 2014 12:46:18 +0200 Subject: [U-Boot] [U-Boot,1/2] e1000: Implement dcache support In-Reply-To: <201408261244.31819.marex@denx.de> References: <1407508899-30713-2-git-send-email-tharvey@gateworks.com> <201408261244.31819.marex@denx.de> Message-ID: <201408261246.18440.marex@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 Tuesday, August 26, 2014 at 12:44:31 PM, Marek Vasut wrote: > On Tuesday, August 26, 2014 at 12:38:44 PM, Vasili Galka wrote: > > Hi Marek, > > > > On Fri, Aug 8, 2014 at 5:41 PM, Tim Harvey wrote: > > > From: Marek Vasut > > > > > > Implement proper support for cache flushing and invalidation into the > > > Intel e1000 NIC driver. > > > > > > Signed-off-by: Marek Vasut > > > Acked-by: Tim Harvey > > > --- > > > > > > drivers/net/e1000.c | 71 > > > > > > ++++++++++++++++++++++++++++++++++++----------------- > > > > > > 1 file changed, 49 insertions(+), 22 deletions(-) > > > > After your patch (http://patchwork.ozlabs.org/patch/378226/) was > > applied to u-boot/master, the MVBC_P board fails to build with > > > the following errors: > The board needs fixing then. Thank you for pointing this out! The fix would be to add stubs for the cache functions for that board (or entire platform). The board/platform fails to implement part of U-Boot API, so you get this spew. Best regards, Marek Vasut