All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: michael@ellerman.id.au
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linuxppc-dev@lists.ozlabs.org, Jeremy Kerr <jk@ozlabs.org>,
	Rob Landley <rob@landley.net>,
	linux-kernel@vger.kernel.org
Subject: Re: Can't boot 2.6.30 powerpc kernel under qemu.
Date: Tue, 30 Jun 2009 20:50:20 +1000	[thread overview]
Message-ID: <1246359020.31413.12.camel@pasglop> (raw)
In-Reply-To: <1246321478.4621.11.camel@concordia>

On Tue, 2009-06-30 at 10:24 +1000, Michael Ellerman wrote:
> On Mon, 2009-06-29 at 18:34 -0500, Rob Landley wrote:
> > Which suggested that the problem was the new CONFIG_PPC_OF_BOOT_TRAMPOLINE 
> > symbol wasn't set, and once I switched that on it started working again.
> 
> What defconfig are you using? It sounds like maybe something should be
> 'select'ing OF_BOOT_TRAMPOLINE.

Right, pmac, pseries and chrp probably ... though I don't like select
for a user-visible option, I'd rather fix things if I inadvertently
forgot the "default y" here, after all, one may want to do a minimum
kdump kernel without prom_init.c in it.

Cheers,
Ben.

> 
> > > linuxppc-dev@lists.ozlabs.org is the one you want for this:
> > >
> > >  https://lists.ozlabs.org/listinfo/linuxppc-dev
> > 
> > Cool!  Is there a reason it's hidden?  (Or at least not listed in either 
> > vger.kernel.org's list info page or in the "Maling lists" page linked from 
> > ozlabs.org's top level web page.)  Just curious, I couldn't find it when I 
> > looked in the obvious (to me) places.
> 
> It's not hidden, it's just in the process of moving from ozlabs.org to
> lists.ozlabs.org - and it's a bit hard to find in the process. I've
> updated the ozlabs.org page to point to it in the meantime.
> 
> It's also in maintainers :D
> 
> LINUX FOR POWERPC (32-BIT AND 64-BIT)                                                                          
> P:      Benjamin Herrenschmidt
> M:      benh@kernel.crashing.org
> P:      Paul Mackerras
> M:      paulus@samba.org
> W:      http://www.penguinppc.org/
> L:      linuxppc-dev@ozlabs.org
> T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
> S:      Supported
> 
> 
> cheers
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev

WARNING: multiple messages have this Message-ID (diff)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: michael@ellerman.id.au
Cc: Rob Landley <rob@landley.net>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	linuxppc-dev@lists.ozlabs.org, Jeremy Kerr <jk@ozlabs.org>,
	linux-kernel@vger.kernel.org
Subject: Re: Can't boot 2.6.30 powerpc kernel under qemu.
Date: Tue, 30 Jun 2009 20:50:20 +1000	[thread overview]
Message-ID: <1246359020.31413.12.camel@pasglop> (raw)
In-Reply-To: <1246321478.4621.11.camel@concordia>

On Tue, 2009-06-30 at 10:24 +1000, Michael Ellerman wrote:
> On Mon, 2009-06-29 at 18:34 -0500, Rob Landley wrote:
> > Which suggested that the problem was the new CONFIG_PPC_OF_BOOT_TRAMPOLINE 
> > symbol wasn't set, and once I switched that on it started working again.
> 
> What defconfig are you using? It sounds like maybe something should be
> 'select'ing OF_BOOT_TRAMPOLINE.

Right, pmac, pseries and chrp probably ... though I don't like select
for a user-visible option, I'd rather fix things if I inadvertently
forgot the "default y" here, after all, one may want to do a minimum
kdump kernel without prom_init.c in it.

Cheers,
Ben.

> 
> > > linuxppc-dev@lists.ozlabs.org is the one you want for this:
> > >
> > >  https://lists.ozlabs.org/listinfo/linuxppc-dev
> > 
> > Cool!  Is there a reason it's hidden?  (Or at least not listed in either 
> > vger.kernel.org's list info page or in the "Maling lists" page linked from 
> > ozlabs.org's top level web page.)  Just curious, I couldn't find it when I 
> > looked in the obvious (to me) places.
> 
> It's not hidden, it's just in the process of moving from ozlabs.org to
> lists.ozlabs.org - and it's a bit hard to find in the process. I've
> updated the ozlabs.org page to point to it in the meantime.
> 
> It's also in maintainers :D
> 
> LINUX FOR POWERPC (32-BIT AND 64-BIT)                                                                          
> P:      Benjamin Herrenschmidt
> M:      benh@kernel.crashing.org
> P:      Paul Mackerras
> M:      paulus@samba.org
> W:      http://www.penguinppc.org/
> L:      linuxppc-dev@ozlabs.org
> T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
> S:      Supported
> 
> 
> cheers
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev


  reply	other threads:[~2009-06-30 11:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-28  2:33 Can't boot 2.6.30 powerpc kernel under qemu Jeremy Kerr
2009-06-29 23:34 ` Rob Landley
2009-06-29 23:34   ` Rob Landley
2009-06-30  0:23   ` Tony Breeds
2009-06-30  0:23     ` Tony Breeds
2009-06-30  0:24   ` Michael Ellerman
2009-06-30  0:24     ` Michael Ellerman
2009-06-30 10:50     ` Benjamin Herrenschmidt [this message]
2009-06-30 10:50       ` Benjamin Herrenschmidt
2009-06-30 14:04       ` Michael Ellerman
2009-06-30 14:04         ` Michael Ellerman
2009-06-30 10:24   ` Benjamin Herrenschmidt
2009-06-30 10:24     ` Benjamin Herrenschmidt
  -- strict thread matches above, loose matches on Subject: below --
2009-06-27 23:08 Rob Landley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1246359020.31413.12.camel@pasglop \
    --to=benh@kernel.crashing.org \
    --cc=jk@ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=michael@ellerman.id.au \
    --cc=rob@landley.net \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.