Re: [U-Boot] [PATCH] part_mac: dcache: allocate cacheline-aligned buffers

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message <116613.1339389.1342207863387.javamail.r...@advansee.com> you wrote: > This patch forces the correct alignment for DMA operations of buffers used = > by > part_mac.c. > > Signed-off-by: Benoît Thébaudeau > Cc: Wolfgang Denk > --- > {u-boot.orig => u-boot}

Re: [U-Boot] [PATCH] part_mac: dcache: allocate cacheline-aligned buffers

2012-08-10 Thread Benoît Thébaudeau
On Sat, Aug 4, 2012 at 01:05:03 AM, Benoît Thébaudeau wrote: > On Fri, Jul 13, 2012 at 09:31:03 PM, Benoît Thébaudeau wrote: > > This patch forces the correct alignment for DMA operations of > > buffers > > used by > > part_mac.c. > > > > Signed-off-by: Benoît Thébaudeau > > Cc: Wolfgang Denk >

Re: [U-Boot] [PATCH] part_mac: dcache: allocate cacheline-aligned buffers

2012-08-03 Thread Benoît Thébaudeau
On Fri, Jul 13, 2012 at 09:31:03 PM, Benoît Thébaudeau wrote: > This patch forces the correct alignment for DMA operations of buffers > used by > part_mac.c. > > Signed-off-by: Benoît Thébaudeau > Cc: Wolfgang Denk > --- > {u-boot.orig => u-boot}/disk/part_mac.c | 68 > +++---

[U-Boot] [PATCH] part_mac: dcache: allocate cacheline-aligned buffers

2012-07-13 Thread Benoît Thébaudeau
This patch forces the correct alignment for DMA operations of buffers used by part_mac.c. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- {u-boot.orig => u-boot}/disk/part_mac.c | 68 +++ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git u-boot.o