Re: Newbie and linux on virtex-II ppc

2007-08-27 Thread schardt
Good morning, last night i got a 2.6. kernel ready and ive got a "Now booting the kernel" message on the serial port *yeah* :) ... but nothing more :( the __log_buffer says something like "Linux version ..." is there a more useable way to read out the buffer ? i use the xmd debugger and the mrd

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: pata_mpc52xx - no interrupts when using bestcomm/dma?

2007-08-27 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The problem is that I can't seem to get any interrupts > (not ata, not bestcomm task), when setting up MWDMA/UDMA mode. First, please check the errata. There are some issues in this area - one involves the ATA controller not handling automatic pause

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: MDIO bus hotplug

2007-08-27 Thread Andy Fleming
On Aug 27, 2007, at 06:12, DI BACCO ANTONIO - technolabs wrote: > Hi, > > I have an hot pluggable MDIO bus (connected to MDC, MDIO of an > MPC880) and thus I would like to rescan the bus on certain events > (for example fs_enet_open) to access the numerous PHYs I have on > this bus. I saw t

Re: Linux doesn not boot from u-boot on ML403

2007-08-27 Thread Grant Likely
On 8/27/07, Miroslaw Dach <[EMAIL PROTECTED]> wrote: > Hi Grant, > > Thank you for your response. > > My u-boot bootargs is set to: > console=ttyUL0,9600 root=/dev/nfs rw > nfsroot=129.117.144.113:/opt/eldk41/ppc_4xx,tcp > ip=virtex4-mirek:eth0:dhcp panic=1 Drop the ',9600'. It's i

Re: Linux doesn not boot from u-boot on ML403

2007-08-27 Thread Miroslaw Dach
Hi Grant, Thank you for your response. My u-boot bootargs is set to: console=ttyUL0,9600 root=/dev/nfs rw nfsroot=129.117.144.113:/opt/eldk41/ppc_4xx,tcp ip=virtex4-mirek:eth0:dhcp panic=1 where I can find __log_buf for kernel messages? Best Regards Mirek On Mon, 27 Aug 200

Re: Broadcom HT1000/HT2000 or HT1100 support in IBM PowerPC 970MP/Fx

2007-08-27 Thread Benjamin Herrenschmidt
On Mon, 2007-08-27 at 19:36 +0530, Ashok Hegde wrote: > Hi All, > > > > Is any of these broadcom HT1000/HT2000/HT1100 chipsets supported with > IBM 970MP/FX? > > Could please anyone provide me the Linux kernel link for product with > this combination (IBM 970MP/FX + HT1000/HT2000/HT1100)? You

Re: Linux doesn not boot from u-boot on ML403

2007-08-27 Thread Grant Likely
On 8/27/07, Mirek23 <[EMAIL PROTECTED]> wrote: > 4. I am trying to start the kernel > > => bootm 0x100 > > ## Booting image at 0100 ... > Image Name: Linux-2.6.21-rc6 > Image Type: PowerPC Linux Kernel Image (gzip compressed) > Data Size:991375 Bytes = 968.1 kB > Load Address: 0

Re: Newbie and linux on virtex-II ppc

2007-08-27 Thread Grant Likely
On 8/27/07, schardt <[EMAIL PROTECTED]> wrote: > > Don't modify xparams by hand; it's not worth the trouble. Go into > > software setting in your EDK project and select 'linux-2.6' as the OS. > > Generate the libraries and copy the generated xparameters_ml40x.h > > into your kernel tree. > > > >

Re: Newbie and linux on virtex-II ppc

2007-08-27 Thread schardt
Grant Likely wrote: > On 8/27/07, schardt <[EMAIL PROTECTED]> wrote: > >> im a student from germany and i try to run linux on a virtex-II with >> integrated powerpc. >> i use the developer board DS-DB-2VP4/7-FG456 from Memec ( i think its >> now avnet) >> >> what is running : >> >> - Xilinx ED

Broadcom HT1000/HT2000 or HT1100 support in IBM PowerPC 970MP/Fx

2007-08-27 Thread Ashok Hegde
Hi All, Is any of these broadcom HT1000/HT2000/HT1100 chipsets supported with IBM 970MP/FX? Could please anyone provide me the Linux kernel link for product with this combination (IBM 970MP/FX + HT1000/HT2000/HT1100)? I could able to locate "tetrapower" but not able to get more info on Lin

RE: Newbie and linux on virtex-II ppc

2007-08-27 Thread Ming Liu
Dear Georg, >is it possible to run a kernel that way ? or need i some kind of >bootloader ? >or is this complete the wrong way ? Yes, you can. Actually what I did is to include a bootloop in the hardware bitstream and that will keep your CPU waiting until the kernel's running. BR Ming

Linux doesn not boot from u-boot on ML403

2007-08-27 Thread Mirek23
Hi All, I run Linux 2.6.21 (by Grant) on my Avnet Virtex-4 evaluation board (ML403 like). When I load zIinux.elf via jtag to the board it runs properly: loaded at: 0040 004F9138 board

Re: Newbie and linux on virtex-II ppc

2007-08-27 Thread Grant Likely
On 8/27/07, schardt <[EMAIL PROTECTED]> wrote: > im a student from germany and i try to run linux on a virtex-II with > integrated powerpc. > i use the developer board DS-DB-2VP4/7-FG456 from Memec ( i think its > now avnet) > > what is running : > > - Xilinx EDK project (standalone program runni

Newbie and linux on virtex-II ppc

2007-08-27 Thread schardt
Hello, im a student from germany and i try to run linux on a virtex-II with integrated powerpc. i use the developer board DS-DB-2VP4/7-FG456 from Memec ( i think its now avnet) i hope my questions are not too stupid :-) what is running : - Xilinx EDK project (standalone program running fine,

MDIO bus hotplug

2007-08-27 Thread DI BACCO ANTONIO - technolabs
Hi, I have an hot pluggable MDIO bus (connected to MDC, MDIO of an MPC880) and thus I would like to rescan the bus on certain events (for example fs_enet_open) to access the numerous PHYs I have on this bus. I saw that it is "simply" a matter of calling mdiobus_register but I would like an advice

RE: STK5200 pci_enable_device problem

2007-08-27 Thread Mustafa Cayir
Hi , 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. -Original Message- From: [EMAIL PROTECTED] o

how to debug the linux kernel with a BDI2000

2007-08-27 Thread jxnuxdy
My kernel hanged in when passed the parameters to it, and I dump nothing from the log_buf, so I guss it is crashed at the very beginning. however I didn't know how to setup the KDB to load the kernel with the BDI2000 ethernet? is there anyone has even loaded and debugged the kernel with the BDI2

pata_mpc52xx - no interrupts when using bestcomm/dma?

2007-08-27 Thread Domen Puncer
Hi! I'm taking a stab at adding DMA support to pata_mpc52xx driver. It's based on patches from Freescale's ltib (old ide driver). The problem is that I can't seem to get any interrupts (not ata, not bestcomm task), when setting up MWDMA/UDMA mode. Ideas? My current patch: --- drivers/ata/p