]> git.baikalelectronics.ru Git - uboot.git/commit
MSCC: Add board support for Jaguar2 SOC family
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Sat, 12 Jan 2019 17:57:00 +0000 (18:57 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 16 Jan 2019 12:56:43 +0000 (13:56 +0100)
commitbb787ce97bf46dc931b66dfce431ac670c6fdf09
tree01ddf059529697cc4c71f9e370addb3d1bb218c1
parent2d97b9fd9cd1a7d3b94477a0fcb1e53216c4548d
MSCC: Add board support for Jaguar2 SOC family

Add board support and configuration for Jaguar2 SOC family.
The detection of the board type in this family is based on the phy ids.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
arch/mips/dts/Makefile
arch/mips/mach-mscc/Makefile
board/mscc/common/Makefile [new file with mode: 0644]
board/mscc/common/spi.c [new file with mode: 0644]
board/mscc/jr2/Kconfig [new file with mode: 0644]
board/mscc/jr2/Makefile [new file with mode: 0644]
board/mscc/jr2/jr2.c [new file with mode: 0644]
board/mscc/ocelot/ocelot.c
configs/mscc_jr2_defconfig [new file with mode: 0644]