mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 09:31:16 -04:00
Cleanup TODOs, implement bootconfig SCR_EL3 bit setting
This commit is contained in:
parent
bf63a077b1
commit
102fb5004f
7 changed files with 26 additions and 8 deletions
|
@ -14,7 +14,7 @@ static unsigned int get_interrupt_id(void) {
|
|||
return GICC_IAR;
|
||||
}
|
||||
|
||||
/* Initializes the GIC. TODO: This must be called during wakeup. */
|
||||
/* Initializes the GIC. This must be called during wakeup. */
|
||||
void intr_initialize_gic(void) {
|
||||
/* Setup interrupts 0-0x1F as nonsecure with highest non-secure priority. */
|
||||
GICD_IGROUPR[0] = 0xFFFFFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue