Re: [U-Boot] [PATCH v2] arm: ls102xa: enable snooping for CAAM transactions

2015-10-30 Thread York Sun
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 ini

[U-Boot] [PATCH v2] arm: ls102xa: enable snooping for CAAM transactions

2015-10-15 Thread Horia Geantă
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 s