public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] PPC405 with XMD boot
@ 2013-02-06  0:51 Frank Lombardo
  2013-02-06 11:13 ` Rommel G Custodio
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Lombardo @ 2013-02-06  0:51 UTC (permalink / raw)
  To: u-boot

Rommel,

I am using your recently posted patch to boot my custom Virtex4 board with
XMD.  Execution gets stuck in the NS16550_init() function.  It gets stuck
at this line:

#if (!defined(CONFIG_SYS_NS16550_BROKEN_TEMT))
    while (!(serial_in(&com_port->lsr) & UART_LSR_TEMT))
        ;
#endif

If I define CONFIG_SYS_NS16550_BROKEN_TEMT, it gets stuck in the while loop
in NS16550_putc:

    while ((serial_in(&com_port->lsr) & UART_LSR_THRE) == 0)
        ;
    serial_out(c, &com_port->thr);

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

end of thread, other threads:[~2013-02-07  9:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-06  0:51 [U-Boot] PPC405 with XMD boot Frank Lombardo
2013-02-06 11:13 ` Rommel G Custodio
2013-02-06 14:08   ` Stefan Roese
2013-02-07  3:20     ` Frank Lombardo
2013-02-07  7:12       ` Stefan Roese
2013-02-07  9:21         ` Rommel Custodio

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