Re: [PATCH v3 00/22] Complete decoupling of bootm logic from commands

2023-12-21 Thread Tom Rini
On Fri, 15 Dec 2023 20:14:04 -0700, Simon Glass wrote: > This series continues refactoring the bootm code to allow it to be used > with CONFIG_COMMAND disabled. The OS-handling code is refactored and > a new bootm_run() function is created to run through the bootm stages. > This completes the work

[PATCH v3 00/22] Complete decoupling of bootm logic from commands

2023-12-15 Thread Simon Glass
This series continues refactoring the bootm code to allow it to be used with CONFIG_COMMAND disabled. The OS-handling code is refactored and a new bootm_run() function is created to run through the bootm stages. This completes the work. A booti_go() function is created also, in case it proves usef