xilinx xup + 2.6.19-rc6 uartlite

2006-11-29 Thread Silken Tiger
Hi I was trying to get linux with the uartlite patches on a Xilinx XUP board running. Unfortunatly i get no output on the serial line. I have a other 2.6. Kernel running with serial output on this board. I have not given the uartlite the address of the uartlite address in my design, so i

Some questions about the Xilinx Temac driver.

2006-11-29 Thread Ming Liu
Dear Andrei, I have some questions about your xilinx Temac driver. If possible, please give me a hand on such confusing problems. 1. I am using the driver from http://source.mvista.com/~ank/paulus-powerpc/20060309/, and the IP cores of plb_temac and hard_temac whose hardware versions are

Re: Some questions about the Xilinx Temac driver.

2006-11-29 Thread Michael Galassi
If you use the latest xilinx ISE/EDK/IP update and let it overlay your mvl source tree with it's files it shouldn't take you more than a few hours to patch things up to where you can compile a kernel which will work on the 3.00b IP. The PHY support is useless but you can work around that easily

Virtex device tree generator proof of concept

2006-11-29 Thread Grant Likely
ppx4xx support in arch/powerpc is still off in the distance, but here is a proof of concept device tree generator for Xilinx virtex designs. You pass the tool a .mhs file, and it spits out a .dts file. Generated dts output is accepted by the dtc parser. I've tested against the ml403 reference

Compact Flash - lost interrupt

2006-11-29 Thread Ben Warren
Hello, I'm bringing up the Compact Flash interface on a custom board and am almost there, but not quite. I've seen many messages in the past about the 'lost interrupt' message, but I couldn't find anything corresponding closely to my situation. Can anyone shed some light? Here's a snippet of

Re: Compact Flash - lost interrupt

2006-11-29 Thread Muruga Ganapathy
The error message might be due to the wrong/improper configuration of interrupt and its attributes like whether it is level/edge sensitive. G.Muruganandam Hello, I'm bringing up the Compact Flash interface on a custom board and am almost there, but not quite. I've seen many messages in

Re: fialing @ executing /sbin/int in main.c

2006-11-29 Thread Abdul Rahaman
Hi srideep , I tried putting hello world program in Ramdisk image.It is Ok. But its not busy box link, but just object file. I tried creating helloworld program also as busy box link, coudnt create. perhaps u can tell me some tip to create hello world program as busy box link. Then i will head