All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anup Patel <anup@brainfault.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/2] riscv: qemu: Imply SIFIVE_SERIAL for emulation
Date: Tue, 11 Dec 2018 20:32:21 +0530	[thread overview]
Message-ID: <20181211150221.62514-3-anup@brainfault.org> (raw)
In-Reply-To: <20181211150221.62514-1-anup@brainfault.org>

This patch enables SiFive UART driver for QEMU RISC-V emulation
by implying SIFIVE_SERIAL on BOARD_SPECIFIC_OPTIONS.

Signed-off-by: Anup Patel <anup@brainfault.org>
---
 board/emulation/qemu-riscv/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 56bb5337d4..436db01a53 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -32,5 +32,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	imply CMD_FAT
 	imply BOARD_LATE_INIT
 	imply OF_BOARD_SETUP
+	imply SIFIVE_SERIAL
 
 endif
-- 
2.17.1

  parent reply	other threads:[~2018-12-11 15:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 15:02 [U-Boot] [PATCH v2 0/2] SiFive UART support Anup Patel
2018-12-11 15:02 ` [U-Boot] [PATCH v2 1/2] drivers: serial: Add SiFive UART driver Anup Patel
2018-12-12  6:23   ` Bin Meng
2018-12-11 15:02 ` Anup Patel [this message]
2018-12-12  6:24   ` [U-Boot] [PATCH v2 2/2] riscv: qemu: Imply SIFIVE_SERIAL for emulation Bin Meng
2018-12-11 15:33 ` [U-Boot] [PATCH v2 0/2] SiFive UART support Bin Meng
2018-12-11 16:07   ` Anup Patel
2018-12-11 16:15     ` Bin Meng
2018-12-11 16:20       ` Anup Patel
2018-12-12  6:20         ` Bin Meng
2018-12-14  9:23 ` Anup Patel
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA3A60130@ATCPCS16.andestech.com>
2018-12-17  1:51     ` Rick Chen
2018-12-17  4:15       ` Anup Patel
2018-12-17  5:49         ` Rick Chen

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=20181211150221.62514-3-anup@brainfault.org \
    --to=anup@brainfault.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.