[U-Boot] [PATCH v2] armv7:cache: D cache line size read method

2011-08-16 Thread Lukasz Majewski
This commit adds support for reading the D cache line size for armv7 architecture. The get_dcache_line_size() function is supposed to work in conjunction with memalign call to provide D cache aligned DMA buffers. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park

Re: [U-Boot] [PATCH v2] armv7:cache: D cache line size read method

2011-08-16 Thread Sergei Shtylyov
Hello. On 16-08-2011 14:31, Lukasz Majewski wrote: This commit adds support for reading the D cache line size for armv7 architecture. The get_dcache_line_size() function is supposed to work in conjunction with memalign call to provide D cache aligned DMA buffers. Signed-off-by: Lukasz