Re: [U-Boot] [PATCH 0/8] armv7: cache maintenance operations

2011-01-07 Thread Albert ARIBAUD
Le 28/12/2010 20:51, Paulraj, Sandeep a écrit : Subject: [U-Boot] [PATCH 0/8] armv7: cache maintenance operations With D-cache and MMU enabled for ARM in u-boot it becomes imperative to support a minimal set of cache maintenance operations and necessary initializations before enabling MMU

Re: [U-Boot] [PATCH 0/8] armv7: cache maintenance operations

2010-12-28 Thread Paulraj, Sandeep
Subject: [U-Boot] [PATCH 0/8] armv7: cache maintenance operations With D-cache and MMU enabled for ARM in u-boot it becomes imperative to support a minimal set of cache maintenance operations and necessary initializations before enabling MMU. This series of patches attempt to do

[U-Boot] [PATCH 0/8] armv7: cache maintenance operations

2010-12-22 Thread Aneesh V
With D-cache and MMU enabled for ARM in u-boot it becomes imperative to support a minimal set of cache maintenance operations and necessary initializations before enabling MMU. This series of patches attempt to do the following for armv7: * Necessary initialization sequence before enabling MMU

Re: [U-Boot] [PATCH 0/8] armv7: cache maintenance operations

2010-12-22 Thread Steve Sakoman
On Wed, Dec 22, 2010 at 3:54 AM, Aneesh V ane...@ti.com wrote: With D-cache and MMU enabled for ARM in u-boot it becomes imperative to support a minimal set of cache maintenance operations and necessary initializations before enabling MMU. This series of patches attempt to do the following