vbe: Add a test for the VBE flow into U-Boot proper
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:23:20 +0000 (18:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:04:00 +0000 (11:04 -0400)
commit77bec9e3d8bd2dc307447b92a3d5cefd693a62ad
tree724c085433631e142a56c052d667139cba29b4a6
parent7f3470bfaa2fd9f2adaa959ce3af8ecf924f4678
vbe: Add a test for the VBE flow into U-Boot proper

Add a test which checks that VBE boots correctly from TPL through to
U-Boot proper.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
test/py/tests/test_vbe_vpl.py [new file with mode: 0644]