Re: [U-Boot] [PATCH 1/4] Add snoop disable for slave port 0, port 1 and port 2

2014-10-08 Thread Huan Wang
Hi, Albert, > On Mon, 29 Sep 2014 10:53:11 +0800, Alison Wang > wrote: > > > From: Jason Jin > > > > Disable the snoop for slave interface 0, 1 and 2 to avoid the > > interleaving on the CCI400 BUS. > > Please be more specific: this patch specifically targets arch ls102xa > and some associate

Re: [U-Boot] [PATCH 1/4] Add snoop disable for slave port 0, port 1 and port 2

2014-10-04 Thread Albert ARIBAUD
Hi Alison, On Mon, 29 Sep 2014 10:53:11 +0800, Alison Wang wrote: > From: Jason Jin > > Disable the snoop for slave interface 0, 1 and 2 > to avoid the interleaving on the CCI400 BUS. Please be more specific: this patch specifically targets arch ls102xa and some associated boards, but the sub

[U-Boot] [PATCH 1/4] Add snoop disable for slave port 0, port 1 and port 2

2014-09-28 Thread Alison Wang
From: Jason Jin Disable the snoop for slave interface 0, 1 and 2 to avoid the interleaving on the CCI400 BUS. Signed-off-by: Jason Jin Signed-off-by: Minghuan Lian --- arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 1 + board/freescale/ls1021aqds/ls1021aqds.c | 7 +++ boa