]> git.ipfire.org Git - thirdparty/u-boot.git/commit - common/main.c
bootstd: Introduce programmatic boot
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:05:19 +0000 (14:05 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit1047b5340c1203f825c0a68b33997b787be0123e
treee631e2a3dc1cfccf6a9aa3c61873f5a5ee479dfc
parent984e6fedb54ee45002b8b7e2de916346a1aca26c
bootstd: Introduce programmatic boot

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>
boot/Kconfig
boot/Makefile
boot/prog_boot.c [new file with mode: 0644]
common/main.c
include/bootstd.h