boot: Implement DetectBootReason

This commit is contained in:
Michael Scire 2019-05-02 19:33:12 -07:00
parent fe0d41623c
commit 93fb060fac
9 changed files with 317 additions and 2 deletions

View file

@ -119,7 +119,8 @@ int main(int argc, char **argv)
/* Check USB PLL/UTMIP clock. */
Boot::CheckClock();
/* TODO: DetectBootReason(); */
/* Talk to PMIC/RTC, set boot reason with SPL. */
Boot::DetectBootReason();
/* TODO: ShowSplashScreen(); */