]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit154c4d9124b725b2564a1e67b18e7a1bf9584d18
tree9d19e433e15c29965cf26316baac4a72531adb1d
parentfdcf6733cee8d81fc563d4a6bc82e5a0323305a5
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]