commit | 161e1e373c42ddc79deb5614114bddf1ae910412 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:22 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:17:10 2022 -0400 |
tree | 6569dd30d4ddc4b0af0f4216b9e7bf3ba0a3c1d0 | |
parent | 4f8633d37f3a29e59a9b209a5a6d84f56edad35d [diff] |
bootstd: Allow EFI bootmgr to support an invalid bootflow For most testing we don't want this bootmeth to actually do anything. For the one test where we do, add a test hook to obtain the correct behaviour. This will allow us to bind the device always, rather than just doing it for this test. Signed-off-by: Simon Glass <sjg@chromium.org>