Skip to content
Snippets Groups Projects
Commit 901b4810 authored by Luis Gerhorst's avatar Luis Gerhorst
Browse files

Note on EL1 IRQ routing

parent b46497fb
No related branches found
No related tags found
No related merge requests found
...@@ -174,6 +174,8 @@ References: ...@@ -174,6 +174,8 @@ References:
mov x0, #(CPACR_EL1_FPEN_NOTRAP) mov x0, #(CPACR_EL1_FPEN_NOTRAP)
msr cpacr_el1, x0 msr cpacr_el1, x0
/* TODO: Maybe we should enable EA/IRQ/FIQ routing to EL1 here? */
/* /*
* Enable the instruction cache and el1 stack alignment check. * Enable the instruction cache and el1 stack alignment check.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment