On Mon, Apr 30, 2007 at 12:19:46PM -0700, roger wrote: > (or is memory init and activating SPD two seperate things here?)
SPD is short for Serial Presence Detect, it's the protocol/method used to probe what type of RAM module is installed in a RAM slot. SPD works by reading parameters from an EEPROM on the RAM module. Generic memory controller initialization must use SPD, but it's quite possible to hardcode init for a specific RAM module if you already know the parameters. //Peter -- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
