MSCC: add support for Luton SoCs
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 14 Dec 2018 15:16:48 +0000 (16:16 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 19 Dec 2018 14:23:01 +0000 (15:23 +0100)
commit6bd8231a6dd58c2003e67a84e55705014d963989
tree73a1600debc1d5d272a39d2d3d8dd8ecd882ca69
parentdd1033e4e0254bd2d19debe433921d9a71bdf674
MSCC: add support for Luton SoCs

As the Ocelots SoCs, this family of SoCs are found in the Microsemi
Switches solution.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/mips/mach-mscc/Kconfig
arch/mips/mach-mscc/Makefile
arch/mips/mach-mscc/cpu.c
arch/mips/mach-mscc/dram.c
arch/mips/mach-mscc/include/mach/common.h
arch/mips/mach-mscc/include/mach/ddr.h
arch/mips/mach-mscc/include/mach/luton/luton.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/luton/luton_icpu_cfg.h [new file with mode: 0644]
arch/mips/mach-mscc/lowlevel_init.S
arch/mips/mach-mscc/lowlevel_init_luton.S [new file with mode: 0644]