]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2705f8265d6f2b0f96e6ce98b09b5422475c0a23
tree121c65da447165502e8a210924a5ab02635bfd27
parent4d0bd6d051263936355a82041a7304814ee2766c
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