Bug 87631
| Summary: | Wrong SDRAM size for IXDP425 Evaluation Board | ||
|---|---|---|---|
| Product: | [Retired] eCos | Reporter: | Lutz Jänicke <ljaenicke> |
| Component: | HAL | Assignee: | Mark Salter <msalter> |
| Status: | CLOSED NOTABUG | QA Contact: | Jonathan Larmour <jifl-bugzilla> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | CVS | CC: | bartv, gary, msalter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | xscale | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-04-02 10:17:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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
|
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: