Re: 4xx defconfig reorg

2008-04-09 Thread Paul Mackerras
Josh Boyer writes:

 I've not heard any objections.  I'll be pushing my commit to my next
 branch tomorrow morning.

I don't have any objections.  I wonder if Sam Ravnborg responded to
Segher's patch to extend make help?

Paul.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: 4xx defconfig reorg

2008-04-09 Thread Josh Boyer
On Wed, 9 Apr 2008 16:22:17 +1000
Paul Mackerras [EMAIL PROTECTED] wrote:

 Josh Boyer writes:
 
  I've not heard any objections.  I'll be pushing my commit to my next
  branch tomorrow morning.
 
 I don't have any objections.  I wonder if Sam Ravnborg responded to
 Segher's patch to extend make help?

I haven't seen any commentary on that at all.  Sam is quite busy from
what I gather.

I'll try to poke at things today a bit and see if we can get an Ack
from him either way.

josh
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: 4xx defconfig reorg

2008-04-09 Thread Segher Boessenkool

I've not heard any objections.  I'll be pushing my commit to my next
branch tomorrow morning.


I don't have any objections.  I wonder if Sam Ravnborg responded to
Segher's patch to extend make help?


I haven't had a reply to that yet, from anyone.  IIRC Sam send a
mail some time ago saying he wouldn't have much time for kbuild
in the future.  I just now see there is a mailing list for kbuild
as well, I'll forward the patch to there.  If nothing happens, can
you pick up the patch?  I've tested it on all architectures that
build on mainline.


Segher

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: 4xx defconfig reorg

2008-04-08 Thread Josh Boyer
On Mon, 2008-04-07 at 16:36 -0500, Kumar Gala wrote:
 On Apr 6, 2008, at 8:06 AM, Josh Boyer wrote:
  Hi All,
 
  Unless someone screams loudly and has reasons why this shouldn't go  
  in,
  the following commit should hit the 4xx next branch in the next day or
  so.
 
  josh
 
 If this is acceptable to people, I'll make similar defconfig movements  
 for the Freescale parts.

I've not heard any objections.  I'll be pushing my commit to my next
branch tomorrow morning.

josh

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: 4xx defconfig reorg

2008-04-07 Thread Kumar Gala


On Apr 6, 2008, at 8:06 AM, Josh Boyer wrote:

Hi All,

Unless someone screams loudly and has reasons why this shouldn't go  
in,

the following commit should hit the 4xx next branch in the next day or
so.

josh


If this is acceptable to people, I'll make similar defconfig movements  
for the Freescale parts.


- k


commit eaf997b847be3c351eb9d0107e0562035dc58095
Author: Josh Boyer [EMAIL PROTECTED]
Date:   Sun Apr 6 08:01:21 2008 -0500

  [POWERPC] 4xx: Reorganize 4xx defconfigs

  Board specific defconfigs are useful, however with the ability to do
  multi-board defconfigs they aren't needed in the top level configs  
directory


  Move the 4xx board specific defconfigs to individual directories  
under

  arch/powerpc/configs.

  Signed-off-by: Josh Boyer [EMAIL PROTECTED]

arch/powerpc/configs/{ = 40x}/ep405_defconfig |0
arch/powerpc/configs/{ = 40x}/kilauea_defconfig   |0
arch/powerpc/configs/{ = 40x}/makalu_defconfig|0
arch/powerpc/configs/{ = 40x}/walnut_defconfig|0
arch/powerpc/configs/{ = 44x}/bamboo_defconfig|0
.../configs/{ = 44x}/canyonlands_defconfig|0
arch/powerpc/configs/{ = 44x}/ebony_defconfig |0
arch/powerpc/configs/{ = 44x}/katmai_defconfig|0
arch/powerpc/configs/{ = 44x}/rainier_defconfig   |0
arch/powerpc/configs/{ = 44x}/sequoia_defconfig   |0
arch/powerpc/configs/{ = 44x}/taishan_defconfig   |0
arch/powerpc/configs/{ = 44x}/warp_defconfig  |0
12 files changed, 0 insertions(+), 0 deletions(-)


___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


4xx defconfig reorg

2008-04-06 Thread Josh Boyer
Hi All,

Unless someone screams loudly and has reasons why this shouldn't go in,
the following commit should hit the 4xx next branch in the next day or
so.

josh

commit eaf997b847be3c351eb9d0107e0562035dc58095
Author: Josh Boyer [EMAIL PROTECTED]
Date:   Sun Apr 6 08:01:21 2008 -0500

[POWERPC] 4xx: Reorganize 4xx defconfigs

Board specific defconfigs are useful, however with the ability to do
multi-board defconfigs they aren't needed in the top level configs directory

Move the 4xx board specific defconfigs to individual directories under
arch/powerpc/configs.

Signed-off-by: Josh Boyer [EMAIL PROTECTED]

 arch/powerpc/configs/{ = 40x}/ep405_defconfig |0 
 arch/powerpc/configs/{ = 40x}/kilauea_defconfig   |0 
 arch/powerpc/configs/{ = 40x}/makalu_defconfig|0 
 arch/powerpc/configs/{ = 40x}/walnut_defconfig|0 
 arch/powerpc/configs/{ = 44x}/bamboo_defconfig|0 
 .../configs/{ = 44x}/canyonlands_defconfig|0 
 arch/powerpc/configs/{ = 44x}/ebony_defconfig |0 
 arch/powerpc/configs/{ = 44x}/katmai_defconfig|0 
 arch/powerpc/configs/{ = 44x}/rainier_defconfig   |0 
 arch/powerpc/configs/{ = 44x}/sequoia_defconfig   |0 
 arch/powerpc/configs/{ = 44x}/taishan_defconfig   |0 
 arch/powerpc/configs/{ = 44x}/warp_defconfig  |0 
 12 files changed, 0 insertions(+), 0 deletions(-)


___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: 4xx defconfig reorg

2008-04-06 Thread Segher Boessenkool

Unless someone screams loudly and has reasons why this shouldn't go in,


These configs won't show up for make help anymore, which of course is
nice because that list was too long, but we need a way to get that back
since it was useful.  I'll see what I can do.


Segher

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev