]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
bootstd: Add the bootmeth uclass and helpers
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:08 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commita950d31abe980ba40a0a94fbf41136550187f8cd
tree121c65da447165502e8a210924a5ab02635bfd27
parent201417d700a2ab09f247c1be9952176970c0f6bd
bootstd: Add the bootmeth uclass and helpers

A bootmeth is a method of locating an operating system. For now, just
add the uclass itself. Drivers for particular bootmeths are added later.

If no bootmeths devices are included in the devicetree, create them
automatically. This avoids the need for boilerplate in the devicetree
files.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
boot/Makefile
boot/bootmeth-uclass.c [new file with mode: 0644]
boot/bootstd-uclass.c
include/bootmeth.h [new file with mode: 0644]
include/dm/uclass-id.h
include/env_callback.h