]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc, 8xx: Add support for MCR3000 board from CSSI
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 7 Jul 2017 08:16:42 +0000 (10:16 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 8 Jul 2017 19:56:06 +0000 (15:56 -0400)
commit8cff3bc6fa68174b5d9185c07a071baf78c2f66a
tree6e57b908237df4d480f97f5cd197f9ecd0ee4b4c
parent3b7247f2223a10bb2f0627d05945aa3e31062281
powerpc, 8xx: Add support for MCR3000 board from CSSI

CS Systemes d'Information (CSSI) manufactures two boards, named MCR3000
and CMPC885 which are respectively based on MPC866 and MPC885 processors.

This patch adds support for the first board.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
.travis.yml
arch/powerpc/cpu/mpc8xx/Kconfig
board/cssi/MAINTAINERS [new file with mode: 0644]
board/cssi/MCR3000/Kconfig [new file with mode: 0644]
board/cssi/MCR3000/MCR3000.c [new file with mode: 0644]
board/cssi/MCR3000/Makefile [new file with mode: 0644]
board/cssi/MCR3000/nand.c [new file with mode: 0644]
board/cssi/MCR3000/u-boot.lds [new file with mode: 0644]
configs/MCR3000_defconfig [new file with mode: 0644]
drivers/net/mpc8xx_fec.c
include/configs/MCR3000.h [new file with mode: 0644]