[U-Boot-Users] u-boot initialize PCI in ixdp425 platform ?

Hi all ,
I m using u-boot 1.1.1 bootloader on my ixdp425. Everything is working fine.. i have connected miniPCI card in my board. I want know whether u-boot initialize PCI or not ?. coz in include/asm/arch/ixdp425.h, i seen the following lines.
#if 0 #ifndef __ASSEMBLY__ extern int ixp425_pci_read(u32 addr, u32 cmd, u32* data); extern int ixp425_pci_write(u32 addr, u32 cmd, u32 data); extern void ixp425_pci_init(void *); #endif #endif
My kernel doesnt identify that card also.
#define IXP425_PERIPHERAL_BUS_CLOCK (66) /* 66Mhzi APB BUS */ The above line refers the PCI speed ?. Please clear my doubts ?..
Thanks Prakash

Hi all,
I m using u-boot 1.1.1 bootloader for my arm board. the os image and ramdisk we make we download through our pc using tftp protocol. for this i need to run a tftp server on my host machine and board acts as a client.
in the file net/tftp.c there is a code for this.there is a function tftpsend() which does all this job.
I want to do the viceversa. make my board a server and host pc a client.How can this be done?
please clear my doubts.
thanks Himanshu.

In message 000801c4c224$edd818b0$0310b40a@dlh.st.com you wrote:
I m using u-boot 1.1.1 bootloader for my arm board. the os image and ramdisk we make we download through our pc using tftp protocol. for this i need to run a tftp server on my host machine and board acts as a client.
OK, this is what U-Boot supports right out of the box.
I want to do the viceversa. make my board a server and host pc a client.How can this be done?
This makes little sense to me. Maybe you explain _why_ you think you need such a feature?
Best regards,
Wolfgang Denk
participants (3)
-
Annamalai Prakash
-
Himanshu AGGARWAL
-
Wolfgang Denk