Re: [PATCH v6 2/4] test: qemu: add qfw sandbox driver, dm tests, qemu tests

2021-03-18 Thread Asherah Connor
On 21/03/14 04:03:p, Tom Rini wrote: > A small thing, CMD_QFW needs to be disabled on sandbox_spl_defconfig (a > special config for some tests only). A larger thing is that these tests > fail for me both locally and in CI: > https://source.denx.de/u-boot/u-boot/-/jobs/237539 > https://source.denx.

Re: [PATCH v6 2/4] test: qemu: add qfw sandbox driver, dm tests, qemu tests

2021-03-14 Thread Tom Rini
On Sun, Mar 07, 2021 at 02:59:57PM +1100, Asherah Connor wrote: > 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 > Reviewed-by: Simon Glass A small thing

[PATCH v6 2/4] test: qemu: add qfw sandbox driver, dm tests, qemu tests

2021-03-06 Thread Asherah Connor
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 Reviewed-by: Simon Glass --- (no changes since v1) drivers/misc/Makefile | 1 + drivers/misc/qfw_sandbox.c