Re: [PATCH 00/13] Complete decoupling of zboot logic from commands

2024-04-10 Thread Tom Rini
On Sun, 03 Dec 2023 17:29:25 -0700, Simon Glass wrote: > This series refactors the zboot code to allow it to be used with > CONFIG_COMMAND disabled. > > A new zboot_run() function is used to boot a zimage. > > This is cmde (part e of CMDLINE refactoring) > It depends on dm/cmdd-working > which

Re: [PATCH 00/13] Complete decoupling of zboot logic from commands

2023-12-22 Thread Tom Rini
On Sun, Dec 03, 2023 at 05:29:25PM -0700, Simon Glass wrote: > This series refactors the zboot code to allow it to be used with > CONFIG_COMMAND disabled. > > A new zboot_run() function is used to boot a zimage. > > This is cmde (part e of CMDLINE refactoring) > It depends on dm/cmdd-working >

[PATCH 00/13] Complete decoupling of zboot logic from commands

2023-12-03 Thread Simon Glass
This series refactors the zboot code to allow it to be used with CONFIG_COMMAND disabled. A new zboot_run() function is used to boot a zimage. This is cmde (part e of CMDLINE refactoring) It depends on dm/cmdd-working which depends on dm/bootstda-working which depends on dm/cmdc-working Simon