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

2013-10-28 Thread Olof Johansson
On Mon, Oct 28, 2013 at 12:04:43PM +0100, Tomasz Figa wrote: > Hi, > > 2013/10/15 Alex Courbot : > > On 10/15/2013 04:07 AM, Russell King - ARM Linux wrote: > >> > >> On Fri, Oct 11, 2013 at 02:45:34PM -0700, Alexandre Courbot wrote: > >>> > >>> Trusted Foundations is a TrustZone-based secure moni

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

2013-10-28 Thread Tomasz Figa
Hi, 2013/10/15 Alex Courbot : > On 10/15/2013 04:07 AM, Russell King - ARM Linux wrote: >> >> On Fri, Oct 11, 2013 at 02:45:34PM -0700, 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 suppo

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

2013-10-15 Thread Alex Courbot
On 10/15/2013 04:07 AM, Russell King - ARM Linux wrote: On Fri, Oct 11, 2013 at 02:45:34PM -0700, 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 su

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

2013-10-15 Thread Stephen Warren
On 10/15/2013 05:07 AM, Russell King - ARM Linux wrote: > On Fri, Oct 11, 2013 at 02:45:34PM -0700, 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 v8 1/5] ARM: add basic support for Trusted Foundations

2013-10-15 Thread Russell King - ARM Linux
On Fri, Oct 11, 2013 at 02:45:34PM -0700, 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 firmwar

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

2013-10-14 Thread Stephen Warren
On 10/11/2013 03:45 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. Current fea

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

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