From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 15 Jan 2015 08:52:51 -0800 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: <54B7F063.6070208@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 01: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 > --- It should be prefixed with v2 and have a change log. Please do that for future patches. York