boot: make our tasks explicit.

This commit is contained in:
Michael Scire 2019-04-29 06:09:47 -07:00
parent 7c5dc61795
commit 9c53c0c0cc

View file

@ -100,5 +100,28 @@ int main(int argc, char **argv)
/* TODO: Implement the boot sysmodule -- boot_old to be broadly rewritten. */ /* 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; return 0;
} }