]> git.baikalelectronics.ru Git - uboot.git/commit
MSCC: add board support for the Luton based evaluation board
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 14 Dec 2018 15:16:50 +0000 (16:16 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 19 Dec 2018 14:23:01 +0000 (15:23 +0100)
commit10b1929d334ce5cfd87e670556e32a7fe1563fed
tree690a9fc813d3e3d8a639a1839e2cea3cc1ba078d
parente47bffa4fc2d4786e52746444635cc201626a17c
MSCC: add board support for the Luton based evaluation board

Adding the support for the Luton boards PCB91 which share common code with
the Ocelots boards, including board code, device tree and configuration.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
MAINTAINERS
arch/mips/dts/luton_pcb091.dts [new file with mode: 0644]
arch/mips/dts/mscc,luton.dtsi [new file with mode: 0644]
arch/mips/mach-mscc/Kconfig
board/mscc/luton/Kconfig [new file with mode: 0644]
board/mscc/luton/Makefile [new file with mode: 0644]
board/mscc/luton/luton.c [new file with mode: 0644]
configs/mscc_luton_defconfig [new file with mode: 0644]