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

2013-09-12 Thread Alexandre Courbot
On Tue, Sep 10, 2013 at 12:59 AM, Stephen Warren wrote: > On 09/09/2013 12:38 AM, Alexandre Courbot wrote: >> On Sat, Sep 7, 2013 at 4:29 AM, Stephen Warren wrote: >>> On 09/04/2013 09:27 PM, Alexandre Courbot wrote: Trusted Foundations is a TrustZone-based secure monitor for ARM that c

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

2013-09-12 Thread Alexandre Courbot
On Thu, Sep 12, 2013 at 6:18 PM, Linus Walleij wrote: > On Tue, Sep 10, 2013 at 3:04 PM, Will Deacon wrote: >> On Mon, Sep 09, 2013 at 07:15:31AM +0100, Alexandre Courbot wrote: > >>> I don't have any information about the future of TF unfortunately, >>> excepted that it should remain backward-co

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

2013-09-12 Thread Linus Walleij
On Tue, Sep 10, 2013 at 3:04 PM, Will Deacon wrote: > On Mon, Sep 09, 2013 at 07:15:31AM +0100, Alexandre Courbot wrote: >> I don't have any information about the future of TF unfortunately, >> excepted that it should remain backward-compatible. What is this SMC >> calling convention doc your are

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

2013-09-10 Thread Catalin Marinas
On 9 September 2013 07:15, Alexandre Courbot wrote: > On Fri, Sep 6, 2013 at 3:35 AM, Rob Herring wrote: >> On 09/04/2013 10:27 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 v5 1/5] ARM: add basic Trusted Foundations support

2013-09-10 Thread Will Deacon
Hi guys, On Mon, Sep 09, 2013 at 07:15:31AM +0100, Alexandre Courbot wrote: > On Fri, Sep 6, 2013 at 3:35 AM, Rob Herring wrote: > > On 09/04/2013 10:27 PM, Alexandre Courbot wrote: > >> Trusted Foundations is a TrustZone-based secure monitor for ARM that > >> can be invoked using a consistent S

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

2013-09-09 Thread Stephen Warren
On 09/09/2013 12:38 AM, Alexandre Courbot wrote: > On Sat, Sep 7, 2013 at 4:29 AM, Stephen Warren wrote: >> On 09/04/2013 09:27 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 supporte

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

2013-09-08 Thread Alexandre Courbot
On Sat, Sep 7, 2013 at 4:29 AM, Stephen Warren wrote: > On 09/04/2013 09:27 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 v5 1/5] ARM: add basic Trusted Foundations support

2013-09-08 Thread Alexandre Courbot
On Sat, Sep 7, 2013 at 1:48 AM, Linus Walleij wrote: > On Thu, Sep 5, 2013 at 5:27 AM, 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 basi

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

2013-09-08 Thread Alexandre Courbot
On Fri, Sep 6, 2013 at 3:35 AM, Rob Herring wrote: > On 09/04/2013 10:27 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

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

2013-09-06 Thread Stephen Warren
On 09/04/2013 09:27 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

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

2013-09-06 Thread Linus Walleij
On Thu, Sep 5, 2013 at 5:27 AM, 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 A

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

2013-09-05 Thread Rob Herring
On 09/04/2013 10:27 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

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

2013-09-04 Thread Alexandre Courbot
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. Current features are limited to the ability to boot secondary p