Description of problem: The SDRAM size of the IXDP425 Evaluation Board is 128MByte instead of the 256MByte currently configured, see hal/arm/xscale/ixdp425/current/include/ixdp425.h: #define SDRAM_SIZE 0x10000000 // 256MB Version-Release number of selected component (if applicable): CVS How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
http://developer.intel.com/design/network/products/npfamily/ixdp425.htm shows that the board has 256MB. My board has 256MB. Is there a 128MB model? Are all four SDRAM positions populated on your board? In any case, if there are 128MByte boards out there, some runtime code to size memory would be nice. I can't do it, though as I don't have a 128MByte board.
I studied once more the documentation. My value (128MB) was around since the very first preliminary software version we received from Intel. This has long since been corrected but never made it to our files. 256MB and therefore Redboot is correct. Sorry for any confusion caused, Lutz