projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cdfade
)
riscv: qemu: Add syscon reboot and poweroff support
author
Bin Meng
<bin.meng@windriver.com>
Tue, 23 Jun 2020 05:29:45 +0000
(22:29 -0700)
committer
Andes
<uboot@andestech.com>
Fri, 24 Jul 2020 06:55:55 +0000
(14:55 +0800)
This adds syscon reboot and poweroff support to QEMU RISC-V.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>
board/emulation/qemu-riscv/Kconfig
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-riscv/Kconfig
b/board/emulation/qemu-riscv/Kconfig
index ad99b08b4478c9265ed2e92ae9bd284dcdbe0855..617c4aa33ff8e65613a6c6aa2eb07644263e4cac 100644
(file)
--- a/
board/emulation/qemu-riscv/Kconfig
+++ b/
board/emulation/qemu-riscv/Kconfig
@@
-53,5
+53,9
@@
config BOARD_SPECIFIC_OPTIONS # dummy
imply NVME
imply SPL_RAM_SUPPORT
imply SPL_RAM_DEVICE
+ imply SYSRESET
+ imply SYSRESET_SYSCON
+ imply CMD_POWEROFF
+ imply SYSRESET_CMD_POWEROFF
endif