]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add the bootstd uclass and core implementation
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:06 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit0f7da4b1376a43dfa6e19ada314fa84db676d566
tree194029c9a4a83a48de03dc12c8e2fcc9285816ac
parent8b5b468ba8291111373e2f857564f02be854ba78
bootstd: Add the bootstd uclass and core implementation

The 'bootstd' device provides the central information about U-Boot
standard boot.

Add a uclass for bootstd and the various helpers needed to make it
work. Also add a binding file.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
boot/Kconfig
boot/Makefile
boot/bootstd-uclass.c [new file with mode: 0644]
configs/efi-x86_app32_defconfig
configs/efi-x86_app64_defconfig
doc/device-tree-bindings/bootstd.txt [new file with mode: 0644]
include/bootstd.h [new file with mode: 0644]
include/dm/uclass-id.h