projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eacf07e
)
riscv: qemu: Enable PCI host ECAM generic driver
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 15 May 2019 15:42:58 +0000
(08:42 -0700)
committer
Andes
<uboot@andestech.com>
Wed, 5 Jun 2019 05:19:15 +0000
(13:19 +0800)
QEMU 4.0.0 'virt' target integrates a generic ECAM PCI host.
Enable the driver for it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Tested-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
board/emulation/qemu-riscv/Kconfig
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-riscv/Kconfig
b/board/emulation/qemu-riscv/Kconfig
index 20ea6dc59b740fb5abab42667ee42e01959cabee..2a03e43b4c28cd16e39b8cfc23c159d351ce66cb 100644
(file)
--- a/
board/emulation/qemu-riscv/Kconfig
+++ b/
board/emulation/qemu-riscv/Kconfig
@@
-36,5
+36,9
@@
config BOARD_SPECIFIC_OPTIONS # dummy
imply OF_BOARD_SETUP
imply SIFIVE_SERIAL
imply SMP
+ imply PCI
+ imply DM_PCI
+ imply PCIE_ECAM_GENERIC
+ imply CMD_PCI
endif