u-boot-brain/arch/riscv/cpu
Bin Meng b984ddc2dd riscv: Move do_reset() to a common place
We don't have a reset method on any RISC-V board yet. Instead of
adding the same 'unsupported' message for each CPU variant it might
make more sense to add a generic do_reset function for all CPU
variants to lib/, similar to the one for ARM (arch/arm/lib/reset.c).

Suggested-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
2018-10-03 17:48:43 +08:00
..
ax25 riscv: Move do_reset() to a common place 2018-10-03 17:48:43 +08:00
qemu riscv: Move do_reset() to a common place 2018-10-03 17:48:43 +08:00
cpu.c riscv: Add a helper routine to print CPU information 2018-10-03 17:47:55 +08:00
Makefile riscv: Make start.S available for all targets 2018-10-03 17:48:14 +08:00
start.S riscv: Make start.S available for all targets 2018-10-03 17:48:14 +08:00
u-boot.lds riscv: Make start.S available for all targets 2018-10-03 17:48:14 +08:00