test: qemu: add qfw sandbox driver, dm tests, qemu tests
authorAsherah Connor <ashe@kivikakk.ee>
Fri, 19 Mar 2021 07:21:41 +0000 (18:21 +1100)
committerTom Rini <trini@konsulko.com>
Mon, 12 Apr 2021 21:45:39 +0000 (17:45 -0400)
commit69512551aa8453b8ea9d1c5c896de9b3ad9cbfdf
tree9d19e433e15c29965cf26316baac4a72531adb1d
parent5b0b43e0e25dbeed62a2155e7f3be562b9ceb9bd
test: qemu: add qfw sandbox driver, dm tests, qemu tests

A sandbox driver and test are added for the qfw uclass, and a test in
QEMU added for qfw functionality to confirm it doesn't break in real
world use.

Signed-off-by: Asherah Connor <ashe@kivikakk.ee>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig
drivers/misc/Makefile
drivers/misc/qfw_sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/qfw.c [new file with mode: 0644]
test/py/tests/test_qfw.py [new file with mode: 0644]