]> Git Repo - J-u-boot.git/commit
riscv: Rename Andes cpu and board names
authorLeo Yu-Chi Liang <[email protected]>
Tue, 14 Feb 2023 12:42:49 +0000 (20:42 +0800)
committerLeo Yu-Chi Liang <[email protected]>
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 <[email protected]>
Reviewed-by: Yu Chien Peter Lin <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
33 files changed:
arch/riscv/Kconfig
arch/riscv/cpu/andesv5/Kconfig [new file with mode: 0644]
arch/riscv/cpu/andesv5/Makefile [new file with mode: 0644]
arch/riscv/cpu/andesv5/cache.c [new file with mode: 0644]
arch/riscv/cpu/andesv5/cpu.c [new file with mode: 0644]
arch/riscv/cpu/andesv5/spl.c [new file with mode: 0644]
arch/riscv/cpu/ax25/Kconfig [deleted file]
arch/riscv/cpu/ax25/Makefile [deleted file]
arch/riscv/cpu/ax25/cache.c [deleted file]
arch/riscv/cpu/ax25/cpu.c [deleted file]
arch/riscv/cpu/ax25/spl.c [deleted file]
arch/riscv/dts/Makefile
board/AndesTech/ae350/Kconfig [new file with mode: 0644]
board/AndesTech/ae350/MAINTAINERS [new file with mode: 0644]
board/AndesTech/ae350/Makefile [new file with mode: 0644]
board/AndesTech/ae350/ae350.c [new file with mode: 0644]
board/AndesTech/ax25-ae350/Kconfig [deleted file]
board/AndesTech/ax25-ae350/MAINTAINERS [deleted file]
board/AndesTech/ax25-ae350/Makefile [deleted file]
board/AndesTech/ax25-ae350/ax25-ae350.c [deleted file]
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 [new file with mode: 0644]
doc/board/AndesTech/ax25-ae350.rst [deleted file]
doc/board/AndesTech/index.rst
include/configs/ae350.h [new file with mode: 0644]
include/configs/ax25-ae350.h [deleted file]
This page took 0.046448 seconds and 4 git commands to generate.