[PATCH v3 4/4] qemu: add sandbox driver and tests
Simon Glass
sjg at chromium.org
Tue Feb 23 16:58:23 CET 2021
On Tue, 23 Feb 2021 at 06:44, Asherah Connor <ashe at kivikakk.ee> wrote:
>
> We minimally exercise the sandbox driver.
>
> Signed-off-by: Asherah Connor <ashe at kivikakk.ee>
> ---
>
> (no changes since v1)
>
> arch/sandbox/dts/sandbox.dtsi | 4 ++
> arch/sandbox/dts/test.dts | 4 ++
> drivers/misc/Makefile | 11 ++-
> drivers/misc/qfw_sandbox.c | 129 ++++++++++++++++++++++++++++++++++
> test/dm/Makefile | 1 +
> test/dm/qfw.c | 42 +++++++++++
> 6 files changed, 185 insertions(+), 6 deletions(-)
> create mode 100644 drivers/misc/qfw_sandbox.c
> create mode 100644 test/dm/qfw.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list