[U-Boot] [PATCH 2/2] riscv: qemu: Enable e1000 and nvme support

Auer, Lukas lukas.auer at aisec.fraunhofer.de
Mon May 27 08:40:43 UTC 2019


On Wed, 2019-05-15 at 08:42 -0700, Bin Meng wrote:
> Since we have added the PCI support to the 'virt' target, enable
> e1000 and NVME as alternate network and storage devices for these
> virtio based devices.
> 
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> 
>  board/emulation/qemu-riscv/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
> index 2a03e43..7f9a74d 100644
> --- a/board/emulation/qemu-riscv/Kconfig
> +++ b/board/emulation/qemu-riscv/Kconfig
> @@ -40,5 +40,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>  	imply DM_PCI
>  	imply PCIE_ECAM_GENERIC
>  	imply CMD_PCI
> +	imply E1000
> +	imply NVME
>  
>  endif

Tested the series in QEMU master with an e1000 and a NVMe device,
accessing them from U-Boot.

Reviewed-by: Lukas Auer <lukas.auer at aisec.fraunhofer.de>
Tested-by: Lukas Auer <lukas.auer at aisec.fraunhofer.de>


More information about the U-Boot mailing list