Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-09-07 Thread Tom Warren
Thierry, On Mon, Jul 30, 2012 at 11:21 PM, Thierry Reding wrote: > In order for cache invalidation and flushing to work properly, the data > and OOB buffers must be aligned to full cache lines. > > Signed-off-by: Thierry Reding This patch, along with the Tegra: 'Enable NAND on TEC' patch, appli

Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-31 Thread Scott Wood
On 07/31/2012 10:40 AM, Stephen Warren wrote: > On 07/31/2012 12:21 AM, Thierry Reding wrote: >> In order for cache invalidation and flushing to work properly, the data >> and OOB buffers must be aligned to full cache lines. >> >> Signed-off-by: Thierry Reding > > You probably want to CC the NAND

Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-31 Thread Stephen Warren
On 07/31/2012 12:21 AM, Thierry Reding wrote: > In order for cache invalidation and flushing to work properly, the data > and OOB buffers must be aligned to full cache lines. > > Signed-off-by: Thierry Reding You probably want to CC the NAND maintainer, Scott Wood (I have here) so he can ack thi

Re: [U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-31 Thread Simon Glass
+Scott On Tue, Jul 31, 2012 at 7:21 AM, Thierry Reding wrote: > In order for cache invalidation and flushing to work properly, the data > and OOB buffers must be aligned to full cache lines. > > Signed-off-by: Thierry Reding Acked-by: Simon Glass > --- > common/cmd_nand.c | 4 ++-- > 1 file

[U-Boot] [PATCH 1/2] cmd_nand: dump: Align data and OOB buffers

2012-07-30 Thread Thierry Reding
In order for cache invalidation and flushing to work properly, the data and OOB buffers must be aligned to full cache lines. Signed-off-by: Thierry Reding --- common/cmd_nand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.c index a91