hw vea9x4: let userland timer SP804 0/1 be secure

Declaring the SP804 0/1 module and its interrupt to be non-secure prevents the
secure Genode from receiving the interrupt and hence the timer driver in the
secure Genode doesn't work.

Fixes #1340
This commit is contained in:
Martin Stein
2015-01-06 14:59:44 +01:00
committed by Christian Helmuth
parent 6f8f9085f3
commit ba321c20d1
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,6 @@ void Kernel::init_trustzone(Pic * pic)
Cpu::allow_coprocessor_nonsecure();
/* set unsecure IRQs */
pic->unsecure(34); //Timer 0/1
pic->unsecure(35); //Timer 2/3
pic->unsecure(36); //RTC
pic->unsecure(37); //UART0