mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 00:28:51 -04:00
Implement BootConfig.
This commit is contained in:
parent
d0b74d7751
commit
c5b0639b8a
6 changed files with 159 additions and 76 deletions
|
@ -31,7 +31,7 @@ void intr_initialize_gic(void) {
|
|||
/* Initializes Interrupt Groups 1-7 in the GIC. Called by pk2ldr. */
|
||||
void intr_initialize_gic_nonsecure(void) {
|
||||
for (unsigned int i = 1; i < 8; i++) {
|
||||
GICD_IGROUPR[i] = 0xFFFFFFFF
|
||||
GICD_IGROUPR[i] = 0xFFFFFFFF;
|
||||
}
|
||||
|
||||
for (unsigned int i = 0x20; i < 0xE0; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue