Re: [U-Boot] [PATCH v2] powerpc, 8xx: Add support for MCR3000 board from CSSI

2017-07-06 Thread Tom Rini
On Thu, Jul 06, 2017 at 03:58:27PM +0200, Christophe LEROY wrote: > Dear Wolfgang, > > Le 06/07/2017 à 13:12, Wolfgang Denk a écrit : > >Dear Christophe, > > > >In message <20170706083955.0d92f69...@pc13941vm.idsi0.si.c-s.fr> you wrote: > >> > >>This patch adds support for the first board. > >...

Re: [U-Boot] [PATCH v2] powerpc, 8xx: Add support for MCR3000 board from CSSI

2017-07-06 Thread Christophe LEROY
Dear Wolfgang, Le 06/07/2017 à 13:12, Wolfgang Denk a écrit : Dear Christophe, In message <20170706083955.0d92f69...@pc13941vm.idsi0.si.c-s.fr> you wrote: This patch adds support for the first board. ... diff --git a/board/cssi/MCR3000/u-boot.lds b/board/cssi/MCR3000/u-boot.lds new file mo

Re: [U-Boot] [PATCH v2] powerpc, 8xx: Add support for MCR3000 board from CSSI

2017-07-06 Thread Christophe LEROY
Hello Heiko, Le 06/07/2017 à 12:10, Heiko Schocher a écrit : Hello Christophe, Am 06.07.2017 um 10:39 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 sup

Re: [U-Boot] [PATCH v2] powerpc, 8xx: Add support for MCR3000 board from CSSI

2017-07-06 Thread Wolfgang Denk
Dear Christophe, In message <20170706083955.0d92f69...@pc13941vm.idsi0.si.c-s.fr> you wrote: > > This patch adds support for the first board. ... > diff --git a/board/cssi/MCR3000/u-boot.lds b/board/cssi/MCR3000/u-boot.lds > new file mode 100644 > index 00..2234bd8d1d > --- /dev/null > +

Re: [U-Boot] [PATCH v2] powerpc, 8xx: Add support for MCR3000 board from CSSI

2017-07-06 Thread Heiko Schocher
Hello Christophe, Am 06.07.2017 um 10:39 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 ---

[U-Boot] [PATCH v2] powerpc, 8xx: Add support for MCR3000 board from CSSI

2017-07-06 Thread 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 --- Applies after the v2 serie 'powerpc, 8xx: Modernise the 8xx' .trav