All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodel Miguel <rodelfmiguel@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] UART Initialization Problem (ns16550 on arm920t)
Date: Wed, 17 Nov 2004 21:14:31 +0800	[thread overview]
Message-ID: <698a2fda0411170514f44c6f8@mail.gmail.com> (raw)

Hi,

I am porting u-boot 1.1.1 on a new board.  The board is arm920t based
and it's UART port is compatible with ns16550.c so I changed the
serial driver (serial.c) on the cpu/arm920t directory with the serial
driver + ns16650 module available in the drivers directory.  I am
using bdi2k for debugging and I have initialized the UART port on the
bdi2k config.  The problem is that when the initialization routine in
armboot_start calls serial_init of the ns16550, there are no messages,
i.e. no prompt, on my serial console.  When I remove the serial_init
on the list of initialization functions of armboot_start, a prompt
appears. I can successfully type help, and do other stuff.  Whenever I
try to remove the initialization routine on my BDI2k configuration and
put back the serial_init function on the initialization list, I am not
getting any messages on my serial console.

What could be the cause of this problem?  The initialization routine
on the bdi2k and serial_init are almost the same (i tried to make the
sequence and the values exactly the same but I get the same result)
but there are no messages displayed on my console. =(

Thank you very much for your help.

Best Regards,

Rodel Miguel

                 reply	other threads:[~2004-11-17 13:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=698a2fda0411170514f44c6f8@mail.gmail.com \
    --to=rodelfmiguel@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.