linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Early UART setup on 2.6 kernel for mpc85xx
@ 2007-08-11  1:43 mike zheng
  0 siblings, 0 replies; 3+ messages in thread
From: mike zheng @ 2007-08-11  1:43 UTC (permalink / raw)
  To: linuxppc-dev

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

Hi All,

In order to debug the kernel 2.6, I want setup serial port with UART on
mpc85xx as early as possible. I add the register access code at the
beginning of  platform_init(). For example, I try to write THR
register(0xe0004500). However the system just hanging there with this line.
If I comment out this line, everything works fine.

Here is the code my mpc85xx_cds_common.c:

void __init
platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
                   unsigned long r6, unsigned long r7)
{

....
}

[-- Attachment #2: Type: text/html, Size: 858 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <mailman.1.1186797602.26064.linuxppc-dev@ozlabs.org>]

end of thread, other threads:[~2007-08-13 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-11  1:43 Early UART setup on 2.6 kernel for mpc85xx mike zheng
     [not found] <mailman.1.1186797602.26064.linuxppc-dev@ozlabs.org>
2007-08-13 11:09 ` Morrison, Tom
2007-08-13 15:53   ` Scott Wood

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).