Re: [PATCH] ARM: sti: Implement dummy L2 cache's write_sec

2016-06-28 Thread Patrice Chotard
Hi Russell On 06/28/2016 11:49 AM, Russell King - ARM Linux wrote: On Tue, Jun 28, 2016 at 11:40:37AM +0200, patrice.chot...@st.com wrote: From: Patrice Chotard This patch implements the write_sec callback that handle PL310 secure registers writes. This callback is just a stub for now, to avo

Re: [PATCH] ARM: sti: Implement dummy L2 cache's write_sec

2016-06-28 Thread Russell King - ARM Linux
On Tue, Jun 28, 2016 at 11:40:37AM +0200, patrice.chot...@st.com wrote: > From: Patrice Chotard > > This patch implements the write_sec callback that handle PL310 > secure registers writes. > This callback is just a stub for now, to avoid system crash. > Later, it could handle SMC calls so that T

[PATCH] ARM: sti: Implement dummy L2 cache's write_sec

2016-06-28 Thread patrice.chotard
From: Patrice Chotard This patch implements the write_sec callback that handle PL310 secure registers writes. This callback is just a stub for now, to avoid system crash. Later, it could handle SMC calls so that TZ handles the needed writes. Signed-off-by: Patrice Chotard --- arch/arm/mach-sti