Re: Unable to use csu_config.h to secure GPIO access from normal world

2017-06-08 Thread Stefan Kalkowski
Hi, On 06/06/2017 03:57 PM, Abhishek Kumar wrote: > Hello > I am using genode trustzone code on imx53 board. AFAIU, following lines > in csu_config.h are supposed to regulate the access from normal world: > > ``` > namespace Csu_config > { > enum { > SECURE_GPIO = 1, >

Unable to use csu_config.h to secure GPIO access from normal world

2017-06-06 Thread Abhishek Kumar
Hello I am using genode trustzone code on imx53 board. AFAIU, following lines in csu_config.h are supposed to regulate the access from normal world: ``` namespace Csu_config { enum { SECURE_GPIO = 1, SECURE_ESDHC = 0, SECURE_UART = 0,