Hi,
I ported one BSP on PXA255. It;s working fine in my first board.
The same code is hanging when i access DriverGlobals in my Bootlaoder
OEMPlatformInit().
It;s hanging exactly at the line
memset((LPVOID)pDriverGlobals,0,sizeof(DRIVER_GLOBALS));
The difference between current hardware board and previous board is not
related to SDRAM/Flash Memory. Only there is a change in Ethernet interface.
If i remove accessing DRV_Globals in my entire Eboot it's able to download
OS image, i verified that. BUt, after that it's hanging in OEMInit(). So i
felt that this this DRV_Global probelm in my Eboot, may have impact on this.
Please suggest.
Thanks & Regards,
Peter