]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: cssi: Add new board MCR3000_2G
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 14 Oct 2022 10:54:50 +0000 (12:54 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 11 Feb 2023 07:47:58 +0000 (08:47 +0100)
commitdac3c6f625e03be0b5017b0d436c73aeeb1a673e
tree933ff2a68dc33211a2e558dc2f082bf6f28c14d7
parent773ad4ebb1d68471fda34352fce2970352be05a0
board: cssi: Add new board MCR3000_2G

This adds a new board from CS GROUP. The board is called
MCR3000_2G, and has a CPU board called CMPC885.

That CPU board is shared with another equipment that will
be added in a later patch.

That board stores Ethernet MAC addresses in an EEPROM which
is accessed using SPI bus.

This patch was originally written by Charles Frey who's
email address is not valid anymore as he left the company.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: FRANJOU Stephane <stephane.franjou@csgroup.eu>
13 files changed:
arch/powerpc/cpu/mpc8xx/Kconfig
arch/powerpc/dts/Makefile
arch/powerpc/dts/cmpc885.dts [new file with mode: 0644]
board/cssi/MAINTAINERS
board/cssi/cmpc885/Kconfig [new file with mode: 0644]
board/cssi/cmpc885/Makefile [new file with mode: 0644]
board/cssi/cmpc885/cmpc885.c [new file with mode: 0644]
board/cssi/cmpc885/cmpc885.env [new file with mode: 0644]
board/cssi/cmpc885/nand.c [new file with mode: 0644]
board/cssi/cmpc885/sdram.c [new file with mode: 0644]
board/cssi/cmpc885/u-boot.lds [new file with mode: 0644]
configs/CMPC885_defconfig [new file with mode: 0644]
include/configs/cmpc885.h [new file with mode: 0644]