From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe LEROY Date: Thu, 22 Jun 2017 10:49:33 +0200 Subject: [U-Boot] [PATCHv2] powerpc: Restore core of mpc8xx In-Reply-To: <20170621214333.GN27196@bill-the-cat> References: <1498058762-1909-1-git-send-email-trini@konsulko.com> <86d27b4a-1303-e775-2845-4f2c8e0cfe82@c-s.fr> <20170621214333.GN27196@bill-the-cat> Message-ID: <77d7e3a5-2e7b-7ea0-6ced-22655ebcf6ea@c-s.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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 >>> >>> 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