commit | 7b15c57b36298525f2a8007556bfa8148cd427cb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:00 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | 6b7c07901345c9bab566ab6db516ad24c914c881 | |
parent | 4e46ef28ebbab4beb44c84b5a94c1f26ac6bc10d [diff] |
x86: Move the bootm state for zimage into cmd/ 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 <sjg@chromium.org>