]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: Rename AXS101 board to more generic AXS10x
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 4 Aug 2016 12:00:35 +0000 (15:00 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 5 Aug 2016 09:50:33 +0000 (12:50 +0300)
commit65fcba1251dcb1fc2c48966406145a69fee3a817
tree7c6742fdb921763dee0564bc58d2bea8e608b310
parentcc8be222d1cf37c4299c019b95d7d932f2a4bbcc
arc: Rename AXS101 board to more generic AXS10x

As of now we have 2 flavors of ARC SDP boards:
 1) AXS101 - with ARC770 in ASIC
 2) AXS103 - with ARC HS38 in FPGA

Both options share exactly the same base-board and only differ with
CPU-tiles in use. That means all peripherals are the same (they are
implemented in FPGA on the base-board) and so generic board could be
used for both.

While at it:
 * Recreated defconfigs with savedefconfig
 * In include/configs/axs10x.h numerical sizes replaced with
defines from linux/sizes.h for better readability.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
12 files changed:
arch/arc/Kconfig
arch/arc/dts/Makefile
board/synopsys/axs101/Makefile [deleted file]
board/synopsys/axs10x/Kconfig [moved from board/synopsys/axs101/Kconfig with 62% similarity]
board/synopsys/axs10x/MAINTAINERS [moved from board/synopsys/axs101/MAINTAINERS with 62% similarity]
board/synopsys/axs10x/Makefile [new file with mode: 0644]
board/synopsys/axs10x/axs10x.c [moved from board/synopsys/axs101/axs101.c with 100% similarity]
board/synopsys/axs10x/axs10x.h [moved from board/synopsys/axs101/axs10x.h with 100% similarity]
board/synopsys/axs10x/nand.c [moved from board/synopsys/axs101/nand.c with 100% similarity]
configs/axs101_defconfig
configs/axs103_defconfig
include/configs/axs10x.h [moved from include/configs/axs101.h with 88% similarity]