]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: Rename Andes cpu and board names
authorLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 14 Feb 2023 12:42:49 +0000 (20:42 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Fri, 17 Feb 2023 11:07:48 +0000 (19:07 +0800)
commit8900e2bbecd021b16eee7c344cd6ca0e1ee901f3
treee58677bfd533bfc4d9e95a69603f444ae6d84fae
parentda24626d147cdd04e84f88c0196a0131fa22cee7
riscv: Rename Andes cpu and board names

The current ae350-related defconfigs could also
support newer Andes CPU IP, so modify the names of CPU
from ax25 to andesv5, and board name from ax25-ae350 to ae350.

Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Rick Chen <rick@andestech.com>
22 files changed:
arch/riscv/Kconfig
arch/riscv/cpu/andesv5/Kconfig [moved from arch/riscv/cpu/ax25/Kconfig with 100% similarity]
arch/riscv/cpu/andesv5/Makefile [moved from arch/riscv/cpu/ax25/Makefile with 100% similarity]
arch/riscv/cpu/andesv5/cache.c [moved from arch/riscv/cpu/ax25/cache.c with 100% similarity]
arch/riscv/cpu/andesv5/cpu.c [moved from arch/riscv/cpu/ax25/cpu.c with 100% similarity]
arch/riscv/cpu/andesv5/spl.c [moved from arch/riscv/cpu/ax25/spl.c with 100% similarity]
arch/riscv/dts/Makefile
board/AndesTech/ae350/Kconfig [moved from board/AndesTech/ax25-ae350/Kconfig with 88% similarity]
board/AndesTech/ae350/MAINTAINERS [moved from board/AndesTech/ax25-ae350/MAINTAINERS with 80% similarity]
board/AndesTech/ae350/Makefile [moved from board/AndesTech/ax25-ae350/Makefile with 87% similarity]
board/AndesTech/ae350/ae350.c [moved from board/AndesTech/ax25-ae350/ax25-ae350.c with 100% similarity]
configs/ae350_rv32_defconfig
configs/ae350_rv32_spl_defconfig
configs/ae350_rv32_spl_xip_defconfig
configs/ae350_rv32_xip_defconfig
configs/ae350_rv64_defconfig
configs/ae350_rv64_spl_defconfig
configs/ae350_rv64_spl_xip_defconfig
configs/ae350_rv64_xip_defconfig
doc/board/AndesTech/ae350.rst [moved from doc/board/AndesTech/ax25-ae350.rst with 98% similarity]
doc/board/AndesTech/index.rst
include/configs/ae350.h [moved from include/configs/ax25-ae350.h with 100% similarity]