On Tue, 23 Feb 2021 at 22:24, Asherah Connor <[email protected]> wrote: > > We minimally exercise the sandbox driver. > > Signed-off-by: Asherah Connor <[email protected]> > --- > > (no changes since v1) > > arch/sandbox/dts/sandbox.dtsi | 4 ++ > arch/sandbox/dts/test.dts | 4 ++ > drivers/misc/Makefile | 1 + > drivers/misc/qfw_sandbox.c | 129 ++++++++++++++++++++++++++++++++++ > test/dm/Makefile | 1 + > test/dm/qfw.c | 42 +++++++++++ > 6 files changed, 181 insertions(+) > create mode 100644 drivers/misc/qfw_sandbox.c > create mode 100644 test/dm/qfw.c >
Reviewed-by: Simon Glass <[email protected]>

