
Le 21/06/2017 à 23:43, Tom Rini a écrit :
On Wed, Jun 21, 2017 at 11:41:02PM +0200, Christophe LEROY wrote:
Le 21/06/2017 à 17:26, Tom Rini a écrit :
From: Christophe Leroy christophe.leroy@c-s.fr
Please fill me in better with v3. I squahed the previous 1-10 into a single commit that brings back the core of mpc8xx. Please add an entry to MAINTAINERS for yourself for mpc8xx and do a travis-ci build and see if we really need to bring back commproc.h to the ppc4xx files as well.
I added myself in MAINTAINERS, fixed a build issue (missing #endif remove by error when re-applying 5xxx removal), removed commproc.h from 4xx files and submitted v3.
How do you do a travis-ci build ? That's new to me.
So, if you hook up your github account to travis-ci.org, it will kick off a build of everything we describe in the .travis.yml file automatically, and in a few hours you'll get the build results for a pretty much whole world build.
Thanks. I did it with v3, of course mpc8xx fails for lack of associated boards. All other powerpc builds are OK.
Christophe