Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-09-02 Thread york sun
On 09/02/2016 06:00 AM, Tom Rini wrote: > On Tue, Aug 30, 2016 at 09:50:47PM +, york sun wrote: >> On 08/01/2016 03:54 PM, Tom Rini wrote: >>> As part of testing booting Linux kernels on Rockchip devices, it was >>> discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for >>> so

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-09-02 Thread Tom Rini
On Tue, Aug 30, 2016 at 09:50:47PM +, york sun wrote: > On 08/01/2016 03:54 PM, Tom Rini wrote: > > As part of testing booting Linux kernels on Rockchip devices, it was > > discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for > > some cases incomplete isb definitions. This

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-30 Thread york sun
On 08/01/2016 03:54 PM, Tom Rini wrote: > As part of testing booting Linux kernels on Rockchip devices, it was > discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for > some cases incomplete isb definitions. This was causing a failure to > boot of the Linux kernel. > > In order

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-30 Thread york sun
Resend (Somehow this mail didn't reach mailing list, again) On 08/01/2016 03:54 PM, Tom Rini wrote: > As part of testing booting Linux kernels on Rockchip devices, it was > discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for > some cases incomplete isb definitions. This was c

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-30 Thread york sun
On 08/05/2016 05:57 PM, Tom Rini wrote: > On Mon, Aug 01, 2016 at 06:54:53PM -0400, Tom Rini wrote: > >> As part of testing booting Linux kernels on Rockchip devices, it was >> discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for >> some cases incomplete isb definitions. This w

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-05 Thread Tom Rini
On Mon, Aug 01, 2016 at 06:54:53PM -0400, Tom Rini wrote: > As part of testing booting Linux kernels on Rockchip devices, it was > discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for > some cases incomplete isb definitions. This was causing a failure to > boot of the Linux ke

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-04 Thread Ziyuan Xu
Hi Tom, On 2016年08月02日 08:39, Tom Rini wrote: On Tue, Aug 02, 2016 at 08:37:19AM +0800, Ziyuan Xu wrote: Hi Tom, On 2016年08月02日 06:54, Tom Rini wrote: As part of testing booting Linux kernels on Rockchip devices, it was discovered by Ziyuan Xu and Sandy Patterson that we had multiple and fo

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-02 Thread Stephen Warren
On 08/01/2016 04:54 PM, Tom Rini wrote: As part of testing booting Linux kernels on Rockchip devices, it was discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for some cases incomplete isb definitions. This was causing a failure to boot of the Linux kernel. In order to solve

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-02 Thread Sandy Patterson
Works for me on rock2. Thanks for the fix. Acked-by: Sandy Patterson On Mon, Aug 1, 2016 at 8:39 PM, Tom Rini wrote: > On Tue, Aug 02, 2016 at 08:37:19AM +0800, Ziyuan Xu wrote: > > Hi Tom, > > > > > > On 2016年08月02日 06:54, Tom Rini wrote: > > >As part of testing booting Linux kernels on Rockc

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-01 Thread Tom Rini
On Tue, Aug 02, 2016 at 08:37:19AM +0800, Ziyuan Xu wrote: > Hi Tom, > > > On 2016年08月02日 06:54, Tom Rini wrote: > >As part of testing booting Linux kernels on Rockchip devices, it was > >discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for > >some cases incomplete isb definit

Re: [U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-01 Thread Ziyuan Xu
Hi Tom, On 2016年08月02日 06:54, Tom Rini wrote: As part of testing booting Linux kernels on Rockchip devices, it was discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for some cases incomplete isb definitions. This was causing a failure to boot of the Linux kernel. In order t

[U-Boot] [PATCH] ARM: Rework and correct barrier definitions

2016-08-01 Thread Tom Rini
As part of testing booting Linux kernels on Rockchip devices, it was discovered by Ziyuan Xu and Sandy Patterson that we had multiple and for some cases incomplete isb definitions. This was causing a failure to boot of the Linux kernel. In order to solve this problem as well as cover any corner c