]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add the concept of a bootflow
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:05 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit8b5b468ba8291111373e2f857564f02be854ba78
tree67332982fc6e48e013834a296f9ed65e28c8a621
parent870cf0872d82b9a58a9585137dca540c690df3da
bootstd: Add the concept of a bootflow

A bootflow encapsulates the process used to boot an operating system.
It typically has a control file (such as extlinux.conf) and information
about which 'bootdev' it came from.

Add the header file for this first, since it is needed by all other
files.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
include/bootflow.h [new file with mode: 0644]