Three-Speed Ethernet support on MPC8560 (TSEC)

2005-10-21 Thread Pantelis Antoniou
On Friday 21 October 2005 16:39, Kumar Gala wrote: > > On Oct 21, 2005, at 7:21 AM, Nathael PAJANI wrote: > > > Hi all! > > > > I'm working on a port of linux (2.6.13-2) on an Actis-computer board, > > based on the Freescale MPC8560 Processor. > > > > I solved the problems I had with the init pro

Three-Speed Ethernet support on MPC8560 (TSEC)

2005-10-21 Thread Nathael PAJANI
Kumar Gala wrote: >> I will now go on with the Three-Speed Ethernet Controler, and there >> actually seem to be no support for it, but maybe I did not look at >> the right place? > > > The TSEC has been supported for a long time. The driver is call > gianfar (drivers/net/gianfar*). > OK,

bdi2000 file for yosemite board

2005-10-21 Thread Wolfgang Denk
In message <008601c5d64a$743ebdc0$dbe5fed4 at scsad.scs.ch> you wrote: > > does anybody have a clue where to get a yosemite (ppc440ep eval board from > embedded planet) .cfg and .reg (configuration and register definition) file > for the bdi2000 programmer to reprogramm the flash (write u-boot int

bdi2000 file for yosemite board

2005-10-21 Thread Peter Fercher
scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051021/bd00b46d/attachment.htm

kgdb support in Linux 2.6 for 8xx

2005-10-21 Thread Vitaly Bordug
hment was scrubbed... Name: cpm_uart_kgdb.patch Type: text/x-patch Size: 14395 bytes Desc: not available Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051021/591a1d10/attachment.bin

write/read PCI in Linux PPC

2005-10-21 Thread Roberto Pavon Sierra
Hi, I try to write at the PCI-Addresses of the ATI?s video controller in Linux-PPC. How can I write these Addresses? I can work only with few commands in my Linux-kernel image. Thanks in advance, Roberto

Three-Speed Ethernet support on MPC8560 (TSEC)

2005-10-21 Thread Nathael PAJANI
Hi all! I'm working on a port of linux (2.6.13-2) on an Actis-computer board, based on the Freescale MPC8560 Processor. I solved the problems I had with the init process, and I actually have the console (SCC1) and one ethernet controler (FCC3) running. I will now go on with the Three-Speed Eth

Support for MPC8548 processor

2005-10-21 Thread Rupesh S
Hi Can anyone help me know if there exists any linux kernel that supports MPC8548 processor based boards ? And if it exists, does the kernel support the PCI Express module that is there within MPC8548 ? Thanks in advance -- Rupesh S

How to make mudules on linux-ppc2.6.12

2005-10-21 Thread JohnsonCheng
t -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051021/f65ccca1/attachment.htm

kgdb support in Linux 2.6 for 8xx

2005-10-21 Thread Chris
Hi, It would be nice to be able to do some kernel debugging on my TQM823L board running 2.6 (2.6.13.1, to be exact). I have two questions 1. Has anyone got kgdboe working in this configuration? If so, could you give me a pointer to a patch? 2. kgdb over serial is lacking the getDebugChar and p

How to make mudules on linux-ppc2.6.12

2005-10-21 Thread JohnsonCheng
27; is up to date. Building modules, stage 2. MODPOST make[1]: Leaving directory `/root/linux-2.6.12.3' Do anyone can give me some help ? Thanks, Johnson Cheng -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/lin

MPC8xx soft-float userspace ...

2005-10-21 Thread Schaefer-Hutter, Peter
Hello! Due to the fact that the in-kernel FPU emulation looks broken on MPC8xx i want to build a complete soft-float userspace. While i was successful in compiling a glibc with -mcpu=860 and soft-float (and without memset.S) there's still floating point in there. Does anybody have some pointers

bdi2000 file for yosemite board

2005-10-21 Thread Steven Blakeslee
) ? -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051021/065817e6/attachment.htm -- next part -- A non-text attachment was scrubbed... Name: 4xxep440.cfg Type: application/octet

Three-Speed Ethernet support on MPC8560 (CPM2 TSEC)

2005-10-21 Thread Nathael PAJANI
Hi all! I'm working on a port of linux (2.6.13-2) on an Actis-computer board, based on the Freescale MPC8560 Processor. I solved the problems I had with the init process, and I actually have the console (SCC1) and one ethernet controler (FCC3) running. I will now go on with the Three-Speed Eth

MPC8xx soft-float userspace ...

2005-10-21 Thread Dan Malek
On Oct 21, 2005, at 5:31 AM, Schaefer-Hutter, Peter wrote: > Due to the fact that the in-kernel FPU emulation looks > broken on MPC8xx i want to build a complete soft-float > userspace. How does it "look broken?" It's always worked for me :-) > Does anybody have some pointers what else >

Support for MPC8548 processor

2005-10-21 Thread Kumar Gala
support the PCI Express module > that is > there within MPC8548 ? - kumar -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051021/1c313c2b/attachment.htm

Three-Speed Ethernet support on MPC8560 (TSEC)

2005-10-21 Thread Kumar Gala
On Oct 21, 2005, at 7:21 AM, Nathael PAJANI wrote: > Hi all! > > I'm working on a port of linux (2.6.13-2) on an Actis-computer board, > based on the Freescale MPC8560 Processor. > > I solved the problems I had with the init process, and I actually have > the console (SCC1) and one ethernet contr

How to make mudules on linux-ppc2.6.12

2005-10-21 Thread White
Please try obj-m += test.o small case ! :) good luck Am Fri, 21 Oct 2005 11:35:51 +0800 schrieb "JohnsonCheng" : > Dear Andy, > > > > Thanks your reply. But I am sorry that it doesn't work on my box. > > My kernel had been configured and compiled, and I also modify my Makefile as > follo