aboutsummaryrefslogtreecommitdiffstats
path: root/doc/device-tree-bindings/bootdev.txt
Commit message (Collapse)AuthorAgeFilesLines
* bootstd: doc: Add documentationWIP/2022-04-25-initial-implementation-of-stdbootSimon Glass2022-04-251-0/+18
| | | | | | | Add documentation for this feature, including the commands and full devicetree bindings. Signed-off-by: Simon Glass <sjg@chromium.org>
* bootstd: Add the bootdev uclassSimon Glass2022-04-251-0/+8
A 'bootdev' is a device which can be used to boot an operating system. It is a child of the media device (e.g. MMC) which handles reading files from that device, such as a bootflow file. Add a uclass for bootdev and the various helpers needed to make it work. Also add a binding file, empty for now. Signed-off-by: Simon Glass <sjg@chromium.org>