board: sifive: add HiFive Unmatched board support
authorGreen Wan <green.wan@sifive.com>
Thu, 27 May 2021 13:52:13 +0000 (06:52 -0700)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 31 May 2021 08:35:55 +0000 (16:35 +0800)
commit70415e1e528db0856fedd4fa79b9f4a303a28c62
tree5a03934be4bc3c6f15178e4fe4b3746d9d2c6ae9
parent1c07b0c562348f9254c7efa0af69995a5aaa60bb
board: sifive: add HiFive Unmatched board support

Add defconfig and board support for HiFive Unmatched.

Signed-off-by: Green Wan <green.wan@sifive.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Rick Chen <rick@andestech.com>
13 files changed:
arch/riscv/Kconfig
board/sifive/unleashed/Kconfig
board/sifive/unmatched/Kconfig [new file with mode: 0644]
board/sifive/unmatched/MAINTAINERS [new file with mode: 0644]
board/sifive/unmatched/Makefile [new file with mode: 0644]
board/sifive/unmatched/spl.c [new file with mode: 0644]
board/sifive/unmatched/unmatched.c [new file with mode: 0644]
common/spl/Kconfig
configs/sifive_unmatched_defconfig [new file with mode: 0644]
doc/board/sifive/index.rst
doc/board/sifive/unmatched.rst [new file with mode: 0644]
drivers/reset/Kconfig
include/configs/sifive-unmatched.h [new file with mode: 0644]