bootctl: Initial experimentation

This provides a basic prototype for boot control.

Some documentation is in boot/bootctl/README.rst
This commit is contained in:
Simon Glass
2025-03-14 07:47:28 +00:00
parent 8bae99245b
commit d9152ea75e
30 changed files with 3371 additions and 4 deletions

View File

@@ -505,6 +505,16 @@ config BOOT_DEFAULTS
of U-Boot to boot various images. Currently much functionality is
tied to enabling the command that exercises it.
config BOOTCTL
bool "Support for boot control"
depends on BOOTSTD
default y
help
This supports an experimental boot control, providing a way to
discover and boot Operating Systems.
For now, this is experimental.
menuconfig BOOTSTD
bool "Standard boot"
default y if BLK