Re: [U-Boot] [PATCH v2 0/7] Add cache line alignment support

2011-10-09 Thread Anton Staaf
On Sun, Oct 9, 2011 at 2:22 PM, Wolfgang Denk wrote: > Dear Anton Staaf, > > In message <1317763491-7274-1-git-send-email-robot...@chromium.org> you wrote: >> The cache line alignment issue has gone around a couple of times now.  This >> patch set implements all of the details that we have discuss

Re: [U-Boot] [PATCH v2 0/7] Add cache line alignment support

2011-10-09 Thread Wolfgang Denk
Dear Anton Staaf, In message <1317763491-7274-1-git-send-email-robot...@chromium.org> you wrote: > The cache line alignment issue has gone around a couple of times now. This > patch set implements all of the details that we have discussed about the > implementation of ALLOC_CACHE_ALIGN_BUFFER oth

[U-Boot] [PATCH v2 0/7] Add cache line alignment support

2011-10-04 Thread Anton Staaf
The cache line alignment issue has gone around a couple of times now. This patch set implements all of the details that we have discussed about the implementation of ALLOC_CACHE_ALIGN_BUFFER other than the switch to the Linux style L1_CACHE_BYTES, L1_CACHE_SHIFT, and ARCH_DMA_MINALIGN defines ment