]> git.dujemihanovic.xyz Git - u-boot.git/commit
upl: Add an end-to-end test
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:39 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:20 +0000 (16:03 -0600)
commit3403422767650d3ff4f3129ee959e1b5de525161
tree0b411495115b29462dc65cfd92a8cc5a928499fd
parent91fde8e1764ee6302269b2a213d6e6495d539c38
upl: Add an end-to-end test

Now that sandbox_vpl supports UPL, add a test that checks that the
payload can be loaded by SPL and the handoff information passed through
to U-Boot proper.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
test/boot/upl.c
test/py/tests/test_upl.py