commit | f6d71a87b62ad50a9c1c72f9704fde342cce7694 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:19 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:14:24 2022 -0400 |
tree | 5b2d7bc4a9a821179fd89658252469405f0cc747 | |
parent | 23e59ec226635cbefbfe2c72dfdfc55b5f54e0d5 [diff] |
bootstd: Provide a bootmeth method to obtain state info Some bootmeths can provide information about what is available to boot. For example, VBE simple provides access to the firmware state. Add a new method for this, along with a sandbox test. Signed-off-by: Simon Glass <sjg@chromium.org>