commit | 4f8633d37f3a29e59a9b209a5a6d84f56edad35d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:21 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:17:10 2022 -0400 |
tree | 4869d2b427ae2bd73839b0d254f593fa3a51f744 | |
parent | f6f88ba2d771ba3a091e44e65316943ba32fcc5d [diff] |
bootstd: Allow bootmeths to be marked as global The current way of handling things like EFI bootmgr is a bit odd, since that bootmeth handles selection of the bootdev itself. VBE needs to work the same way, so we should support it properly. Add a flag that indicates that the bootmeth is global, rather than being invoked on each bootdev. Provide a helper to read a bootflow from the bootmeth. Signed-off-by: Simon Glass <sjg@chromium.org>