commit | 8025346133901c158558a305ed4421063f39fd68 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 11 09:47:13 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 17 21:17:13 2022 -0600 |
tree | c8b0807a8ff513049afaf5936082b6f2c347e85b | |
parent | 84328cff75b52c113f1ac78f36aa88b18e75937a [diff] |
bootstd: Move VBE setup into a shared function This information needs to be set up by the bootstd tests as well. Move it into a common function and ensure it is executed before any bootstd test is run. Make sure the 'images' parameter is set correctly for fixups. Signed-off-by: Simon Glass <sjg@chromium.org>