public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs?
@ 2005-03-31 14:46 Sam Song
  2005-03-31 16:02 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Sam Song @ 2005-03-31 14:46 UTC (permalink / raw)
  To: u-boot

Hi all,

I met an understanding problem on CFG_CMD_SDRAM. Some
text around the code say "The SDRAM command is
separately configured because many (most?) embedded 
boards don't use SDRAM DIMMs".

I added this command for RPXlite DW but didn't get 
any extra command or message about it.

So what's the good out of the config for a qualified
board? Is it enough to know this configuration is only
for several boards?

Thanks,

Sam


Best regards,

Sam

_________________________________________________________
Do You Yahoo!?
150??MP3????????????
http://cn.rd.yahoo.com/mail_cn/tag/yisou/music/*http://music.yisou.com/
???????????????????
http://cn.rd.yahoo.com/mail_cn/tag/yisou/image/*http://image.yisou.com
1G??1000???????????
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs?
  2005-03-31 14:46 Sam Song
@ 2005-03-31 16:02 ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2005-03-31 16:02 UTC (permalink / raw)
  To: u-boot

In message <20050331144625.79609.qmail@web15907.mail.cnb.yahoo.com> you wrote:
> 
> I met an understanding problem on CFG_CMD_SDRAM. Some

You are expected to check the README before posting.

It says:

	CFG_CMD_SDRAM   * print SDRAM configuration information

What exactly is not clear about this message?


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
But it's real. And if it's real it can be affected ... we may not  be
able  to break it, but, I'll bet you credits to Navy Beans we can put
a dent in it.
	-- deSalle, "Catspaw", stardate 3018.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs?
@ 2005-04-01  0:39 Sam Song
  0 siblings, 0 replies; 7+ messages in thread
From: Sam Song @ 2005-04-01  0:39 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk <wd@denx.de> wrote:
> > I met an understanding problem on CFG_CMD_SDRAM.
> 
> You are expected to check the README before posting.

I did:-)

> It says:
> 
> 	CFG_CMD_SDRAM   * print SDRAM configuration
> information
> 
> What exactly is not clear about this message?

The exactly unclear point is that how can I get the 
print message. In which way? From u-boot boot message
or use a special command to do it? To be frank, I 
really didn't see any extra SDRAM message in boot-up
or related u-boot command when I enabled this 
configuration.

Thanks very much,

Sam

_________________________________________________________
Do You Yahoo!?
150??MP3????????????
http://cn.rd.yahoo.com/mail_cn/tag/yisou/music/*http://music.yisou.com/
???????????????????
http://cn.rd.yahoo.com/mail_cn/tag/yisou/image/*http://image.yisou.com
1G??1000???????????
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs?
@ 2005-04-01  1:06 Frank
  0 siblings, 0 replies; 7+ messages in thread
From: Frank @ 2005-04-01  1:06 UTC (permalink / raw)
  To: u-boot

isdram...

--- Sam Song <samsongshu@yahoo.com.cn> wrote:
> Wolfgang Denk <wd@denx.de> wrote:
> > > I met an understanding problem on CFG_CMD_SDRAM.
> > 
> > You are expected to check the README before
> posting.
> 
> I did:-)
> 
> > It says:
> > 
> > 	CFG_CMD_SDRAM   * print SDRAM configuration
> > information
> > 
> > What exactly is not clear about this message?
> 
> The exactly unclear point is that how can I get the 
> print message. In which way? From u-boot boot
> message
> or use a special command to do it? To be frank, I 
> really didn't see any extra SDRAM message in boot-up
> or related u-boot command when I enabled this 
> configuration.
> 
> Thanks very much,
> 
> Sam
> 
>
_________________________________________________________
> Do You Yahoo!?
> 150????MP3????????????????????????
>
http://cn.rd.yahoo.com/mail_cn/tag/yisou/music/*http://music.yisou.com/
> ??????????????????????????????????????
>
http://cn.rd.yahoo.com/mail_cn/tag/yisou/image/*http://image.yisou.com
> 1G????1000??????????????????????
>
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
> 
> 
>
-------------------------------------------------------
> This SF.net email is sponsored by Demarc:
> A global provider of Threat Management Solutions.
> Download our HomeAdmin security software for free
> today!
> http://www.demarc.com/info/Sentarus/hamr30
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 


		
__________________________________ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs?
@ 2005-04-02  7:50 Sam Song
  2005-04-02  8:55 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Sam Song @ 2005-04-02  7:50 UTC (permalink / raw)
  To: u-boot

Frank <frannk_m1@yahoo.com> wrote:
> isdram...

Thanks for this hint. Uh, but my problem came out of
lacking the related configuration "CFG_CMD_I2C". From 
common/cmd_i2c.c, CFG_CMD_SDRAM is included in the
body
of CFG_CMD_I2C:-)

> > Wolfgang Denk <wd@denx.de> wrote:
> > > You are expected to check the README before
> > > posting.
> > 
> > I did:-)

Uhmmm, I didn't read the code:-(

> > > It says:
> > > 
> > > 	CFG_CMD_SDRAM   * print SDRAM configuration
> > > information

Well, should we add a note beside it like 
"Must be used with CFG_CMD_I2C" to show their
relationship?

Best regards,

Sam

_________________________________________________________
Do You Yahoo!?
150??MP3????????????
http://cn.rd.yahoo.com/mail_cn/tag/yisou/music/*http://music.yisou.com/
???????????????????
http://cn.rd.yahoo.com/mail_cn/tag/yisou/image/*http://image.yisou.com
1G??1000???????????
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs?
  2005-04-02  7:50 [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs? Sam Song
@ 2005-04-02  8:55 ` Wolfgang Denk
  2005-04-04 12:38   ` Jerry Van Baren
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2005-04-02  8:55 UTC (permalink / raw)
  To: u-boot

In message <20050402075050.98724.qmail@web15908.mail.cnb.yahoo.com> you wrote:
>
> > > > 	CFG_CMD_SDRAM   * print SDRAM configuration information
> 
> Well, should we add a note beside it like 
> "Must be used with CFG_CMD_I2C" to show their
> relationship?

Good idea. Submit a patch?

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
An age is called Dark not because  the  light  fails  to  shine,  but
because people refuse to see it.           -- James Michener, "Space"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs?
  2005-04-02  8:55 ` Wolfgang Denk
@ 2005-04-04 12:38   ` Jerry Van Baren
  0 siblings, 0 replies; 7+ messages in thread
From: Jerry Van Baren @ 2005-04-04 12:38 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> In message <20050402075050.98724.qmail@web15908.mail.cnb.yahoo.com> you wrote:
> 
>>>>>	CFG_CMD_SDRAM   * print SDRAM configuration information
>>
>>Well, should we add a note beside it like 
>>"Must be used with CFG_CMD_I2C" to show their
>>relationship?
> 
> 
> Good idea. Submit a patch?
> 
> Best regards,
> 
> Wolfgang Denk

When you are submitting this patch ;-), you might want to add a note 
that this is reading from the standard configuration information from 
the I2C EEPROM on a DIMM memory module.  This command is not useful for 
built-in SDRAM memories (i.e. soldered to the motherboard).

I suspect that applies to Frank and the SDRAM configuration read command 
is not useful for him.  In general, if you have DIMM memory modules, you 
probably have I2C enabled in order to configure them.  Conversely, if 
you don't have I2C, you probably don't have DIMM memory modules and the 
command is useless.  The third case is that you have DIMM memory modules 
but are not using the I2C configuration information out of them... in 
that case you should be adding I2C and the automatic configuration.

gvb

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-04 12:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-02  7:50 [U-Boot-Users] Does CFG_CMD_SDRAM only use for SDRAM DIMMs? Sam Song
2005-04-02  8:55 ` Wolfgang Denk
2005-04-04 12:38   ` Jerry Van Baren
  -- strict thread matches above, loose matches on Subject: below --
2005-04-01  1:06 Frank
2005-04-01  0:39 Sam Song
2005-03-31 14:46 Sam Song
2005-03-31 16:02 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox