diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-03-17 11:10:58 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-04-08 15:37:29 +0800 |
commit | ae2d9506a36ce2a31b2865c7071e3d20aa633340 (patch) | |
tree | 7d121c030219cbb870d2c858b20d0735f32013f1 /board/sifive | |
parent | be5c442a1557ec6b2ffd06538cb40562f5d19b47 (diff) | |
download | u-boot-ae2d9506a36ce2a31b2865c7071e3d20aa633340.tar.gz u-boot-ae2d9506a36ce2a31b2865c7071e3d20aa633340.tar.bz2 u-boot-ae2d9506a36ce2a31b2865c7071e3d20aa633340.zip |
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>
Diffstat (limited to 'board/sifive')
-rw-r--r-- | board/sifive/unleashed/Kconfig (renamed from board/sifive/fu540/Kconfig) | 6 | ||||
-rw-r--r-- | board/sifive/unleashed/MAINTAINERS (renamed from board/sifive/fu540/MAINTAINERS) | 10 | ||||
-rw-r--r-- | board/sifive/unleashed/Makefile (renamed from board/sifive/fu540/Makefile) | 2 | ||||
-rw-r--r-- | board/sifive/unleashed/spl.c (renamed from board/sifive/fu540/spl.c) | 0 | ||||
-rw-r--r-- | board/sifive/unleashed/unleashed.c (renamed from board/sifive/fu540/fu540.c) | 0 |
5 files changed, 9 insertions, 9 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/unleashed/Kconfig index 64fdbd44b4..dbffd59c98 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/unleashed/Kconfig @@ -1,7 +1,7 @@ -if TARGET_SIFIVE_FU540 +if TARGET_SIFIVE_UNLEASHED config SYS_BOARD - default "fu540" + default "unleashed" config SYS_VENDOR default "sifive" @@ -10,7 +10,7 @@ config SYS_CPU default "fu540" config SYS_CONFIG_NAME - default "sifive-fu540" + default "sifive-unleashed" config SYS_TEXT_BASE default 0x80200000 if SPL diff --git a/board/sifive/fu540/MAINTAINERS b/board/sifive/unleashed/MAINTAINERS index 27620727bd..2ea00749cb 100644 --- a/board/sifive/fu540/MAINTAINERS +++ b/board/sifive/unleashed/MAINTAINERS @@ -1,10 +1,10 @@ -SiFive FU540 BOARD +SiFive HiFive Unleashed BOARD M: Paul Walmsley <paul.walmsley@sifive.com> M: Palmer Dabbelt <palmer@dabbelt.com> M: Anup Patel <anup.patel@wdc.com> M: Atish Patra <atish.patra@wdc.com> S: Maintained -F: board/sifive/fu540/ -F: doc/board/sifive/fu540.rst -F: include/configs/sifive-fu540.h -F: configs/sifive_fu540_defconfig +F: board/sifive/unleashed/ +F: doc/board/sifive/unleashed.rst +F: include/configs/sifive-unleashed.h +F: configs/sifive_unleashed_defconfig diff --git a/board/sifive/fu540/Makefile b/board/sifive/unleashed/Makefile index b05e2f5807..5821679dd9 100644 --- a/board/sifive/fu540/Makefile +++ b/board/sifive/unleashed/Makefile @@ -2,7 +2,7 @@ # # Copyright (c) 2019 Western Digital Corporation or its affiliates. -obj-y += fu540.o +obj-y += unleashed.o ifdef CONFIG_SPL_BUILD obj-y += spl.o diff --git a/board/sifive/fu540/spl.c b/board/sifive/unleashed/spl.c index fe27316b2d..fe27316b2d 100644 --- a/board/sifive/fu540/spl.c +++ b/board/sifive/unleashed/spl.c diff --git a/board/sifive/fu540/fu540.c b/board/sifive/unleashed/unleashed.c index a4e78220cb..a4e78220cb 100644 --- a/board/sifive/fu540/fu540.c +++ b/board/sifive/unleashed/unleashed.c |