MSCC: add support for Ocelot SoCs
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 14 Dec 2018 15:16:47 +0000 (16:16 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 19 Dec 2018 14:23:01 +0000 (15:23 +0100)
commitdd1033e4e0254bd2d19debe433921d9a71bdf674
tree3efdd9e128b058029359981700e050b28b85298c
parent464b96bb8094a359f7b27027319eda64a961c5af
MSCC: add support for Ocelot SoCs

This family of SoCs are found in the Microsemi Switches solution and have
already a support in the linux kernel.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
16 files changed:
MAINTAINERS
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/mach-mscc/Kconfig [new file with mode: 0644]
arch/mips/mach-mscc/Makefile [new file with mode: 0644]
arch/mips/mach-mscc/cpu.c [new file with mode: 0644]
arch/mips/mach-mscc/dram.c [new file with mode: 0644]
arch/mips/mach-mscc/include/ioremap.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/common.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/ddr.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/ocelot/ocelot.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/ocelot/ocelot_icpu_cfg.h [new file with mode: 0644]
arch/mips/mach-mscc/include/mach/tlb.h [new file with mode: 0644]
arch/mips/mach-mscc/lowlevel_init.S [new file with mode: 0644]
arch/mips/mach-mscc/reset.c [new file with mode: 0644]