[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <mhng-8b2184cd-f91b-465b-bead-f3c2c58e2d44@palmer-si-x1c4>
Date: Fri, 11 Jan 2019 09:10:14 -0800 (PST)
From: Palmer Dabbelt <palmer@...ive.com>
To: Alistair Francis <Alistair.Francis@....com>
CC: Palmpalmer@...ive.com, linux-riscv@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Alistair Francis <Alistair.Francis@....com>
Subject: Re: [PATCH v2] RISC-V: defconfig: Enable Generic PCIE by default
On Thu, 10 Jan 2019 11:35:01 PST (-0800), Alistair Francis wrote:
> Enable generic PCIe by default in the RISC-V defconfig, this allows us
> to use QEMU's PCIe support out of the box.
>
> Signed-off-by: Alistair Francis <alistair.francis@....com>
> ---
> arch/riscv/configs/defconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> index f399659d3b8d..ccfd3f05223c 100644
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -14,6 +14,8 @@ CONFIG_EXPERT=y
> CONFIG_BPF_SYSCALL=y
> CONFIG_SMP=y
> CONFIG_PCI=y
> +CONFIG_PCIEPORTBUS=y
> +CONFIG_PCI_HOST_GENERIC=y
> CONFIG_PCIE_XILINX=y
> CONFIG_MODULES=y
> CONFIG_MODULE_UNLOAD=y
> @@ -77,5 +79,6 @@ CONFIG_NFS_V4_1=y
> CONFIG_NFS_V4_2=y
> CONFIG_ROOT_NFS=y
> CONFIG_CRYPTO_USER_API_HASH=y
> +CONFIG_CRYPTO_DEV_VIRTIO=y
> CONFIG_PRINTK_TIME=y
> # CONFIG_RCU_TRACE is not set
> --
> 2.19.1
Odd -- when your QEMU patches came through I tried doing this, which resulted
in a non-booting kernel. For some reason this patch is fine, though. I'm
going to just assume I screwed this up the first time, so it looks like this
and the QEMU patch are good to go.
Thanks!
Powered by blists - more mailing lists