linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Linux-2.4.31 porting
@ 2006-01-17 19:33 Jose França (Ext_GTBC)
  2006-01-17 20:08 ` Vitaly Bordug
  2006-01-17 20:31 ` Mark Chambers
  0 siblings, 2 replies; 3+ messages in thread
From: Jose França (Ext_GTBC) @ 2006-01-17 19:33 UTC (permalink / raw)
  To: linuxppc-dev, linuxppc-embedded

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

Hello u all!

	Have you already ported a linux-2.4.31 to be used on a PPC mpc8272 (or anyone from the family) based board?
	The problem that I have is that i don't have console. As far as i could debug, the kernel stucks on my_console_write (in arch/ppc/cpm2_io/uart.c), waiting for transmitter fifo to empty (line 2298 - "while (bdp->cbd_sc & BD_SC_READY)").
	Any suggestions will be highly welcomed!



Thanks for reading!
Best regards,
Filipe.

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

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

* Re: Linux-2.4.31 porting
  2006-01-17 19:33 Linux-2.4.31 porting Jose França (Ext_GTBC)
@ 2006-01-17 20:08 ` Vitaly Bordug
  2006-01-17 20:31 ` Mark Chambers
  1 sibling, 0 replies; 3+ messages in thread
From: Vitaly Bordug @ 2006-01-17 20:08 UTC (permalink / raw)
  To: Jose França; +Cc: linuxppc-embedded

On Tue, 17 Jan 2006 19:33:21 -0000
Jose França (Ext_GTBC) <Jose.Franca.Ext@siemens.com> wrote:

> Hello u all!
> 
> 	Have you already ported a linux-2.4.31 to be used on a PPC mpc8272 (or anyone from the family) based board?
> 	The problem that I have is that i don't have console. As far as i could debug, the kernel stucks on my_console_write (in arch/ppc/cpm2_io/uart.c), waiting for transmitter fifo to empty (line 2298 - "while (bdp->cbd_sc & BD_SC_READY)").
> 	Any suggestions will be highly welcomed!
> 
> 

Better use 2.6 as 8272 is definitely OK there (and it was in 2.4 but I've almost forgotten issues in 2.4)

> 
> Thanks for reading!
> Best regards,
> Filipe.


-- 
Sincerely, 
Vitaly

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

* Re: Linux-2.4.31 porting
  2006-01-17 19:33 Linux-2.4.31 porting Jose França (Ext_GTBC)
  2006-01-17 20:08 ` Vitaly Bordug
@ 2006-01-17 20:31 ` Mark Chambers
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Chambers @ 2006-01-17 20:31 UTC (permalink / raw)


Linux-2.4.31 porting

>Hello u all!
>        Have you already ported a linux-2.4.31 to be used on a PPC mpc8272
(or anyone from the family) based board?
>        The problem that I have is that i don't have console. As far as i
could debug, the kernel stucks on my_console_write (in
arch/ppc/cpm2_io/uart.c), waiting >for transmitter fifo to empty (line
2298 - "while (bdp->cbd_sc & BD_SC_READY)").
>        Any suggestions will be highly welcomed!

I have used 2.4.24 running on an mpc8247 based board.  My board uses SMC1,
SCC3 and SCC4 for tty,
(console on SCC4) so I had to edit the configuration in uart.c, but no other
changes.  You probably have
a configuration mis-match, maybe your parallel port pins are not getting set
up right.

By the way, 2.4.24 put FCC ethernet tables in reserved memory, but I think
that was fixed by 2.4.31.
Check that you have CONFIG_8272 in your .config file to be sure.

Also, I worked from CONFIG_ADS8260 and I couldn't make a bit of sense of the
PCI implementation.
I think the mpc8266ads_pci.c implementation assumes some setup from the
bootloader. I'll be glad to share
what I did (though I'm not very sure of it) if you run into the same
problem.

Mark Chambers

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

end of thread, other threads:[~2006-01-17 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-17 19:33 Linux-2.4.31 porting Jose França (Ext_GTBC)
2006-01-17 20:08 ` Vitaly Bordug
2006-01-17 20:31 ` Mark Chambers

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