[PATCH v2 07/14] bootstd: Move VBE setup into a shared function
Simon Glass
sjg at chromium.org
Mon Oct 17 23:30:13 CEST 2022
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 at chromium.org>
---
(no changes since v1)
test/boot/bootstd_common.c | 48 ++++++++++++++++++++++++++++++++++++++
test/boot/bootstd_common.h | 16 +++++++++++++
test/boot/vbe_simple.c | 34 ++++-----------------------
3 files changed, 68 insertions(+), 30 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list