riscv: Add SiFive FU540 board support
authorAnup Patel <Anup.Patel@wdc.com>
Mon, 25 Feb 2019 08:15:19 +0000 (08:15 +0000)
committerAndes <uboot@andestech.com>
Wed, 27 Feb 2019 01:12:33 +0000 (09:12 +0800)
commit3fda0262c33fc2b63be06588afe2802a8ab81eb8
tree12525cead331fd5eb267aa0b8b4d3d601393ab41
parent007056f495c9fc5c544f71762f874a19a9b004a3
riscv: Add SiFive FU540 board support

This patch adds SiFive FU540 board support. For now, only
SiFive serial, SiFive PRCI, and Cadance MACB drivers are
only enabled. The SiFive FU540 defconfig by default builds
U-Boot for S-Mode because U-Boot on SiFive FU540 will run
in S-Mode as payload of BBL or OpenSBI.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/riscv/Kconfig
board/sifive/fu540/Kconfig [new file with mode: 0644]
board/sifive/fu540/MAINTAINERS [new file with mode: 0644]
board/sifive/fu540/Makefile [new file with mode: 0644]
board/sifive/fu540/fu540.c [new file with mode: 0644]
configs/sifive_fu540_defconfig [new file with mode: 0644]
include/configs/sifive-fu540.h [new file with mode: 0644]