riscv: sifive: Rename fu540 board to unleashed
authorBin Meng <bmeng.cn@gmail.com>
Wed, 17 Mar 2021 03:10:58 +0000 (11:10 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 8 Apr 2021 07:37:29 +0000 (15:37 +0800)
commitae2d9506a36ce2a31b2865c7071e3d20aa633340
tree7d121c030219cbb870d2c858b20d0735f32013f1
parentbe5c442a1557ec6b2ffd06538cb40562f5d19b47
riscv: sifive: Rename fu540 board to unleashed

In preparation to add SiFive Unmatched board support, let's rename
the existing fu540 board to unleashed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
14 files changed:
arch/riscv/Kconfig
arch/riscv/dts/Makefile
board/sifive/unleashed/Kconfig [moved from board/sifive/fu540/Kconfig with 91% similarity]
board/sifive/unleashed/MAINTAINERS [moved from board/sifive/fu540/MAINTAINERS with 50% similarity]
board/sifive/unleashed/Makefile [moved from board/sifive/fu540/Makefile with 87% similarity]
board/sifive/unleashed/spl.c [moved from board/sifive/fu540/spl.c with 100% similarity]
board/sifive/unleashed/unleashed.c [moved from board/sifive/fu540/fu540.c with 100% similarity]
common/spl/Kconfig
configs/sifive_unleashed_defconfig [moved from configs/sifive_fu540_defconfig with 95% similarity]
doc/board/sifive/index.rst
doc/board/sifive/unleashed.rst [moved from doc/board/sifive/fu540.rst with 100% similarity]
drivers/ram/sifive/Kconfig
drivers/reset/Kconfig
include/configs/sifive-unleashed.h [moved from include/configs/sifive-fu540.h with 100% similarity]