Re: [coreboot] [PATCH] exit from self-refresh on AMD K8 CPUs (pre revF)

2010-12-14 Thread Rudolf Marek
Hi, Thanks for the test, although this patch is just for socket 939 and not for AM2 ;) Yes I tested with one DDR2 (I dont have two sticks) Maybe there is something wrong with the cbmem TOC pointer. Please try to find out what exactly is wrong. Maybe just the memory is failing for some reason

Re: [coreboot] [PATCH] exit from self-refresh on AMD K8 CPUs (pre revF)

2010-12-13 Thread Fengwei Zhang
Hi Rudolf, I have tested S3 on m2v-mx_se. It works perfectly. Except following situation. As you know, there are two Dimms in m2v board. if I put 1 memory module on it, S3 would work perfectly. If I put 2 memory module on both two dimms. The coreboot cannot boot. it would stop at post_cache_

Re: [coreboot] [PATCH] exit from self-refresh on AMD K8 CPUs (pre revF)

2010-12-12 Thread Peter Stuge
Rudolf Marek wrote: > On 4.12.2010 20:55, Rudolf Marek wrote: >> Hello, >> >> Following patch adds support to bring out the memory out of self refresh >> when doing resume. >> >> Signed-off-by: Rudolf Marek >> >> The patch is based on my 2008 patch. > > Removed compilation warning & refreshed to m

Re: [coreboot] [PATCH] exit from self-refresh on AMD K8 CPUs (pre revF)

2010-12-11 Thread Rudolf Marek
On 4.12.2010 20:55, Rudolf Marek wrote: Hello, Following patch adds support to bring out the memory out of self refresh when doing resume. Signed-off-by: Rudolf Marek The patch is based on my 2008 patch. Removed compilation warning & refreshed to match current tree. Thanks, Rudolf Index: c

[coreboot] [PATCH] exit from self-refresh on AMD K8 CPUs (pre revF)

2010-12-04 Thread Rudolf Marek
Hello, Following patch adds support to bring out the memory out of self refresh when doing resume. Signed-off-by: Rudolf Marek The patch is based on my 2008 patch. Thanks, Rudolf Index: coreboot/src/northbridge/amd/amdk8/raminit.c