Re: 3.9-rc1 regression in arm dtb build

2013-03-29 Thread Pavel Machek
Hi! > >> This takes care of the "make dtbs" case (or just "make" case), but not > >> when you build a specific target. > > > > I guess to really solve this, we need the following changes: > > > > In the all kernels: > > > > For both arch/*/boot and arch/*/boot/dts: clean removes *.dtb > > > > In k

Re: 3.9-rc1 regression in arm dtb build

2013-03-29 Thread Olof Johansson
On Fri, Mar 29, 2013 at 10:05 AM, Stephen Warren wrote: > On 03/28/2013 01:54 PM, Olof Johansson wrote: >> On Thu, Mar 28, 2013 at 08:33:23PM +0100, Pavel Machek wrote: >>> On Thu 2013-03-28 08:49:20, Stephen Warren wrote: On 03/28/2013 03:29 AM, Pavel Machek wrote: ... > There's cha

Re: 3.9-rc1 regression in arm dtb build

2013-03-29 Thread Pavel Machek
> >> Have old kernel running, dtbs building. Apply a patch. It starts > >> behaving weird. You do make clean... but you still get old dtbs. > >> > >> (It would be nice if make socfpga_cyclone5.dtb would magically remove > >> all the dtbs from old location; make dtbs does that if I understand > >>

Re: 3.9-rc1 regression in arm dtb build

2013-03-29 Thread Stephen Warren
On 03/28/2013 01:54 PM, Olof Johansson wrote: > On Thu, Mar 28, 2013 at 08:33:23PM +0100, Pavel Machek wrote: >> On Thu 2013-03-28 08:49:20, Stephen Warren wrote: >>> On 03/28/2013 03:29 AM, Pavel Machek wrote: >>> ... There's change that makes it pretty much impossible to build dtbs reli

Re: 3.9-rc1 regression in arm dtb build

2013-03-28 Thread Olof Johansson
On Thu, Mar 28, 2013 at 08:33:23PM +0100, Pavel Machek wrote: > On Thu 2013-03-28 08:49:20, Stephen Warren wrote: > > On 03/28/2013 03:29 AM, Pavel Machek wrote: > > ... > > > There's change that makes it pretty much impossible to build dtbs > > > reliably between different kernel versions, because

Re: 3.9-rc1 regression in arm dtb build

2013-03-28 Thread Pavel Machek
On Thu 2013-03-28 08:49:20, Stephen Warren wrote: > On 03/28/2013 03:29 AM, Pavel Machek wrote: > ... > > There's change that makes it pretty much impossible to build dtbs > > reliably between different kernel versions, because it leaves old dtbs > > around, and they survive even make clean. > > O

Re: 3.9-rc1 regression in arm dtb build

2013-03-28 Thread Stephen Warren
On 03/28/2013 03:29 AM, Pavel Machek wrote: ... > There's change that makes it pretty much impossible to build dtbs > reliably between different kernel versions, because it leaves old dtbs > around, and they survive even make clean. One question here: Presumably the dtbs don't survive "make clean"

Re: 3.9-rc1 regression in arm dtb build

2013-03-28 Thread Pavel Machek
On Mon 2013-03-11 19:00:47, Grant Likely wrote: > On Mon, Mar 11, 2013 at 1:05 PM, Olof Johansson wrote: > > On Thu, Mar 07, 2013 at 01:50:54PM -0700, Stephen Warren wrote: > >> On 03/07/2013 07:45 AM, Pavel Machek wrote: > >> > Hi! > >> >>> commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 > >> >>>

Re: 3.9-rc1 regression in arm dtb build

2013-03-11 Thread Grant Likely
On Mon, Mar 11, 2013 at 1:05 PM, Olof Johansson wrote: > On Thu, Mar 07, 2013 at 01:50:54PM -0700, Stephen Warren wrote: >> On 03/07/2013 07:45 AM, Pavel Machek wrote: >> > Hi! >> >>> commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 >> >>> Author: Grant Likely >> >>> Date: Tue Nov 27 16:29:11 20

Re: 3.9-rc1 regression in arm dtb build

2013-03-11 Thread Pavel Machek
On Sun 2013-03-10 22:05:46, Olof Johansson wrote: > On Thu, Mar 07, 2013 at 01:50:54PM -0700, Stephen Warren wrote: > > On 03/07/2013 07:45 AM, Pavel Machek wrote: > > > Hi! > > >>> commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 > > >>> Author: Grant Likely > > >>> Date: Tue Nov 27 16:29:11 201

Re: 3.9-rc1 regression in arm dtb build

2013-03-10 Thread Olof Johansson
On Thu, Mar 07, 2013 at 01:50:54PM -0700, Stephen Warren wrote: > On 03/07/2013 07:45 AM, Pavel Machek wrote: > > Hi! > >>> commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 > >>> Author: Grant Likely > >>> Date: Tue Nov 27 16:29:11 2012 -0700 > > ... > >>> 1) it is inconsistent with 3.8, making s

Re: 3.9-rc1 regression in arm dtb build

2013-03-07 Thread Stephen Warren
On 03/07/2013 07:45 AM, Pavel Machek wrote: > Hi! >>> commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 >>> Author: Grant Likely >>> Date: Tue Nov 27 16:29:11 2012 -0700 > ... >>> 1) it is inconsistent with 3.8, making switching between 3.9-rc1 and >>> 3.8 tricky >> >> It's pretty easy to locate t

Re: 3.9-rc1 regression in arm dtb build

2013-03-07 Thread Pavel Machek
Hi! > > commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 > > Author: Grant Likely > > Date: Tue Nov 27 16:29:11 2012 -0700 ... > > 1) it is inconsistent with 3.8, making switching between 3.9-rc1 and > > 3.8 tricky > > It's pretty easy to locate the DTB by automatically looking in > arch/*/boot/

Re: 3.9-rc1 regression in arm dtb build

2013-03-07 Thread Pavel Machek
On Wed 2013-03-06 20:45:57, Thomas Petazzoni wrote: > Dear Pavel Machek, > > On Wed, 6 Mar 2013 20:33:32 +0100, Pavel Machek wrote: > > > Moves dtb files from arch/arm/boot/ to arch/arm/boot/dtb. That causes > > several problems: > > > > 1) it is inconsistent with 3.8, making switching between 3

Re: 3.9-rc1 regression in arm dtb build

2013-03-06 Thread Stephen Warren
On 03/06/2013 12:33 PM, Pavel Machek wrote: > Hi! > > Commit > > commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 > Author: Grant Likely > Date: Tue Nov 27 16:29:11 2012 -0700 > > The current rules have the .dtb files build in a different > directory > from the .dts files. The only

Re: 3.9-rc1 regression in arm dtb build

2013-03-06 Thread Thomas Petazzoni
Dear Pavel Machek, On Wed, 6 Mar 2013 20:33:32 +0100, Pavel Machek wrote: > Moves dtb files from arch/arm/boot/ to arch/arm/boot/dtb. That causes > several problems: > > 1) it is inconsistent with 3.8, making switching between 3.9-rc1 and > 3.8 tricky The commit you're pointing to was part of 3