linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* regarding mvme6100 on kernel 2.6.13
@ 2006-05-30 14:09 Kiran Kumar.A
  2006-05-30 15:12 ` Brent Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Kiran Kumar.A @ 2006-05-30 14:09 UTC (permalink / raw)
  To: linuxppc-embedded

Hi all,

I'm porting mvme6100 for 2.6.13.=20
But its hanging after "Now Booting the kernel.."

Can anybody guide me in this regard.

thanks and regards








--=20
_______________________________________________

Search for businesses by name, location, or phone number.  -Lycos Yellow Pa=
ges

http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.as=
p?SRC=3Dlycos10

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: regarding mvme6100 on kernel 2.6.13
  2006-05-30 14:09 regarding mvme6100 on kernel 2.6.13 Kiran Kumar.A
@ 2006-05-30 15:12 ` Brent Cook
  0 siblings, 0 replies; 2+ messages in thread
From: Brent Cook @ 2006-05-30 15:12 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: Kiran Kumar.A

On Tuesday 30 May 2006 09:09, Kiran Kumar.A wrote:
> Hi all,
>
> I'm porting mvme6100 for 2.6.13.
> But its hanging after "Now Booting the kernel.."
>
> Can anybody guide me in this regard.
>
> thanks and regards

Eh, it's probably not hanging at all - you're just not seeing anything because 
the device naming scheme changed and the serial console not getting 
initialized correctly. Be sure that in your platform_notify function has 
a '.' in the platform device name - this was added around 2.6.11 or so.

An example from another board I have:

static int xes_mv64x60_platform_notify(struct device *dev)
{
    static struct {
        char *bus_id;
        void ((*rtn) (struct platform_device * pdev));
    } dev_map[] = {
#ifdef CONFIG_SERIAL_MPSC
        {
        MPSC_CTLR_NAME ".0", xes_mv64x60_fixup_mpsc_pdata}, {
        MPSC_CTLR_NAME ".1", xes_mv64x60_fixup_mpsc_pdata},
#endif

}

Also, be sure to enable early boot messages - they help a lot. Also, don't 
overlook setting console=ttyMM0,9600 in the kernel args.

 - Brent

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-30 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30 14:09 regarding mvme6100 on kernel 2.6.13 Kiran Kumar.A
2006-05-30 15:12 ` Brent Cook

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).