mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 09:31:16 -04:00
Update pk2ldr outline, prepare for bootup_misc_mmio() impl
This commit is contained in:
parent
303e189559
commit
b3dbfd8ee0
4 changed files with 49 additions and 8 deletions
18
exosphere/src/bootup.c
Normal file
18
exosphere/src/bootup.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "bootup.h"
|
||||
|
||||
void bootup_misc_mmio(void) {
|
||||
/* TODO */
|
||||
/* This func will also be called on warmboot. */
|
||||
/* And will verify stored SE Test Vector, clear keyslots, */
|
||||
/* Generate an SRK, set the warmboot firmware location, */
|
||||
/* Configure the GPU uCode carveout, configure the Kernel default carveouts, */
|
||||
/* Initialize the PMC secure scratch registers, initialize MISC registers, */
|
||||
/* And assign "se_operation_completed" to Interrupt 0x5A. */
|
||||
}
|
||||
|
||||
void setup_4x_mmio(void) {
|
||||
/* TODO */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue