No. u-Boot is bootloader, not a regular OS task doing some job in a loop.
The boot CPU may spend time in different loops depending on the boot stage,
waiting for some IO status or user input, but basically there is no loop that
could be called "main".
The best way to familiarize with the execution flow inside u-Boot is to run it
under control of a source-level debugger. Refer to the appnote mentioned above.
Have a great day,
Platon
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------