From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 25 Nov 2014 09:54:39 -0800 Subject: [U-Boot] [PATCH v2 1/5] arm: ls102xa: Add snoop disable for slave port 0, 1 and 2 In-Reply-To: <1413530796-12881-1-git-send-email-b18965@freescale.com> References: <1413530796-12881-1-git-send-email-b18965@freescale.com> Message-ID: <5474C25F.1030004@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/17/2014 12:26 AM, Alison Wang wrote: > 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 > --- > Change log: > v2: Add tag "arm: ls102xa:" in the subject. > > arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 1 + > board/freescale/ls1021aqds/ls1021aqds.c | 7 +++++++ > board/freescale/ls1021atwr/ls1021atwr.c | 10 ++++++++++ > 3 files changed, 18 insertions(+) Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York