All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] mips board with no output from console
@ 2009-09-28 23:59 myuboot at fastmail.fm
  2009-09-29  0:55 ` Jerry Van Baren
  0 siblings, 1 reply; 3+ messages in thread
From: myuboot at fastmail.fm @ 2009-09-28 23:59 UTC (permalink / raw)
  To: u-boot

I am trying to upgrade my u-boot from 2008.10 to 2009.06. So I used the
buildroot 2009.06 to build the tool chain for my mips32 board as well as
u-boot. I also copied the previous u-boot initialization code to
initialze timer, serial port, ram and etc from u-boot 2008.10 to
2009.06. My previous version of u-boot-2008.10 was working, but after
porting it over to u-boot 2009.06, there is no output from console at
all. I used bdi hardware debugger to debug it, and found that u-boot is
stuck in file drivers/serial/ns16550.c function NS16550_putc. There is a
while loop there :
while ((com_port>lsr & LSR_THRE) == 0);

My understanding is the line here is to wait for the hardware register
(LSR_THRE) to acknowledge the input character was received by the
hardware.

But I don't have any clue how to fix this issue. I think I have
initialized the serial port the same way as I did for u-boot 2008.10.
Can some one give me some suggestions on what to check for?

Thanks.  

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

end of thread, other threads:[~2009-09-29 23:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-28 23:59 [U-Boot] mips board with no output from console myuboot at fastmail.fm
2009-09-29  0:55 ` Jerry Van Baren
     [not found]   ` <1254264169.23326.1337258915@webmail.messagingengine.com>
2009-09-29 23:37     ` Jerry Van Baren

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.