Re: [PATCH v5 06/29] x86: Move the bootm state for zimage into cmd/

2025-03-14 Thread Simon Glass
Hi Heinrich, On Sat, 8 Mar 2025 at 05:07, Heinrich Schuchardt wrote: > > On 3/6/25 01:25, Simon Glass wrote: > > Rather than holding the state in the implementation code, move it to the > > command code. The state is now passed to the implementation functions > > and can there (with future work)

Re: [PATCH v5 06/29] x86: Move the bootm state for zimage into cmd/

2025-03-07 Thread Heinrich Schuchardt
On 3/6/25 01:25, Simon Glass wrote: Rather than holding the state in the implementation code, move it to the command code. The state is now passed to the implementation functions and can there (with future work) be pass in from bootstd, without going Nits %s/pass/passsed/ through the commands

[PATCH v5 06/29] x86: Move the bootm state for zimage into cmd/

2025-03-05 Thread Simon Glass
Rather than holding the state in the implementation code, move it to the command code. The state is now passed to the implementation functions and can there (with future work) be pass in from bootstd, without going through the commands. Signed-off-by: Simon Glass --- (no changes since v1) arch