aboutsummaryrefslogtreecommitdiff
path: root/boot/prog_boot.c
Commit message (Collapse)AuthorAgeFilesLines
* bootstd: Introduce programmatic bootSimon Glass2023-12-131-0/+51
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>