On 15 December 2014 at 18:51, Greg Bellows wrote:
> Added a "has_el3" state property to the ARMCPU descriptor. This property
> indicates whether the ARMCPU has security extensions enabled (EL3) or not.
> By default it is disabled at this time.
>
> Signed-off-by: Greg Bellows
Reviewed-by: Peter
Added a "has_el3" state property to the ARMCPU descriptor. This property
indicates whether the ARMCPU has security extensions enabled (EL3) or not.
By default it is disabled at this time.
Signed-off-by: Greg Bellows
---
v1 -> v2
- Added set of has_el3 to true when EL3 is enabled
v2 -> v3
- Pr