projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5196d
)
riscv: qemu: Include some useful commands
author
Bin Meng
<bmeng.cn@gmail.com>
Mon, 15 Oct 2018 09:21:14 +0000
(
02:21
-0700)
committer
Simon Glass
<sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000
(09:16 -0800)
With the virtio net and blk drivers, we can do more stuff with some
useful commands. Imply those in the board Kconfig.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/emulation/qemu-riscv/Kconfig
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-riscv/Kconfig
b/board/emulation/qemu-riscv/Kconfig
index 5ae56da7645a1372bff8b08cef5d811a2f45a96a..37a80db6a94d069d5c7942fc0e3df95d07f8d8cb 100644
(file)
--- a/
board/emulation/qemu-riscv/Kconfig
+++ b/
board/emulation/qemu-riscv/Kconfig
@@
-21,5
+21,13
@@
config BOARD_SPECIFIC_OPTIONS # dummy
imply VIRTIO_MMIO
imply VIRTIO_NET
imply VIRTIO_BLK
+ imply CMD_PING
+ imply CMD_FS_GENERIC
+ imply DOS_PARTITION
+ imply EFI_PARTITION
+ imply ISO_PARTITION
+ imply CMD_EXT2
+ imply CMD_EXT4
+ imply CMD_FAT
endif