test: Update bootstd to do init from tests
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:48 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:59 +0000 (20:10 -0600)
commitc7326f969178ab2a231944f09d9bfec52f053f44
treefecc23322866d60827d8cad69d65e7fd10cced20
parentba1112839ace31b4aed85506cf5fe74256c597df
test: Update bootstd to do init from tests

Rather than having an init function and then running the tests, create a
test-init function to do it. This will allow us to get rid of the
command function.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/bootstd_common.c
test/boot/bootstd_common.h
test/boot/vbe_simple.c