Clean up SE TODOs, implement GIC nonsecure init

This commit is contained in:
Michael Scire 2018-02-27 19:58:56 -08:00
parent 1463266190
commit 0508ee29d8
5 changed files with 17 additions and 6 deletions

View file

@ -18,7 +18,9 @@ static void setup_se(void) {
/* Sanity check the Security Engine. */
se_verify_flags_cleared();
se_clear_interrupts();
/* Initialize Interrupts. */
intr_initialize_gic_nonsecure();
/* Perform some sanity initialization. */
volatile security_engine_t *p_security_engine = get_security_engine();