From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:17:06 -0700 Subject: [U-Boot] [PATCH v2] arm: ls102xa: enable snooping for CAAM transactions In-Reply-To: <1444908091-32092-1-git-send-email-horia.geanta@freescale.com> References: <1442398946-32464-1-git-send-email-horia.geanta@freescale.com> <1444908091-32092-1-git-send-email-horia.geanta@freescale.com> Message-ID: <56339802.2000301@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/15/2015 04:21 AM, Horia Geant? wrote: > Enable snooping for CAAM read & write transactions by > programming the SCFG snoop configuration register: > SCFG_SNPCNFGCR[SECRDSNP] > SCFG_SNPCNFGCR[SECWRSNP] > > Signed-off-by: Horia Geant? > Reviewed-by: Zhengxiong Jin > --- > > v2 - moved initialization in arch_cpu_init (instead of board_early_init_f), > as suggested by York. Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York