]> git.baikalelectronics.ru Git - uboot.git/commit
MSCC: Add board support for Serval SoC family.
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Wed, 23 Jan 2019 15:39:45 +0000 (16:39 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 23 Jan 2019 17:28:09 +0000 (18:28 +0100)
commit42a07976073880e2f69b896ab64d2f84f71b40be
tree1c98306ac2c12c2654bf37e65f19de77faaab28f
parent19454f429c79afaeea440ecdb7827bc503898ba7
MSCC: Add board support for Serval SoC family.

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

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/dts/Makefile
arch/mips/mach-mscc/Makefile
board/mscc/serval/Kconfig [new file with mode: 0644]
board/mscc/serval/Makefile [new file with mode: 0644]
board/mscc/serval/serval.c [new file with mode: 0644]
configs/mscc_serval_defconfig [new file with mode: 0644]