All of lore.kernel.org
 help / color / mirror / Atom feed
From: Asherah Connor <ashe@kivikakk.ee>
To: u-boot@lists.denx.de
Subject: [PATCH v6 4/4] qemu: arm: select QFW, MMIO on qemu-arm
Date: Sun,  7 Mar 2021 14:59:59 +1100	[thread overview]
Message-ID: <20210307035958.25969-5-ashe@kivikakk.ee> (raw)
In-Reply-To: <20210307035958.25969-1-ashe@kivikakk.ee>

Select CMD_QFW and QFW_MMIO in the qemu-arm board (covers arm and
arm64).

Signed-off-by: Asherah Connor <ashe@kivikakk.ee>

---

(no changes since v5)

Changes in v5:
* Split adding MMIO driver to QEMU arm/64 into own commit.
* Use the generic qemu-arm board config rather than adding to multiple
  defconfigs.

 board/emulation/qemu-arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig
index fb8d38f5b8..95dbefa78b 100644
--- a/board/emulation/qemu-arm/Kconfig
+++ b/board/emulation/qemu-arm/Kconfig
@@ -5,6 +5,8 @@ config SYS_TEXT_BASE
 
 config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
+	select CMD_QFW
+	select QFW_MMIO
 	imply VIRTIO_MMIO
 	imply VIRTIO_PCI
 	imply VIRTIO_NET
-- 
2.20.1

  parent reply	other threads:[~2021-03-07  3:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-07  3:59 [PATCH v6 0/4] Move qfw to DM, add Arm support Asherah Connor
2021-03-07  3:59 ` [PATCH v6 1/4] x86: qemu: move QFW to its own uclass Asherah Connor
2021-03-12  4:45   ` Simon Glass
2021-03-07  3:59 ` [PATCH v6 2/4] test: qemu: add qfw sandbox driver, dm tests, qemu tests Asherah Connor
2021-03-14 20:22   ` Tom Rini
2021-03-19  2:57     ` Asherah Connor
2021-03-07  3:59 ` [PATCH v6 3/4] qemu: add MMIO driver for QFW Asherah Connor
2021-03-12  4:45   ` Simon Glass
2021-03-07  3:59 ` Asherah Connor [this message]
2021-03-12  4:45   ` [PATCH v6 4/4] qemu: arm: select QFW, MMIO on qemu-arm Simon Glass

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=20210307035958.25969-5-ashe@kivikakk.ee \
    --to=ashe@kivikakk.ee \
    --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.