* How to add external 16550 to TQM850L board?
2005-12-12 20:40 ibm emac driver update Wolfgang Denk
@ 2005-12-13 1:54 ` zhou.yutao
0 siblings, 0 replies; 2+ messages in thread
From: zhou.yutao @ 2005-12-13 1:54 UTC (permalink / raw)
To: Wolfgang Denk; +Cc: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
Hello,
Could you tell me where to set base address and IRQ in kernel?mabe in
serial.c or correlative head file? I searched the list mails and found
somebody said there are explanation in DENX CVS LABEL_2003_03_11_2055 to
LABEL_2003_03_11_2110,but how can I get them?
Thank you!
深圳市高新区W1-A栋4楼
tel:0755-26525674-8602
***********************************************
信息安全声明:本邮件包含信息归ZTE所有,
ZTE对该邮件拥有所有权利。请接收者注意
保密,未经发件人书面许可,不得向任何第
三方组织和个人透露本邮件所含信息的全部
或部分。以上声明仅适用于工作邮件。
Information Security Notice:
The information contained in this mail is
solely property of ZTE Corporation.
This mail communication is confidential.
Recipients named above are obligated to
maintain secrecy and are not permitted to
disclose the contents of this communication
to others.
***********************************************
[-- Attachment #2: Type: text/html, Size: 1333 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to add external 16550 to TQM850L board?
@ 2005-12-13 2:42 debora liu
0 siblings, 0 replies; 2+ messages in thread
From: debora liu @ 2005-12-13 2:42 UTC (permalink / raw)
To: zhou.yutao@zte.com.cn; +Cc: Linuxppc-embedded
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-13 2:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-13 2:42 How to add external 16550 to TQM850L board? debora liu
-- 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
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).