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

2013-08-19 Thread Stephen Warren
On 08/18/2013 02:37 AM, Alexandre Courbot wrote: > On Thu, Aug 15, 2013 at 6:35 AM, Stephen Warren wrote: >> On 08/12/2013 08:29 PM, Alexandre Courbot wrote: >>> Trusted Foundations is a TrustZone-based secure monitor for ARM that >>> can be invoked using a consistent smc-based API on all support

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

2013-08-18 Thread Alexandre Courbot
On Fri, Aug 16, 2013 at 10:23 PM, Dave Martin wrote: > On Thu, Aug 15, 2013 at 04:02:52PM -0600, Stephen Warren wrote: >> On 08/15/2013 05:52 AM, Dave Martin wrote: >> > On Tue, Aug 13, 2013 at 11:29:48AM +0900, Alexandre Courbot wrote: >> >> Trusted Foundations is a TrustZone-based secure monitor

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

2013-08-18 Thread Alexandre Courbot
On Thu, Aug 15, 2013 at 8:52 PM, Dave Martin wrote: > On Tue, Aug 13, 2013 at 11:29:48AM +0900, Alexandre Courbot wrote: >> Trusted Foundations is a TrustZone-based secure monitor for ARM that >> can be invoked using a consistent smc-based API on all supported >> platforms. This patch adds initia

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

2013-08-18 Thread Alexandre Courbot
On Thu, Aug 15, 2013 at 6:35 AM, Stephen Warren wrote: > On 08/12/2013 08:29 PM, Alexandre Courbot wrote: >> Trusted Foundations is a TrustZone-based secure monitor for ARM that >> can be invoked using a consistent smc-based API on all supported >> platforms. This patch adds initial basic support

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

2013-08-16 Thread Dave Martin
On Thu, Aug 15, 2013 at 04:02:52PM -0600, Stephen Warren wrote: > On 08/15/2013 05:52 AM, Dave Martin wrote: > > On Tue, Aug 13, 2013 at 11:29:48AM +0900, Alexandre Courbot wrote: > >> Trusted Foundations is a TrustZone-based secure monitor for ARM that > >> can be invoked using a consistent smc-b

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

2013-08-15 Thread Stephen Warren
On 08/15/2013 05:52 AM, Dave Martin wrote: > On Tue, Aug 13, 2013 at 11:29:48AM +0900, Alexandre Courbot wrote: >> Trusted Foundations is a TrustZone-based secure monitor for ARM that >> can be invoked using a consistent smc-based API on all supported >> platforms. This patch adds initial basic su

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

2013-08-15 Thread Dave Martin
On Tue, Aug 13, 2013 at 11:29:48AM +0900, Alexandre Courbot wrote: > Trusted Foundations is a TrustZone-based secure monitor for ARM that > can be invoked using a consistent smc-based API on all supported > platforms. This patch adds initial basic support for Trusted > Foundations using the ARM fi

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

2013-08-14 Thread Stephen Warren
On 08/12/2013 08:29 PM, Alexandre Courbot wrote: > Trusted Foundations is a TrustZone-based secure monitor for ARM that > can be invoked using a consistent smc-based API on all supported > platforms. This patch adds initial basic support for Trusted > Foundations using the ARM firmware API. Curren