[Qemu-devel] [PATCH v4 04/33] target-arm: add arm_is_secure() function

2014-06-30 Thread greg . bellows
From: Fabian Aggeler arm_is_secure() function allows to determine CPU security state if the CPU implements Security Extensions/EL3. arm_is_secure_below_el3() returns true if CPU is in secure state below EL3. Signed-off-by: Sergey Fedorov Signed-off-by: Fabian Aggeler Signed-off-by: Greg Bellow

Re: [Qemu-devel] [PATCH v4 04/33] target-arm: add arm_is_secure() function

2014-07-01 Thread Edgar E. Iglesias
On Mon, Jun 30, 2014 at 06:09:04PM -0500, greg.bell...@linaro.org wrote: > From: Fabian Aggeler > > arm_is_secure() function allows to determine CPU security state > if the CPU implements Security Extensions/EL3. > arm_is_secure_below_el3() returns true if CPU is in secure state > below EL3. > >

Re: [Qemu-devel] [PATCH v4 04/33] target-arm: add arm_is_secure() function

2014-07-01 Thread Greg Bellows
Yes, this makes sense, I will update for v5. Regards, Greg On 1 July 2014 03:17, Edgar E. Iglesias wrote: > On Mon, Jun 30, 2014 at 06:09:04PM -0500, greg.bell...@linaro.org wrote: > > From: Fabian Aggeler > > > > arm_is_secure() function allows to determine CPU security state > > if the CPU