bootstd: Move VBE setup into a shared function
authorSimon Glass <sjg@chromium.org>
Tue, 11 Oct 2022 15:47:13 +0000 (09:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 03:17:13 +0000 (21:17 -0600)
commitbfdfc5d85398fba50e5e2b1e571df53f189f565a
treec8b0807a8ff513049afaf5936082b6f2c347e85b
parentbaf4141079aa18e5f40fcecaa9dabaeaa9437bee
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>
test/boot/bootstd_common.c
test/boot/bootstd_common.h
test/boot/vbe_simple.c