commit | ef5e3891f57e6fc863fabbc94b1d7da79d1940bb | [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 | 9d260253e869bf518e35a97f8a394719bd5149fb [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>