Re: STK5200 pci_enable_device problem

2007-09-14 Thread Oliver Rutsch
Mustafa, It would have been nice, if you would *NOT* repost my private mails I'd send to you on the mailing list. At least you could have cut off my footer from your mail! As I thought that it is not of general interest I wrote directly to you - but not too see my mails back again on the list.

RE: STK5200 pci_enable_device problem

2007-09-14 Thread Mustafa Cayır
--Original Message- From: Oliver Rutsch [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 12:35 PM To: Mustafa Cayır Subject: Re: STK5200 pci_enable_device problem Hi Mustafa, > Hello Oliver, > > My problems continue, could you summarize your steps to bring up the board? > w

Re: STK5200 pci_enable_device problem

2007-09-01 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Thanks, Wolfang, now it's booting fine! > I've updated u-boot to the newest git version, builded the device tree > file and now everything's working. I'm glad to hear that. Happy hacking! Best regards, Wolfgang Denk -- DENX Software Engineering

RE: STK5200 pci_enable_device problem

2007-08-30 Thread Mustafa Cayir
: linuxppc-embedded@ozlabs.org Subject: Re: STK5200 pci_enable_device problem Hi again, > > As mentioned above, with arch/powerpc you always need a device tree > blob. > > Best regards, > > Wolfgang Denk > Thanks, Wolfang, now it's booting fine! I've update

Re: STK5200 pci_enable_device problem

2007-08-30 Thread Oliver Rutsch
Hi again, > > As mentioned above, with arch/powerpc you always need a device tree > blob. > > Best regards, > > Wolfgang Denk > Thanks, Wolfang, now it's booting fine! I've updated u-boot to the newest git version, builded the device tree file and now everything's working. Bye, -- Dipl.

Re: STK5200 pci_enable_device problem

2007-08-29 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Also, you need a recent version of U-Boot (for example 99c2fdab or > > later). > > I'm using U-Boot 1.2.0-gbc2b9c33-dirty (Feb 22 2007 - 09:53:14). Is that > recent enough? (I don't know exactly what you mean with "99c2fdab", is > this the seco

Re: STK5200 pci_enable_device problem

2007-08-29 Thread Oliver Rutsch
Hi, > > Probably it does not hang, but you just don't see any console output. > Eventually you just forgot to set the correct console device > (/dev/ttyPSC0) or console speed. I checked this. I think the TQM5200 is really hanging after the ...OK because I have activated the telnet ser

Re: STK5200 pci_enable_device problem

2007-08-29 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > i build Linux-2.6.22-gbcfc8d37 kernel lastest kernel from denx git for > > the board (STK5200 with TQM5200-AB). > > ELDK 4.1 version is used. > > > > make mrproper > > export ARCH=powerpc > > make tqm5200_defconfig > > make uImage > > > > It hangs

Re: STK5200 pci_enable_device problem

2007-08-28 Thread Oliver Rutsch
Hi Mustafa, > Hi, > > i build Linux-2.6.22-gbcfc8d37 kernel lastest kernel from denx git for > the board (STK5200 with TQM5200-AB). > ELDK 4.1 version is used. > > make mrproper > export ARCH=powerpc > make tqm5200_defconfig > make uImage > > It hangs on after following line > Uncompressing

RE: STK5200 pci_enable_device problem

2007-08-28 Thread Mustafa Cayir
: Oliver Rutsch; linuxppc-embedded@ozlabs.org Subject: Re: STK5200 pci_enable_device problem In message <[EMAIL PROTECTED]> you wrote: > > i use 2.4.25 kernel and eldk 3.1.1 on TQM5200 board. i tried denx 2.6.19 > kernel to port on TQM5200 but i couldn't. > Did you port 2.6 ker

Re: STK5200 pci_enable_device problem

2007-08-27 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > i use 2.4.25 kernel and eldk 3.1.1 on TQM5200 board. i tried denx 2.6.19 > kernel to port on TQM5200 but i couldn't. > Did you port 2.6 kernel on TQM5200? Did pci device start working > succesfully after porting 2.6 kernel to TQM5200 board. Current to

Re: STK5200 pci_enable_device problem

2007-08-27 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > >> It's not so easy to compile the PLX drivers on the 4.1 ELDK because of > >> missing headers in the ppc architecture. I managed to build the drivers > >> for the 2.6.19 kernel and I was able to work with the card except the > >> DMA routines (sti

RE: STK5200 pci_enable_device problem

2007-08-27 Thread Mustafa Cayir
ECTED] on behalf of Oliver Rutsch Sent: Thu 8/23/2007 10:24 AM To: linuxppc-embedded@ozlabs.org Subject: Re: STK5200 pci_enable_device problem Hi Mustafa, > Hi all, > [...] > > My pci driver is able to scan pci bus and find succesfully the pci > device. After this point, pci_en

Re: STK5200 pci_enable_device problem

2007-08-26 Thread Oliver Rutsch
Hi, [...] >> It's not so easy to compile the PLX drivers on the 4.1 ELDK because of >> missing headers in the ppc architecture. I managed to build the drivers >> for the 2.6.19 kernel and I was able to work with the card except the >> DMA routines (still working on this issue). > > WHy don'

Re: STK5200 pci_enable_device problem

2007-08-26 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Which ELDK and kernel do you use? I had the same problem on this board > with a PLX9054 based PCI card on a 2.4.25 kernel. I switched to the 2.6 > kernel and the 4.1 ELDK and the card was scanned correctly. > But keep in mind that the linux PLX driver

Re: STK5200 pci_enable_device problem

2007-08-26 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I am working on TQ STK52000 development board with TQM5200-AB cpu module. I > am trying to use PCI bus and Local Plus Bus together. SM501, video chip is > located on local plus bus and PLX9030 based pci device is on pci bus. > > My pci driver is abl

Re: STK5200 pci_enable_device problem

2007-08-23 Thread Oliver Rutsch
Hi Mustafa, > Hi all, > [...] > > My pci driver is able to scan pci bus and find succesfully the pci > device. After this point, pci_enable_device function returns > following error: > > PCI: Device 00:18.0 not available because of resource collisions > Which ELDK and kernel do you use? I ha

STK5200 pci_enable_device problem

2007-08-22 Thread Mustafa Cayır
Hi all, I am working on TQ STK52000 development board with TQM5200-AB cpu module. I am trying to use PCI bus and Local Plus Bus together. SM501, video chip is located on local plus bus and PLX9030 based pci device is on pci bus. My pci driver is able to scan pci bus and find succesfully the pci