commit | a950d31abe980ba40a0a94fbf41136550187f8cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:08 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | 121c65da447165502e8a210924a5ab02635bfd27 | |
parent | 201417d700a2ab09f247c1be9952176970c0f6bd [diff] |
bootstd: Add the bootmeth uclass and helpers A bootmeth is a method of locating an operating system. For now, just add the uclass itself. Drivers for particular bootmeths are added later. If no bootmeths devices are included in the devicetree, create them automatically. This avoids the need for boilerplate in the devicetree files. Signed-off-by: Simon Glass <sjg@chromium.org>