All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v4 3/5] qemu: add sandbox driver and tests
Date: Thu, 25 Feb 2021 14:31:31 -0500	[thread overview]
Message-ID: <CAPnjgZ3LZbdFjeJQCjSXHd3S01_FQTGVvBPM8GMGz20gwhrReQ@mail.gmail.com> (raw)
In-Reply-To: <20210224032323.15798-4-ashe@kivikakk.ee>

On Tue, 23 Feb 2021 at 22:24, Asherah Connor <ashe@kivikakk.ee> wrote:
>
> We minimally exercise the sandbox driver.
>
> Signed-off-by: Asherah Connor <ashe@kivikakk.ee>
> ---
>
> (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 <sjg@chromium.org>

  reply	other threads:[~2021-02-25 19:31 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24  3:23 [PATCH v4 0/5] Move qfw to DM, add Arm support Asherah Connor
2021-02-24  3:23 ` [PATCH v4 1/5] arm: x86: qemu: move qfw to DM uclass, " Asherah Connor
2021-02-25 19:31   ` Simon Glass
2021-02-26  2:14   ` Bin Meng
2021-02-26  2:19     ` Bin Meng
2021-02-26  4:54       ` Asherah Connor
2021-02-26  5:07   ` Bin Meng
2021-02-24  3:23 ` [PATCH v4 2/5] arm: x86: qemu: unify qfw driver functions as qfw_ Asherah Connor
2021-02-25 19:31   ` Simon Glass
2021-02-24  3:23 ` [PATCH v4 3/5] qemu: add sandbox driver and tests Asherah Connor
2021-02-25 19:31   ` Simon Glass [this message]
2021-02-24  3:23 ` [PATCH v4 4/5] test: qemu: add simple test for cmd_qfw Asherah Connor
2021-02-25 19:31   ` Simon Glass
2021-02-24  3:23 ` [PATCH v4 5/5] qemu: add documentation to qfw.h Asherah Connor
2021-02-25 19:31   ` Simon Glass
2021-02-26  4:49     ` Asherah Connor
2021-02-25 20:10   ` Heinrich Schuchardt
2021-02-26  4:51     ` Asherah Connor
2021-02-25  7:11 ` [PATCH v4 0/5] Move qfw to DM, add Arm support Asherah Connor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPnjgZ3LZbdFjeJQCjSXHd3S01_FQTGVvBPM8GMGz20gwhrReQ@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.