public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Re: What happened to the serial console on BeagleBoard with 2.6.28-rc2?
@ 2008-11-02 18:03 Rick Bronson
  2008-11-02 19:26 ` David Brownell
  2008-11-02 22:07 ` What happened to the serial console on BeagleBoard with 2.6.28-rc2? Tony Lindgren
  0 siblings, 2 replies; 8+ messages in thread
From: Rick Bronson @ 2008-11-02 18:03 UTC (permalink / raw)
  To: david-b; +Cc: linux-omap, nmonson, felipe.contreras, tom.leiming


> Leaving only one map_desc[] entry left using MT_DEVICE not MT_MEMORY_SO...
> I didn't try this, since I'm currently not hooking up that serial port,
> but dmesg does show(*):
> 
>  Serial: 8250/16550 driver3 ports, IRQ sharing disabled
>  serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654
>  serial8250.0: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654
>  serial8250.0: ttyS2 at MMIO 0x49020000 (irq = 74) is a ST16650V2
>  console [ttyS2] enabled
> 
> Is that what you saw too?

  Yep, that's what I saw, but only if I had DEBUG_LL=y.  Without that
I had nothing except "Uncompressing Linux........".  ST16650V2 is a
clue that something went awry in auto-detection of the type of 8250
serial port.  With the MT_MEMORY_SO change, I get:

Serial: 8250/16550 driver4 ports, IRQ sharing enabled                           
serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654                  
serial8250.0: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654                  
serial8250.0: ttyS2 at MMIO 0x49020000 (irq = 74) is a ST16654                  
console [ttyS2] enabled                                                         

  I guess we don't see this problem on the other 2 ports since they
are mapped MT_MEMORY_SO and not MT_DEVICE (L4_34XX_PHYS).

  Rick

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

end of thread, other threads:[~2008-11-03 16:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 18:03 What happened to the serial console on BeagleBoard with 2.6.28-rc2? Rick Bronson
2008-11-02 19:26 ` David Brownell
2008-11-02 20:50   ` [PATCH] serial: Flush posted write on 34xx to make 8250 work (Re: What happened to the serial console on BeagleBoard with 2.6.28-rc2?) Tony Lindgren
2008-11-02 21:52     ` [PATCH] serial: Flush posted write on 34xx to make 8250 work (Re: Grazvydas Ignotas
2008-11-03 12:59     ` [PATCH] serial: Flush posted write on 34xx to make 8250 work (Re: What happened to the serial console on BeagleBoard with 2.6.28-rc2?) Ming Lei
2008-11-03 16:45       ` Tony Lindgren
2008-11-03 16:54         ` Woodruff, Richard
2008-11-02 22:07 ` What happened to the serial console on BeagleBoard with 2.6.28-rc2? Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox