* [GIT PATCHES] Add support for Lynnfield on i7core_edac
@ 2009-10-19 16:57 Mauro Carvalho Chehab
2009-10-19 17:32 ` Doug Thompson
0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2009-10-19 16:57 UTC (permalink / raw)
To: Doug Thompson; +Cc: bluesmoke ML
Hi Doug,
I've just added support also for Lynnfield (Core i5 700/Core i7 800/Xeon 34xx)
Intel memory controllers at i7core_edac.
Lynnfield has a different set of PCI ID registers, but most fields are equal on it
and on Nehalem/Nehalem-EP. The basic difference is that Lynnfield has only 2 channels, while
Nehalem has 3, and the test registers on Lynnfield are different. I'm not sure yet if Lynnfield
supports error injection or memory error counts via reading the test registers. So, for now, i've
just disabling the sysfs nodes for error injection and direct error count access if the processor
is a Lynnfield.
Please review them. It is currently on a temporary branch on my i7core tree:
http://git.kernel.org/?p=linux/kernel/git/mchehab/i7core.git;a=shortlog;h=refs/heads/lynnfield
You'll notice there also the other patches I did to satisfy the feedback I've received.
PS.: I haven't yet added your acked-by at the patches on the tree. After
getting your new ack, I intend to rebase it adding it to all patches.
Cheers,
Mauro
------------------------------------------------------------------------------
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] 3+ messages in thread
* Re: [GIT PATCHES] Add support for Lynnfield on i7core_edac
2009-10-19 16:57 [GIT PATCHES] Add support for Lynnfield on i7core_edac Mauro Carvalho Chehab
@ 2009-10-19 17:32 ` Doug Thompson
2009-10-19 18:48 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Doug Thompson @ 2009-10-19 17:32 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: bluesmoke ML
Great I will take a look
Did you get that email on the issue with the i5400 issuing reports on Supermicro with an add on board? If not, I can resend it to you
doug t
--- On Mon, 10/19/09, Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> From: Mauro Carvalho Chehab <mchehab@infradead.org>
> Subject: [GIT PATCHES] Add support for Lynnfield on i7core_edac
> To: "Doug Thompson" <norsk5@yahoo.com>
> Cc: "bluesmoke ML" <bluesmoke-devel@lists.sourceforge.net>
> Date: Monday, October 19, 2009, 10:57 AM
> Hi Doug,
>
> I've just added support also for Lynnfield (Core i5
> 700/Core i7 800/Xeon 34xx)
> Intel memory controllers at i7core_edac.
>
> Lynnfield has a different set of PCI ID registers, but most
> fields are equal on it
> and on Nehalem/Nehalem-EP. The basic difference is that
> Lynnfield has only 2 channels, while
> Nehalem has 3, and the test registers on Lynnfield are
> different. I'm not sure yet if Lynnfield
> supports error injection or memory error counts via reading
> the test registers. So, for now, i've
> just disabling the sysfs nodes for error injection and
> direct error count access if the processor
> is a Lynnfield.
>
> Please review them. It is currently on a temporary branch
> on my i7core tree:
>
> http://git.kernel.org/?p=linux/kernel/git/mchehab/i7core.git;a=shortlog;h=refs/heads/lynnfield
>
> You'll notice there also the other patches I did to satisfy
> the feedback I've received.
>
> PS.: I haven't yet added your acked-by at the patches on
> the tree. After
> getting your new ack, I intend to rebase it adding it to
> all patches.
>
>
>
> Cheers,
> Mauro
>
------------------------------------------------------------------------------
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] 3+ messages in thread
* Re: [GIT PATCHES] Add support for Lynnfield on i7core_edac
2009-10-19 17:32 ` Doug Thompson
@ 2009-10-19 18:48 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2009-10-19 18:48 UTC (permalink / raw)
To: Doug Thompson; +Cc: bluesmoke ML
Em Mon, 19 Oct 2009 10:32:27 -0700 (PDT)
Doug Thompson <norsk5@yahoo.com> escreveu:
> Great I will take a look
Thanks!
>
> Did you get that email on the issue with the i5400 issuing reports on Supermicro with an add on board? If not, I can resend it to you
BZ#14395? Yes, I got. As it is a RHEL 5.4 BZ, it would be better to open it at
bugzilla.redhat.com.
I'm this week in Japan for the Kernel Summit and Japan Linux Symposium. I'm
currently without access to my i5400 machine.
I'll take a look on it next week, after my return.
>From a quick look I did at the BZ, in advance, it didn't occurred to me any
ideas why having a non-MC PCI controller at the machine would
generate any troubles at i5400 driver. I'll probably need more information from the
one that reported it like a sosreport.
Cheers,
Mauro.
>
> doug t
>
> --- On Mon, 10/19/09, Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
>
> > From: Mauro Carvalho Chehab <mchehab@infradead.org>
> > Subject: [GIT PATCHES] Add support for Lynnfield on i7core_edac
> > To: "Doug Thompson" <norsk5@yahoo.com>
> > Cc: "bluesmoke ML" <bluesmoke-devel@lists.sourceforge.net>
> > Date: Monday, October 19, 2009, 10:57 AM
> > Hi Doug,
> >
> > I've just added support also for Lynnfield (Core i5
> > 700/Core i7 800/Xeon 34xx)
> > Intel memory controllers at i7core_edac.
> >
> > Lynnfield has a different set of PCI ID registers, but most
> > fields are equal on it
> > and on Nehalem/Nehalem-EP. The basic difference is that
> > Lynnfield has only 2 channels, while
> > Nehalem has 3, and the test registers on Lynnfield are
> > different. I'm not sure yet if Lynnfield
> > supports error injection or memory error counts via reading
> > the test registers. So, for now, i've
> > just disabling the sysfs nodes for error injection and
> > direct error count access if the processor
> > is a Lynnfield.
> >
> > Please review them. It is currently on a temporary branch
> > on my i7core tree:
> >
> > http://git.kernel.org/?p=linux/kernel/git/mchehab/i7core.git;a=shortlog;h=refs/heads/lynnfield
> >
> > You'll notice there also the other patches I did to satisfy
> > the feedback I've received.
> >
> > PS.: I haven't yet added your acked-by at the patches on
> > the tree. After
> > getting your new ack, I intend to rebase it adding it to
> > all patches.
> >
> >
> >
> > Cheers,
> > Mauro
> >
Cheers,
Mauro
------------------------------------------------------------------------------
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] 3+ messages in thread
end of thread, other threads:[~2009-10-19 18:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-19 16:57 [GIT PATCHES] Add support for Lynnfield on i7core_edac Mauro Carvalho Chehab
2009-10-19 17:32 ` Doug Thompson
2009-10-19 18:48 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox