From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Thu, 6 Jul 2017 18:49:22 +0200 Subject: [U-Boot] [PATCH v3] powerpc, 8xx: Add support for MCR3000 board from CSSI In-Reply-To: <20170706144516.9DF0269745@pc13941vm.idsi0.si.c-s.fr> References: <20170706144516.9DF0269745@pc13941vm.idsi0.si.c-s.fr> Message-ID: <595E6A12.8050404@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Christophe, Am 06.07.2017 um 16:45 schrieb Christophe Leroy: > 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 > --- > v3: Takes into account comments received from Heiko and Wolfgang > > Applies after the v2 serie 'powerpc, 8xx: Modernise the 8xx' > > .travis.yml | 2 + > arch/powerpc/cpu/mpc8xx/Kconfig | 5 + > board/cssi/MAINTAINERS | 6 + > board/cssi/MCR3000/Kconfig | 15 ++ > board/cssi/MCR3000/MCR3000.c | 320 ++++++++++++++++++++++++++++++++++++++++ > board/cssi/MCR3000/Makefile | 10 ++ > board/cssi/MCR3000/nand.c | 65 ++++++++ > board/cssi/MCR3000/u-boot.lds | 91 ++++++++++++ > configs/MCR3000_defconfig | 88 +++++++++++ > drivers/net/mpc8xx_fec.c | 20 +++ > include/configs/MCR3000.h | 162 ++++++++++++++++++++ > 11 files changed, 784 insertions(+) > create mode 100644 board/cssi/MAINTAINERS > create mode 100644 board/cssi/MCR3000/Kconfig > create mode 100644 board/cssi/MCR3000/MCR3000.c > create mode 100644 board/cssi/MCR3000/Makefile > create mode 100644 board/cssi/MCR3000/nand.c > create mode 100644 board/cssi/MCR3000/u-boot.lds > create mode 100644 configs/MCR3000_defconfig > create mode 100644 include/configs/MCR3000.h no more comments beside Wolfgangs. Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany