commit | a16d87d343bd0411e09df6926f77b3ee4fea7d67 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:05 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | 67332982fc6e48e013834a296f9ed65e28c8a621 | |
parent | 896ed4be324e1a5479be0b65e4f40919f67c6c70 [diff] |
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>