linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "debora liu" <deboraliu@tom.com>
To: "zhou.yutao@zte.com.cn" <zhou.yutao@zte.com.cn>
Cc: Linuxppc-embedded <Linuxppc-embedded@ozlabs.org>
Subject: Re: How to add external 16550 to TQM850L board?
Date: Tue, 13 Dec 2005 10:42:55 +0800	[thread overview]
Message-ID: <20051213023338.3E3D86886F@ozlabs.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

Hello, zhou.yutao@zte.com.cn 

  
In message <2005-12-13 09:54:46 zhou.yutao@zte.com.cn> you wrote:

>Could you tell me where to set base address and IRQ in kernel?mabe in serial.c or correlative head file?

you can modify serial.c:
static int __init rs_init(void)
{
	my_uart_init();
	....
	....
}

add my_uart_init(), it init OR and BR where your board uart use,
and fill rs_table with IRQ and IOBASE.

              debora liu
              deboraliu@tom.com
               2005-12-13

[-- Attachment #2: fox.gif --]
[-- Type: image/gif, Size: 9519 bytes --]

             reply	other threads:[~2005-12-13  2:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-13  2:42 debora liu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-12-12 20:40 ibm emac driver update Wolfgang Denk
2005-12-13  1:54 ` How to add external 16550 to TQM850L board? zhou.yutao

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=20051213023338.3E3D86886F@ozlabs.org \
    --to=deboraliu@tom.com \
    --cc=Linuxppc-embedded@ozlabs.org \
    --cc=zhou.yutao@zte.com.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).