From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 23 Jun 2017 15:52:40 +0200 Subject: [U-Boot] [PATCH 4/4] powerpc, 8xx: Add support for MCR3000 board from CSSI In-Reply-To: <2ffe402f2d7b3c4d2156e6e1e9a871304c551efd.1498132599.git.christophe.leroy@c-s.fr> References: <2ffe402f2d7b3c4d2156e6e1e9a871304c551efd.1498132599.git.christophe.leroy@c-s.fr> Message-ID: <20170623135240.E0065120328@gemini.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 Dear Christophe Leroy, In message <2ffe402f2d7b3c4d2156e6e1e9a871304c551efd.1498132599.git.christophe.leroy@c-s.fr> you wrote: > 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 > --- > arch/powerpc/cpu/mpc8xx/Kconfig | 5 + > arch/powerpc/cpu/mpc8xx/cpu_init.c | 2 + > arch/powerpc/cpu/mpc8xx/fec.c | 20 ++ > board/cssi/MAINTAINERS | 6 + > board/cssi/MCR3000/Kconfig | 15 ++ > board/cssi/MCR3000/MCR3000.c | 436 +++++++++++++++++++++++++++++++++++++ > board/cssi/MCR3000/Makefile | 9 + > board/cssi/MCR3000/nand.c | 77 +++++++ > board/cssi/MCR3000/u-boot.lds | 91 ++++++++ > configs/MCR3000_defconfig | 37 ++++ > include/configs/MCR3000.h | 293 +++++++++++++++++++++++++ > 11 files changed, 991 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 Does not apply. Naked-by: Wolfgang Denk Christophe: it makes no sense to submit patches based on code that is no longer in the tree. The patches submitted to re-add the old code as is have been and will be NAKed. Sorry. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de The right word may be effective, but no word was ever as effective as a rightly timed pause. - Mark Twain