Re: [Qemu-devel] PCI with Xilinx virtex-ml507 board

2011-07-13 Thread Edgar E. Iglesias
Hi, Hi the ethlite driver is this one: http://lxr.linux.no/linux+v2.6.39/drivers/net/xilinx_emaclite.c The easy way is probably to look at the petalogix s3adsp board dtb distributed with qemu. Iirc, the command to make readable is dtc -I dtb -O dts -o tree.dts tree.dtb. It should be possible to

Re: [Qemu-devel] PCI with Xilinx virtex-ml507 board

2011-07-13 Thread Lê Đức Tài
On Jul 13, 2011 14:09, Edgar E. Iglesias edgar.igles...@gmail.com wrote: Hi, Hi the ethlite driver is this one: http://lxr.linux.no/linux+v2.6.39/drivers/net/xilinx_emaclite.c The easy way is probably to look at the petalogix s3adsp board dtb distributed with qemu. Iirc, the command

Re: [Qemu-devel] PCI with Xilinx virtex-ml507 board

2011-07-12 Thread Lê Đức Tài
On Jul 11, 2011 15:31, Edgar E. Iglesias edgar.igles...@gmail.com wrote: Hi, The emulated board and fpga config doesnt have pci. It does have a xilinx ll-temac ethernet mac though. I have patches for that, its on my todo list to post them. Right now im on the road with little access to

Re: [Qemu-devel] PCI with Xilinx virtex-ml507 board

2011-07-11 Thread Edgar E. Iglesias
Hi, The emulated board and fpga config doesnt have pci. It does have a xilinx ll-temac ethernet mac though. I have patches for that, its on my todo list to post them. Right now im on the road with little access to my stuff. It'll have to wait, sorry. If you dont need a particular mac, you could

[Qemu-devel] PCI with Xilinx virtex-ml507 board

2011-07-10 Thread Lê Đức Tài
Hi, It seems that virtex board doesn't have a PCI bus emulation. I have tried to create one using ppc4xx_pci_init() function but it doesn't work. Could you help me some ideas to create PCI bus for virtex board? Or if you have already implemented PCI for virtex (I think that PCI is necessary to