On Jul 13, 2011 14:09, "Edgar E. Iglesias" 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 to make readable is
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
On Jul 11, 2011 15:31, "Edgar E. Iglesias" 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 my stuff. It'll
>
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 t
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 in