]> git.sur5r.net Git - u-boot/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)
commit53193a4f07c9e7a7d42493863712352cf16f1258
tree6e57b908237df4d480f97f5cd197f9ecd0ee4b4c
parentdd7ff4721aaf46533a42ebd017aecd70cafa98e3
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]