commit | 08ad13ed722b29fd5258d94129f77cb7cce6a1dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:06 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | 194029c9a4a83a48de03dc12c8e2fcc9285816ac | |
parent | a16d87d343bd0411e09df6926f77b3ee4fea7d67 [diff] |
bootstd: Add the bootstd uclass and core implementation The 'bootstd' device provides the central information about U-Boot standard boot. Add a uclass for bootstd and the various helpers needed to make it work. Also add a binding file. Signed-off-by: Simon Glass <sjg@chromium.org>