]> git.dujemihanovic.xyz Git - u-boot.git/commit
upl: Add basic tests
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:29 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:20 +0000 (16:03 -0600)
commit637be2e53f66034ed7475d5981e4445a538a7639
tree02511a462efe62548760cc1a4e6af9337a7d5680
parent3848e97c5c74dcebe1694ff14df522badc0df9e4
upl: Add basic tests

Add some unit tests to check that we can write a UPL handoff and read it
back.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
include/test/suites.h
include/upl.h
test/boot/Makefile
test/boot/upl.c [new file with mode: 0644]
test/cmd_ut.c