Re: [PATCH v3 4/5] ARM: tegra: set CPU reset handler with firmware op

2013-08-18 Thread Alexandre Courbot
On Thu, Aug 15, 2013 at 6:40 AM, Stephen Warren wrote: > On 08/12/2013 08:29 PM, Alexandre Courbot wrote: >> Use a firmware operation to set the CPU reset handler and only resort to >> doing it ourselves if there is none defined. >> >> This supports the booting of secondary CPUs on devices using a

Re: [PATCH v3 4/5] ARM: tegra: set CPU reset handler with firmware op

2013-08-14 Thread Stephen Warren
On 08/12/2013 08:29 PM, Alexandre Courbot wrote: > Use a firmware operation to set the CPU reset handler and only resort to > doing it ourselves if there is none defined. > > This supports the booting of secondary CPUs on devices using a TrustZone > secure monitor. > diff --git a/arch/arm/mach-te

[PATCH v3 4/5] ARM: tegra: set CPU reset handler with firmware op

2013-08-12 Thread Alexandre Courbot
Use a firmware operation to set the CPU reset handler and only resort to doing it ourselves if there is none defined. This supports the booting of secondary CPUs on devices using a TrustZone secure monitor. Signed-off-by: Alexandre Courbot --- arch/arm/mach-tegra/reset.c | 17 ++---