* AMD DDR3 ECC @ 2009-10-09 19:21 ST 2009-10-20 0:31 ` Doug Thompson 0 siblings, 1 reply; 5+ messages in thread From: ST @ 2009-10-09 19:21 UTC (permalink / raw) To: bluesmoke-devel Hi I've bought a new mainboard and i'd like to get the EDAC support running for this board. It seems as if my hardware is not supported but detected: dmesg gives me after a "modprobe amd64_edac_mod": EDAC amd64_edac: Ver: 3.2.0 Oct 9 2009 EDAC amd64: ECC is enabled by BIOS. EDAC MC: F10h CPU detected EDAC amd64: f10_probe_valid_hardware() This machine is running with DDR3 memory. This is not currently supported. DCHR0=0x3f58090d DCHR1=0x3f58090d EDAC amd64: Contact 'amd64_edac' module MAINTAINER to help add support. This is with 2.6.32-rc3-00256-g36a0790. I would be thankful for any hint to get the HW up and running. Thanks ST ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: AMD DDR3 ECC 2009-10-09 19:21 AMD DDR3 ECC ST @ 2009-10-20 0:31 ` Doug Thompson 2009-10-20 10:07 ` Borislav Petkov 0 siblings, 1 reply; 5+ messages in thread From: Doug Thompson @ 2009-10-20 0:31 UTC (permalink / raw) To: bluesmoke-devel, ST --- On Fri, 10/9/09, ST <st@iss.tu-darmstadt.de> wrote: > From: ST <st@iss.tu-darmstadt.de> > Subject: AMD DDR3 ECC > To: bluesmoke-devel@lists.sourceforge.net > Date: Friday, October 9, 2009, 1:21 PM > Hi > > I've bought a new mainboard and i'd like to get the EDAC > support running for > this board. It seems as if my hardware is not supported but > detected: > dmesg gives me after a "modprobe amd64_edac_mod": > EDAC amd64_edac: Ver: 3.2.0 Oct 9 2009 > EDAC amd64: ECC is enabled by BIOS. > EDAC MC: F10h CPU detected > EDAC amd64: f10_probe_valid_hardware() This machine is > running with DDR3 > memory. This is not currently supported. DCHR0=0x3f58090d > DCHR1=0x3f58090d > EDAC amd64: Contact 'amd64_edac' module > MAINTAINER to help add support. At this time DDR3 has not been added. We just got the driver into the kernel in 2.6.31. I will copy boris on any planned schedule for DDR3 doug t > > This is with 2.6.32-rc3-00256-g36a0790. I would be thankful > for any hint to > get the HW up and running. > > Thanks > ST ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: AMD DDR3 ECC 2009-10-20 0:31 ` Doug Thompson @ 2009-10-20 10:07 ` Borislav Petkov 2009-10-20 18:34 ` ST 0 siblings, 1 reply; 5+ messages in thread From: Borislav Petkov @ 2009-10-20 10:07 UTC (permalink / raw) To: Doug Thompson, ST; +Cc: bluesmoke-devel On Mon, Oct 19, 2009 at 05:31:02PM -0700, Doug Thompson wrote: > At this time DDR3 has not been added. We just got the driver into the >kernel in 2.6.31. > > I will copy boris on any planned schedule for DDR3 Yeah, it is on my TODO-list. I'll keep you posted. ST, are you willing to test patches? -- Regards/Gruss, Boris. Operating | Advanced Micro Devices GmbH System | Karl-Hammerschmidt-Str. 34, 85609 Dornach b. München, Germany Research | Geschäftsführer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Center | Sitz: Dornach, Gemeinde Aschheim, Landkreis München (OSRC) | Registergericht München, HRB Nr. 43632 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: AMD DDR3 ECC 2009-10-20 10:07 ` Borislav Petkov @ 2009-10-20 18:34 ` ST 2009-11-16 14:27 ` Borislav Petkov 0 siblings, 1 reply; 5+ messages in thread From: ST @ 2009-10-20 18:34 UTC (permalink / raw) To: Borislav Petkov; +Cc: Doug Thompson, bluesmoke-devel Hi > ST, are you willing to test patches? Yep, i've plenty of spare CPU cycles for compiling. :-) Spare Time is not as plenty but i will try to do my best. ST ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: AMD DDR3 ECC 2009-10-20 18:34 ` ST @ 2009-11-16 14:27 ` Borislav Petkov 0 siblings, 0 replies; 5+ messages in thread From: Borislav Petkov @ 2009-11-16 14:27 UTC (permalink / raw) To: ST; +Cc: Doug Thompson, bluesmoke-devel Hi, On Tue, Oct 20, 2009 at 08:34:37PM +0200, ST wrote: > > ST, are you willing to test patches? > Yep, i've plenty of spare CPU cycles for compiling. :-) > Spare Time is not as plenty but i will try to do my best. I've got the first version of patches with DDR3 support for .33 ready. They're on my kernel.org repo (branch for-next): git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next so if you'd like to give them a try, you can now :). I'd appreciate it if you'd let me know of any issues you might encounter. Thanks. -- Regards/Gruss, Boris. Operating | Advanced Micro Devices GmbH System | Karl-Hammerschmidt-Str. 34, 85609 Dornach b. München, Germany Research | Geschäftsführer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Center | Sitz: Dornach, Gemeinde Aschheim, Landkreis München (OSRC) | Registergericht München, HRB Nr. 43632 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-11-16 14:27 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-10-09 19:21 AMD DDR3 ECC ST 2009-10-20 0:31 ` Doug Thompson 2009-10-20 10:07 ` Borislav Petkov 2009-10-20 18:34 ` ST 2009-11-16 14:27 ` Borislav Petkov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox