]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc061f3dc617e65952b2f70fed6353cdefcee6db0
tree3efdd9e128b058029359981700e050b28b85298c
parent7ba4bfa55f4de72f9187c588d34022dc093a6142
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]