* 4xx defconfig reorg
@ 2008-04-06 13:06 Josh Boyer
2008-04-06 15:32 ` Segher Boessenkool
2008-04-07 21:36 ` Kumar Gala
0 siblings, 2 replies; 10+ messages in thread
From: Josh Boyer @ 2008-04-06 13:06 UTC (permalink / raw)
To: linuxppc-dev; +Cc: paulus
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 <jwboyer@linux.vnet.ibm.com>
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 <jwboyer@linux.vnet.ibm.com>
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(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 4xx defconfig reorg
2008-04-06 13:06 4xx defconfig reorg Josh Boyer
@ 2008-04-06 15:32 ` Segher Boessenkool
2008-04-07 21:36 ` Kumar Gala
1 sibling, 0 replies; 10+ messages in thread
From: Segher Boessenkool @ 2008-04-06 15:32 UTC (permalink / raw)
To: jwboyer; +Cc: linuxppc-dev, paulus
> 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 4xx defconfig reorg
2008-04-06 13:06 4xx defconfig reorg Josh Boyer
2008-04-06 15:32 ` Segher Boessenkool
@ 2008-04-07 21:36 ` Kumar Gala
2008-04-09 2:53 ` Josh Boyer
1 sibling, 1 reply; 10+ messages in thread
From: Kumar Gala @ 2008-04-07 21:36 UTC (permalink / raw)
To: jwboyer; +Cc: linuxppc-dev, paulus
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 <jwboyer@linux.vnet.ibm.com>
> 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 <jwboyer@linux.vnet.ibm.com>
>
> 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 4xx defconfig reorg
2008-04-07 21:36 ` Kumar Gala
@ 2008-04-09 2:53 ` Josh Boyer
2008-04-09 6:22 ` Paul Mackerras
0 siblings, 1 reply; 10+ messages in thread
From: Josh Boyer @ 2008-04-09 2:53 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev, paulus
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 4xx defconfig reorg
2008-04-09 2:53 ` Josh Boyer
@ 2008-04-09 6:22 ` Paul Mackerras
2008-04-09 10:56 ` Josh Boyer
2008-04-09 15:59 ` Segher Boessenkool
0 siblings, 2 replies; 10+ messages in thread
From: Paul Mackerras @ 2008-04-09 6:22 UTC (permalink / raw)
To: jwboyer; +Cc: linuxppc-dev
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.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 4xx defconfig reorg
2008-04-09 6:22 ` Paul Mackerras
@ 2008-04-09 10:56 ` Josh Boyer
2008-04-09 15:59 ` Segher Boessenkool
1 sibling, 0 replies; 10+ messages in thread
From: Josh Boyer @ 2008-04-09 10:56 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Wed, 9 Apr 2008 16:22:17 +1000
Paul Mackerras <paulus@samba.org> 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 4xx defconfig reorg
2008-04-09 6:22 ` Paul Mackerras
2008-04-09 10:56 ` Josh Boyer
@ 2008-04-09 15:59 ` Segher Boessenkool
2008-06-18 20:36 ` 44x defconfig directory John Linn
1 sibling, 1 reply; 10+ messages in thread
From: Segher Boessenkool @ 2008-04-09 15:59 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
>> 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* 44x defconfig directory
2008-04-09 15:59 ` Segher Boessenkool
@ 2008-06-18 20:36 ` John Linn
2008-06-18 20:48 ` Sean MacLennan
2008-06-18 20:57 ` Kumar Gala
0 siblings, 2 replies; 10+ messages in thread
From: John Linn @ 2008-06-18 20:36 UTC (permalink / raw)
To: linuxppc-dev
I'm adding a new defconfig file to the new configs/44x directory and
make doesn't seem to find it.
I must be missing something as this seems simple.
Should I have to specify 44x in the path (make ARCH=3Dpowerpc
44x/defconfig) as this does work?
Thanks,
John
This email and any attachments are intended for the sole use of the named r=
ecipient(s) and contain(s) confidential information that may be proprietary=
, privileged or copyrighted under applicable law. If you are not the intend=
ed recipient, do not read, copy, or forward this email message or any attac=
hments. Delete this email message and any attachments immediately.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-06-18 20:58 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-06 13:06 4xx defconfig reorg Josh Boyer
2008-04-06 15:32 ` Segher Boessenkool
2008-04-07 21:36 ` Kumar Gala
2008-04-09 2:53 ` Josh Boyer
2008-04-09 6:22 ` Paul Mackerras
2008-04-09 10:56 ` Josh Boyer
2008-04-09 15:59 ` Segher Boessenkool
2008-06-18 20:36 ` 44x defconfig directory John Linn
2008-06-18 20:48 ` Sean MacLennan
2008-06-18 20:57 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).