mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 14:58:22 -04:00
Clean up SE TODOs, implement GIC nonsecure init
This commit is contained in:
parent
1463266190
commit
0508ee29d8
5 changed files with 17 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue