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

2013-10-29 Thread Alex Courbot
On 10/29/2013 05:12 PM, Kumar Gala wrote: On Oct 28, 2013, at 7:25 PM, Mark Rutland wrote: On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kumar Gala wrote: On Oct 28, 2013, at

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

2013-10-29 Thread Matt Porter
On Tue, Oct 29, 2013 at 03:12:05AM -0500, Kumar Gala wrote: > > On Oct 28, 2013, at 7:25 PM, Mark Rutland wrote: > > > On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: > >> On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: > >>> On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kuma

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

2013-10-29 Thread Kumar Gala
On Oct 28, 2013, at 7:25 PM, Mark Rutland wrote: > On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: >> On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: >>> On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kumar Gala wrote: On Oct 28, 2013, at 5:28 AM, Alexandre Courbot wrote:

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

2013-10-28 Thread Mark Rutland
On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: > On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: > > On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kumar Gala wrote: > > > On Oct 28, 2013, at 5:28 AM, Alexandre Courbot wrote: > > > > Trusted Foundations is a TrustZone-based sec

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

2013-10-28 Thread Tomasz Figa
On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: > On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kumar Gala wrote: > > On Oct 28, 2013, at 5:28 AM, Alexandre Courbot wrote: > > > Trusted Foundations is a TrustZone-based secure monitor for ARM that > > > can be invoked using the same SMC-base

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

2013-10-28 Thread Olof Johansson
On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kumar Gala wrote: > > On Oct 28, 2013, at 5:28 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

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

2013-10-28 Thread Kumar Gala
On Oct 28, 2013, at 5:28 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. Curr

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

2013-10-28 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