Re: error in k8 ram setup

2005-01-24 Thread Stefan Reinauer
* Yinghai Lu [EMAIL PROTECTED] [050124 04:44]: what's other SPD about your DIMM? Brand model That bit means x4 DIMM. YH I don't have the list at hand, but the only difference in SPD-ROM that is actually read by LinuxBIOS is the Primary SDRAM Width byte. As far as I see it, there are

error in k8 ram setup

2005-01-23 Thread Stefan Reinauer
Hi, The following function in freebios2/src/northbridge/amd/amdk8/raminit.c is obviously wrong. static int update_dimm_x4(const struct mem_controller *ctrl, const struct mem_param *param, int i) { uint32_t dcl; int value; int dimm; value =

Re: error in k8 ram setup

2005-01-23 Thread Yinghai Lu
what's other SPD about your DIMM? Brand model That bit means x4 DIMM. YH -Original Message- From: Stefan Reinauer [mailto:[EMAIL PROTECTED] Sent: Sunday, January 23, 2005 2:48 PM To: linuxbios@clustermatic.org Cc: [EMAIL PROTECTED] Subject: error in k8 ram setup Hi