Re: [U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-19 Thread Stefan Roese
On 18.03.19 08:51, Chris Packham wrote: Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache routines to common file") the kirkwood boards didn't have and dcache support. The network and usb drivers rely on this. Set CONFIG_SYS_DCACHE_OFF in the Kirkwood specific config.h.

Re: [U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-19 Thread Stefan Roese
Hi Leigh, On 19.03.19 10:29, Leigh Brown wrote: While collecting the queued fixes for the upcoming release, I do have one question regarding this Kirkwood cache issue (I don't have such a board here, so I can't test anything): Do we need this patch applied [1], if the

Re: [U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-19 Thread Leigh Brown
Hi Stefan, On 2019-03-19 08:04, Stefan Roese wrote: On 19.03.19 09:00, Chris Packham wrote: On Tue, 19 Mar 2019, 8:39 PM Stefan Roese, > wrote: On 18.03.19 08:51, Chris Packham wrote: > Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache

Re: [U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-19 Thread Stefan Roese
On 19.03.19 09:00, Chris Packham wrote: On Tue, 19 Mar 2019, 8:39 PM Stefan Roese, mailto:s...@denx.de>> wrote: On 18.03.19 08:51, Chris Packham wrote: > Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache > routines to common file") the kirkwood boards

Re: [U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-19 Thread Chris Packham
On Tue, 19 Mar 2019, 8:39 PM Stefan Roese, wrote: > > > On 18.03.19 08:51, Chris Packham wrote: > > Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache > > routines to common file") the kirkwood boards didn't have and dcache > > support. The network and usb drivers rely on

Re: [U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-19 Thread Stefan Roese
On 18.03.19 08:51, Chris Packham wrote: Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache routines to common file") the kirkwood boards didn't have and dcache support. The network and usb drivers rely on this. Set CONFIG_SYS_DCACHE_OFF in the Kirkwood specific config.h.

Re: [U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-18 Thread Stefan Roese
On 18.03.19 08:51, Chris Packham wrote: Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache routines to common file") the kirkwood boards didn't have and dcache support. The network and usb drivers rely on this. Set CONFIG_SYS_DCACHE_OFF in the Kirkwood specific config.h.

[U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards

2019-03-18 Thread Chris Packham
Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache routines to common file") the kirkwood boards didn't have and dcache support. The network and usb drivers rely on this. Set CONFIG_SYS_DCACHE_OFF in the Kirkwood specific config.h. Reported-by: Leigh Brown Signed-off-by: Chris