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

2023-12-11 Thread Simon Glass
Hi Tom, On Sat, 9 Dec 2023 at 12:09, Tom Rini wrote: > > On Sun, Dec 03, 2023 at 05:26:16PM -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() functi

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

2023-12-09 Thread Tom Rini
On Sun, Dec 03, 2023 at 05:26:16PM -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 th

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

2023-12-03 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