Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-30 Thread Wolfgang Denk
Dear Christophe, In message <7335469c-1e12-c59c-4ac4-3fda0f665...@c-s.fr> you wrote: > > > 8xx is gone. Please get used to that fact. > > Yes he is gone by accident, lets get it back as some orphan boards need it. This discussionis useless, but please understand that this was in no way an acci

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-30 Thread christophe leroy
Hello Heiko, Le 30/06/2017 à 06:15, Heiko Schocher a écrit : Hello Christophe, Am 29.06.2017 um 18:51 schrieb Christophe LEROY: Dear Wolfgang, Le 23/06/2017 à 14:11, Wolfgang Denk a écrit : Dear Christophe, In message <71d351cb-2c42-99a0-0b4b-64cfa74ec...@c-s.fr> you wrote: Ok, noted. Ple

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-29 Thread Heiko Schocher
Hello Christophe, Am 29.06.2017 um 18:51 schrieb Christophe LEROY: Dear Wolfgang, Le 23/06/2017 à 14:11, Wolfgang Denk a écrit : Dear Christophe, In message <71d351cb-2c42-99a0-0b4b-64cfa74ec...@c-s.fr> you wrote: Ok, noted. Please take care to not remove anything that is common with 8xx be

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-29 Thread Christophe LEROY
Le 29/06/2017 à 19:09, Tom Rini a écrit : On Thu, Jun 29, 2017 at 06:51:14PM +0200, Christophe LEROY wrote: [snip] The schedule: No discontinuity is U-boot support for 8xx. In Septembre, we will start preparing the yearly SW update. Please note that while I see that "yearly update" is part o

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-29 Thread Tom Rini
On Thu, Jun 29, 2017 at 06:51:14PM +0200, Christophe LEROY wrote: [snip] > The schedule: No discontinuity is U-boot support for 8xx. > In Septembre, we will start preparing the yearly SW update. Please note that while I see that "yearly update" is part of the certification process, you're going to

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-29 Thread Christophe LEROY
Dear Wolfgang, Le 23/06/2017 à 14:11, Wolfgang Denk a écrit : Dear Christophe, In message <71d351cb-2c42-99a0-0b4b-64cfa74ec...@c-s.fr> you wrote: Ok, noted. Please take care to not remove anything that is common with 8xx before 8xx is back. 8xx is gone. Please get used to that fact. Yes

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-23 Thread Wolfgang Denk
Dear Christophe, In message <71d351cb-2c42-99a0-0b4b-64cfa74ec...@c-s.fr> you wrote: > > Ok, noted. Please take care to not remove anything that is common with > 8xx before 8xx is back. 8xx is gone. Please get used to that fact. > Yes I realised that after Tom suggested to perform a travis-CI

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-23 Thread Christophe LEROY
Hello Heiko, Le 22/06/2017 à 15:06, Heiko Schocher a écrit : Hello Christophe, Am 22.06.2017 um 13:20 schrieb Christophe LEROY: Le 22/06/2017 à 11:59, Wolfgang Denk a écrit : Dear Christophe, In message <0784ad6e-86ab-9c1d-1b81-a5cacaf2b...@c-s.fr> you wrote: Please see my previous comm

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-22 Thread Heiko Schocher
Hello Christophe, Am 22.06.2017 um 13:20 schrieb Christophe LEROY: Le 22/06/2017 à 11:59, Wolfgang Denk a écrit : Dear Christophe, In message <0784ad6e-86ab-9c1d-1b81-a5cacaf2b...@c-s.fr> you wrote: Please see my previous comments to Tom's message. At least, please clean up the directory

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-22 Thread Christophe LEROY
Le 22/06/2017 à 11:59, Wolfgang Denk a écrit : Dear Christophe, In message <0784ad6e-86ab-9c1d-1b81-a5cacaf2b...@c-s.fr> you wrote: Please see my previous comments to Tom's message. At least, please clean up the directory structure and get rid of unrelated (4xx) and untested/broken code (b

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-22 Thread Wolfgang Denk
Dear Christophe, In message <0784ad6e-86ab-9c1d-1b81-a5cacaf2b...@c-s.fr> you wrote: > > > Please see my previous comments to Tom's message. At least, please > > clean up the directory structure and get rid of unrelated (4xx) and > > untested/broken code (bedbug, probably kgdb, pcmcia, usb). >

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-22 Thread Christophe LEROY
Le 22/06/2017 à 09:35, Wolfgang Denk a écrit : Dear Christophe Leroy, In message <20170621213804.c5aca67...@pc13941vm.idsi0.si.c-s.fr> you wrote: Signed-off-by: Christophe Leroy --- v3: Fixed build error in arch/powerpc/include/asm/ppc.h ; removed commproc.h from 4xx v2: Tom squashed p

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-22 Thread Wolfgang Denk
Dear Christophe Leroy, In message <20170621213804.c5aca67...@pc13941vm.idsi0.si.c-s.fr> you wrote: > Signed-off-by: Christophe Leroy > --- > v3: Fixed build error in arch/powerpc/include/asm/ppc.h ; removed commproc.h > from 4xx > > v2: Tom squashed patches 1-10 of the serie Please see my pr

Re: [U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx

2017-06-21 Thread Heiko Schocher
Hello Christophe, Am 21.06.2017 um 23:38 schrieb Christophe Leroy: Signed-off-by: Christophe Leroy --- v3: Fixed build error in arch/powerpc/include/asm/ppc.h ; removed commproc.h from 4xx v2: Tom squashed patches 1-10 of the serie .travis.yml|2 + MAIN