commit | 2662b54d70fc04f070f0e4a9742d4b3197c9f3ea | [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 | bc06aa035d8f78a713a3d339d45f3d05ef0f0d67 [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>