From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Sat, 24 Jan 2015 09:07:35 -0600 Subject: [U-Boot] [PATCH] arm: ls102xa: Update snoop settings for CCI-400 In-Reply-To: <1421314169-39488-1-git-send-email-b18965@freescale.com> References: <1421314169-39488-1-git-send-email-b18965@freescale.com> Message-ID: <54C3B537.2000709@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 01/15/2015 03:29 AM, Alison Wang wrote: > CAAM is connected to CCI-400 S0 slave interface. Disable snooping for > S0 will cause CAAM self test failure. This patch is to enable snooping > for S0 slave interface. These CCI-400 operations are moved to > board_early_init_f() to be initialized earlier. For S4 slave interface, > issuing of snoop requests and DVM message requests are enabled. > > Signed-off-by: Alison Wang > --- Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York