mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
This commit is contained in:
parent
ca7b441079
commit
a292e95c2f
11 changed files with 175 additions and 4 deletions
|
@ -126,6 +126,10 @@ void coldboot_init_dma_controllers(void) {
|
|||
/* SYSCTR0_CNTCR_0 = ENABLE | HALT_ON_DEBUG (write-once init) */
|
||||
(*((volatile uint32_t *)(0x700F0000))) = 3;
|
||||
|
||||
/* Set some unknown registers in HOST1X. */
|
||||
(*((volatile uint32_t *)(0x500038F8))) &= 0xFFFFFFFE;
|
||||
(*((volatile uint32_t *)(0x50003300))) = 0;
|
||||
|
||||
/* AHB_MASTER_SWID_0 */
|
||||
(*((volatile uint32_t *)(0x6000C018))) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue