MCF54450 CFG_MBYTES_SDRAM

View: New views
3 Messages — Rating Filter:   Alert me  

MCF54450 CFG_MBYTES_SDRAM

by Granville Gregg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
X-SpamDetect-Info: ------------- Start ASpam results ---------------
X-SpamDetect-Info: This message may be spam. This message BODY has been altered to show you the spam information
X-SpamDetect: ****: 4.744000 From3consonants=0.3, Suspicious proportion of text in CAPS=1.0, To: repeats address as real name=0.4, Aspam=3.0
X-SpamDetect-Info: ------------- End ASpam results -----------------

Hi all

 

Anyone know where  “CFG_MBYTES_SDRAM” is defined in side u-boot I get 256MB returned but my design uses 128MB

 

Thanks Gregg

 


Gregg GRANVILLE

Hardware Engineering Manager

-------------------------------------------------------

Tel 1 603.622.0212 / Fax 1 603.623.5623

ggranville@... / www.metronics.com

-----------------------------------------------------------------------------------------

METRONICS /// 30 Harvey Road // Bedford, NH 03110-6818 / US

coldfire@... Send a post to the list. coldfire-join@... Join the list. coldfire-digest@... Join the list in digest mode. coldfire-leave@... Leave the list.

Re: MCF54450 CFG_MBYTES_SDRAM

by Allon Stern :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Dec 5, 2008, at 10:46 AM, Granville Gregg wrote:
>
> Anyone know where  “CFG_MBYTES_SDRAM” is defined in side u-boot I  
> get 256MB returned but my design uses 128MB
>
> Thanks Gregg

Which config are you using?
Which version of u-boot?

I'm using 1.3.2;
Config files are in include/configs/<target>.h

For example, my include/configs/M54455EVB.h shows:

#define CFG_SDRAM_SIZE 256 /* SDRAM size in MB */


In the u-boot Makefile, that is used by the target
M54455EVB_config

Which _config are you using?


-
allon---
coldfire@...              Send a post to the list.
coldfire-join@...        Join the list.
coldfire-digest@...    Join the list in digest mode.
coldfire-leave@...     Leave the list.


RE: MCF54450 CFG_MBYTES_SDRAM

by Granville Gregg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Allon

I am using 1.20 i think i saw that as well can i just change it there to 128 also i guess i will need to shut of the second bank. i used the same Dram as the refrence design but i only used two in stead of four chips. i used the lowest chip select.

Gregg




FG_MBYTES_SDRAM

On Dec 5, 2008, at 10:46 AM, Granville Gregg wrote:
>
> Anyone know where  “CFG_MBYTES_SDRAM” is defined in side u-boot I
> get 256MB returned but my design uses 128MB
>
> Thanks Gregg

Which config are you using?
Which version of u-boot?

I'm using 1.3.2;
Config files are in include/configs/<target>.h

For example, my include/configs/M54455EVB.h shows:

#define CFG_SDRAM_SIZE          256     /* SDRAM size in MB */


In the u-boot Makefile, that is used by the target
M54455EVB_config

Which _config are you using?


-
allon---
coldfire@...              Send a post to the list.
coldfire-join@...        Join the list.
coldfire-digest@...    Join the list in digest mode.
coldfire-leave@...     Leave the list.
---
coldfire@...              Send a post to the list.
coldfire-join@...        Join the list.
coldfire-digest@...    Join the list in digest mode.
coldfire-leave@...     Leave the list.