On Wed, 2006-03-08 at 03:10 -0800, sumanth wrote: > Hi all, > > I am porting ecos to Ixp425 eval board , i am struck up at this > location cyg_hal_plf_pci_init() routine in the hal_hardware_init(). i am > exactly strucking up at > > HAL_PCI_CFG_WRITE_UINT32(0, 0, CYG_PCI_CFG_BAR_1, 0x01000000); > when i encouter this routine
Perhaps it would be best to try a configuration witout PCI. Come back to PCI when the basic port is working. I would guess that you have missed some platform specific init of the PCI controller. That is, the code in hal_plf_pci_init(). --Mark -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
