mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
boot: make our tasks explicit.
This commit is contained in:
parent
7c5dc61795
commit
9c53c0c0cc
1 changed files with 23 additions and 0 deletions
|
@ -100,5 +100,28 @@ int main(int argc, char **argv)
|
|||
|
||||
/* TODO: Implement the boot sysmodule -- boot_old to be broadly rewritten. */
|
||||
|
||||
/* TODO: Explicitly: */
|
||||
|
||||
/* TODO: ChangeGpioVoltageTo1_8v(); */
|
||||
|
||||
/* TODO: SetInitialGpioConfiguration(); */
|
||||
|
||||
/* TODO: CheckClock(); */
|
||||
|
||||
/* TODO: DetectBootReason(); */
|
||||
|
||||
/* TODO: ShowSplashScreen(); */
|
||||
|
||||
/* TODO: ConfigurePinmux(); */
|
||||
|
||||
/* TODO: SetInitialWakePinConfiguration(); */
|
||||
|
||||
/* TODO: SetInitialClockConfiguration(); */
|
||||
|
||||
/* TODO: CheckAndRepairBootImages(); */
|
||||
|
||||
/* TODO: NotifyBootFinished(); */
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue