Re: [U-Boot] [RESEND PATCH v2 4/5] net: pch_gbe: Add cache maintenance

2017-05-30 Thread Joe Hershberger
On Sun, Apr 30, 2017 at 2:57 PM, Daniel Schwierzeck wrote: > From: Paul Burton > > On MIPS systems DMA isn't coherent with the CPU caches unless an IOCU is > present. When there is no IOCU we need to writeback or invalidate the > data caches at appropriate points. Perform this cache maintenance i

Re: [U-Boot] [RESEND PATCH v2 4/5] net: pch_gbe: Add cache maintenance

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:57, Daniel Schwierzeck wrote: > From: Paul Burton > > On MIPS systems DMA isn't coherent with the CPU caches unless an IOCU is > present. When there is no IOCU we need to writeback or invalidate the > data caches at appropriate points. Perform this cache maintenance in > th

[U-Boot] [RESEND PATCH v2 4/5] net: pch_gbe: Add cache maintenance

2017-04-30 Thread Daniel Schwierzeck
From: Paul Burton On MIPS systems DMA isn't coherent with the CPU caches unless an IOCU is present. When there is no IOCU we need to writeback or invalidate the data caches at appropriate points. Perform this cache maintenance in the pch_gbe driver which is used on the MIPS Boston development boa