Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-10 Thread Alexandre Courbot
On Thu, Oct 10, 2013 at 3:22 PM, Stephen Warren wrote: > On 10/10/2013 02:58 PM, Alexandre Courbot wrote: >> On Wed, Oct 9, 2013 at 4:47 PM, Olof Johansson wrote: >>> On Fri, Oct 4, 2013 at 9:37 AM, Alexandre Courbot >>> wrote: > ... >>> But do we really need to panic here? It's a PITA to debug

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-10 Thread Olof Johansson
On Thu, Oct 10, 2013 at 3:22 PM, Stephen Warren wrote: > On 10/10/2013 02:58 PM, Alexandre Courbot wrote: >> On Wed, Oct 9, 2013 at 4:47 PM, Olof Johansson wrote: >>> On Fri, Oct 4, 2013 at 9:37 AM, Alexandre Courbot >>> wrote: > ... >>> But do we really need to panic here? It's a PITA to debug

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-10 Thread Stephen Warren
On 10/10/2013 02:58 PM, Alexandre Courbot wrote: > On Wed, Oct 9, 2013 at 4:47 PM, Olof Johansson wrote: >> On Fri, Oct 4, 2013 at 9:37 AM, Alexandre Courbot >> wrote: ... >> But do we really need to panic here? It's a PITA to debug since it'll >> be a very early panic. I'd rather have the syste

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-10 Thread Kevin Hilman
Alexandre Courbot writes: > On Wed, Oct 9, 2013 at 4:47 PM, Olof Johansson wrote: >> On Fri, Oct 4, 2013 at 9:37 AM, Alexandre Courbot >> wrote: [...] >>> +static inline void register_trusted_foundations( >>> + struct trusted_foundations_platform_data >>> *p

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-10 Thread Alexandre Courbot
On Wed, Oct 9, 2013 at 4:47 PM, Olof Johansson wrote: > On Fri, Oct 4, 2013 at 9:37 AM, Alexandre Courbot wrote: >> Trusted Foundations is a TrustZone-based secure monitor for ARM that >> can be invoked using the same SMC-based API on all supported >> platforms. This patch adds initial basic supp

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-09 Thread Michal Simek
On 10/10/2013 01:45 AM, Olof Johansson wrote: > On Tue, Oct 8, 2013 at 1:17 AM, Michal Simek wrote: >> Hi, >> >> On 10/04/2013 06:37 PM, Alexandre Courbot wrote: >>> Trusted Foundations is a TrustZone-based secure monitor for ARM that >>> can be invoked using the same SMC-based API on all supporte

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-09 Thread Olof Johansson
On Fri, Oct 4, 2013 at 9:37 AM, Alexandre Courbot wrote: > Trusted Foundations is a TrustZone-based secure monitor for ARM that > can be invoked using the same SMC-based API on all supported > platforms. This patch adds initial basic support for Trusted > Foundations using the ARM firmware API. Cu

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-09 Thread Olof Johansson
On Tue, Oct 8, 2013 at 1:17 AM, Michal Simek wrote: > Hi, > > On 10/04/2013 06:37 PM, Alexandre Courbot wrote: >> Trusted Foundations is a TrustZone-based secure monitor for ARM that >> can be invoked using the same SMC-based API on all supported >> platforms. This patch adds initial basic support

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-08 Thread Michal Simek
Hi, On 10/04/2013 06:37 PM, Alexandre Courbot wrote: > Trusted Foundations is a TrustZone-based secure monitor for ARM that > can be invoked using the same SMC-based API on all supported > platforms. This patch adds initial basic support for Trusted > Foundations using the ARM firmware API. Curren

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-07 Thread Stephen Warren
On 10/04/2013 10:37 AM, Alexandre Courbot wrote: > Trusted Foundations is a TrustZone-based secure monitor for ARM that > can be invoked using the same SMC-based API on all supported > platforms. This patch adds initial basic support for Trusted > Foundations using the ARM firmware API. Current fea

Re: [PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-07 Thread Kevin Hilman
Alexandre Courbot writes: > Trusted Foundations is a TrustZone-based secure monitor for ARM that > can be invoked using the same SMC-based API on all supported > platforms. This patch adds initial basic support for Trusted > Foundations using the ARM firmware API. Current features are limited > t

[PATCH v7 1/5] ARM: add basic support for Trusted Foundations

2013-10-04 Thread Alexandre Courbot
Trusted Foundations is a TrustZone-based secure monitor for ARM that can be invoked using the same SMC-based API on all supported platforms. This patch adds initial basic support for Trusted Foundations using the ARM firmware API. Current features are limited to the ability to boot secondary proces