No ttyS device at I/O port 0xfe004500 for console
Joakim Tjernlund
joakim.tjernlund at transmode.se
Wed Jun 14 22:37:56 EST 2006
> Kumar Gala wrote:
> >> Here you go:
> >
> > Let me know if this fixes the issues you guys are seeing
> with your 83xx
> > boards. If so, I'll clean up this patch and push it upstream.
> >
> > - k
>
>
> Great, thank you!
>
> Your patch and the params "console=uart,io,0xfe004500
> console=ttyS0" in
> the kernel command line do the trick.
I think you should loose the "console=uart,io,0xfe004500", don't think
it is needed
sine the "console=ttyS0" will override it.
>
> Alex
>
>
> >> + .device_list = (enum ppc_sys_devices[])
> >> + {
> >> + MPC83xx_IIC1, MPC83xx_DUART,
> >> +#ifdef CONFIG_QE
> >> + MPC83xx_QE_UCC3, MPC83xx_QE_UCC4,
> >> +#endif
> >> + },
> >> + },
> >> { /* default match */
> >> .ppc_sys_name = "",
> >> .mask = 0x00000000,
This device list appears to be common to all 8323E CPUs and to me this
looks
like a board unique list. Seems to that this list is better off in the
mpc832xe_mds.c board file. That would make it easier for custom boards I
think.
Jocke
More information about the Linuxppc-embedded
mailing list