* Reading SDRAM Memory Configuration via EEPROM on SIMM
@ 2001-11-16 5:24 James F Dougherty
2001-11-16 6:58 ` Neil Russell
2001-11-16 14:58 ` Peter Barada
0 siblings, 2 replies; 4+ messages in thread
From: James F Dougherty @ 2001-11-16 5:24 UTC (permalink / raw)
To: linuxppc-embedded
Does anyone know how to read an SDRAM SIMM EEPROM
to get the memory configuration data? I remember
there was a spec for this ... forgot the name...
You basically read I2C data bytes from an EEPROM
in a standard format.... PC's do this to find memory
settings..
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reading SDRAM Memory Configuration via EEPROM on SIMM
2001-11-16 5:24 Reading SDRAM Memory Configuration via EEPROM on SIMM James F Dougherty
@ 2001-11-16 6:58 ` Neil Russell
2001-11-16 13:19 ` Jerry Van Baren
2001-11-16 14:58 ` Peter Barada
1 sibling, 1 reply; 4+ messages in thread
From: Neil Russell @ 2001-11-16 6:58 UTC (permalink / raw)
To: James F Dougherty; +Cc: linuxppc-embedded
Most SDRAM chip specs have enough stuff to figure this out. I don't
have an address handy, but if you look at a chip and go to the
manufacturer's web site, ...
Also, LiMon has some code to do some of the SDRAM stuff. It is written
in C, so it won't work on many CPUs, and it doesn't (yet) handle timing;
just geometry. (C works on the 8260 before SDRAM is available because
you can use the internal RAM as a stack.)
www.thinsys.com/limon.html
Neil.
On Thu, Nov 15, 2001 at 09:24:18PM -0800, James F Dougherty wrote:
>
> Does anyone know how to read an SDRAM SIMM EEPROM
> to get the memory configuration data? I remember
> there was a spec for this ... forgot the name...
>
> You basically read I2C data bytes from an EEPROM
> in a standard format.... PC's do this to find memory
> settings..
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reading SDRAM Memory Configuration via EEPROM on SIMM
2001-11-16 6:58 ` Neil Russell
@ 2001-11-16 13:19 ` Jerry Van Baren
0 siblings, 0 replies; 4+ messages in thread
From: Jerry Van Baren @ 2001-11-16 13:19 UTC (permalink / raw)
To: linuxppc-embedded
In a URL :-)
http://developer.intel.com/technology/memory/pc133sdram/spec/spdsd12b.htm
gvb
At 10:58 PM 11/15/01 -0800, Neil Russell wrote:
>Most SDRAM chip specs have enough stuff to figure this out. I don't
>have an address handy, but if you look at a chip and go to the
>manufacturer's web site, ...
>
>Also, LiMon has some code to do some of the SDRAM stuff. It is written
>in C, so it won't work on many CPUs, and it doesn't (yet) handle timing;
>just geometry. (C works on the 8260 before SDRAM is available because
>you can use the internal RAM as a stack.)
>
> www.thinsys.com/limon.html
>
>
>Neil.
>
>
>On Thu, Nov 15, 2001 at 09:24:18PM -0800, James F Dougherty wrote:
> >
> > Does anyone know how to read an SDRAM SIMM EEPROM
> > to get the memory configuration data? I remember
> > there was a spec for this ... forgot the name...
> >
> > You basically read I2C data bytes from an EEPROM
> > in a standard format.... PC's do this to find memory
> > settings..
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reading SDRAM Memory Configuration via EEPROM on SIMM
2001-11-16 5:24 Reading SDRAM Memory Configuration via EEPROM on SIMM James F Dougherty
2001-11-16 6:58 ` Neil Russell
@ 2001-11-16 14:58 ` Peter Barada
1 sibling, 0 replies; 4+ messages in thread
From: Peter Barada @ 2001-11-16 14:58 UTC (permalink / raw)
To: jfd; +Cc: linuxppc-embedded
>Does anyone know how to read an SDRAM SIMM EEPROM
>to get the memory configuration data? I remember
>there was a spec for this ... forgot the name...
Its called "Serial Presence Detect", and you can find the spec at:
http://developer.intel.com/technology/memory/pc133sdram/spec/spdsd12b.htm
--
Peter Barada Peter.Barada@motorola.com
Wizard 781-852-2768 (direct)
WaveMark Solutions(wholly owned by Motorola) 781-270-0193 (fax)
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-11-16 14:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-16 5:24 Reading SDRAM Memory Configuration via EEPROM on SIMM James F Dougherty
2001-11-16 6:58 ` Neil Russell
2001-11-16 13:19 ` Jerry Van Baren
2001-11-16 14:58 ` Peter Barada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).