Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-13 | bootstd: Introduce programmatic boot | Simon Glass | |
At present bootstd requires CONFIG_CMDLINE to operate. Add a new 'programmatic' boot which can be used when no command line is available. For now it does almost nothing, since most bootmeths require the command line. Signed-off-by: Simon Glass <sjg@chromium.org> |