]> git.dujemihanovic.xyz Git - u-boot.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)
commitef5e3891f57e6fc863fabbc94b1d7da79d1940bb
tree194029c9a4a83a48de03dc12c8e2fcc9285816ac
parent9d260253e869bf518e35a97f8a394719bd5149fb
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