[U-Boot] [PATCH 4/4] powerpc, 8xx: Add support for MCR3000 board from CSSI
Wolfgang Denk
wd at denx.de
Fri Jun 23 13:52:40 UTC 2017
Dear Christophe Leroy,
In message <2ffe402f2d7b3c4d2156e6e1e9a871304c551efd.1498132599.git.christophe.leroy at 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 <christophe.leroy at c-s.fr>
> ---
> 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 <wd at denx.de>
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
More information about the U-Boot
mailing list