public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Linux-ia64] Processor Rev.
@ 2000-08-09 10:53 Gerrit.Huizenga
  2000-08-09 15:55 ` John Baboval
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Gerrit.Huizenga @ 2000-08-09 10:53 UTC (permalink / raw)
  To: linux-ia64

In addition to /proc/cpuinfo, there's a bunch of interesting stuff
in /proc/palinfo/*, for instance:

[gerrit@elm3a86 palinfo]$ cat /proc/palinfo/version_info
PAL_vendor     : 0xff (min=0xff)
PAL_A revision : 0x9 (min=0x9)
PAL_A model    : 0x22 (min=0x22)
PAL_B mode     : 0x9 (min=0x0)
PAL_B revision : 0x22 (min=0x0)

There is other stuff of interest in /proc/palinfo.

Chris pointed out that the minor numbers of the version aren't included here.

Also, reading one of the files here caused a panic with the B1 CPU steppings.

gerrit

> What is a good way to check the processor revision on the lion machines. I
> see people on the list refering to A1 or A2 stepping machines, but /proc/cpuinfo on
> our machines only shows this:
> 
> processor  : 3
> vendor     : GenuineIntel
> family     : IA-64
> model      : Itanium
> revision   : 0
> archrev    : 0
> 
> plus the serial numbers and MHz and such. Does this just mean we have old
> CPUs, or is there a different way to check?
> 
> -- 
> John V. Baboval (baboval@missioncriticallinux.com)
> 
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Linux-ia64] Processor Rev.
  2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
@ 2000-08-09 15:55 ` John Baboval
  2000-08-09 16:54 ` Don Dugger
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: John Baboval @ 2000-08-09 15:55 UTC (permalink / raw)
  To: linux-ia64

What is a good way to check the processor revision on the lion machines. I
see people on the list refering to A1 or A2 stepping machines, but /proc/cpuinfo on
our machines only shows this:

processor  : 3
vendor     : GenuineIntel
family     : IA-64
model      : Itanium
revision   : 0
archrev    : 0

plus the serial numbers and MHz and such. Does this just mean we have old
CPUs, or is there a different way to check?

-- 
John V. Baboval (baboval@missioncriticallinux.com)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Linux-ia64] Processor Rev.
  2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
  2000-08-09 15:55 ` John Baboval
@ 2000-08-09 16:54 ` Don Dugger
  2000-08-09 21:34 ` Stephane Eranian
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Don Dugger @ 2000-08-09 16:54 UTC (permalink / raw)
  To: linux-ia64

John-

The only way to find the revision that I know of is to check the
paper work that came with your machine, that should list it.  There's
no instruction that will give that information at this point in
time.

On Wed, Aug 09, 2000 at 11:55:28AM -0400, John Baboval wrote:
> What is a good way to check the processor revision on the lion machines. I
> see people on the list refering to A1 or A2 stepping machines, but /proc/cpuinfo on
> our machines only shows this:
> 
> processor  : 3
> vendor     : GenuineIntel
> family     : IA-64
> model      : Itanium
> revision   : 0
> archrev    : 0
> 
> plus the serial numbers and MHz and such. Does this just mean we have old
> CPUs, or is there a different way to check?
> 
> -- 
> John V. Baboval (baboval@missioncriticallinux.com)
> 
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64

-- 
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
n0ano@valinux.com
Ph: 303/938-9838


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Linux-ia64] Processor Rev.
  2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
  2000-08-09 15:55 ` John Baboval
  2000-08-09 16:54 ` Don Dugger
@ 2000-08-09 21:34 ` Stephane Eranian
  2000-08-09 21:41 ` Broadfoot, KenX
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Stephane Eranian @ 2000-08-09 21:34 UTC (permalink / raw)
  To: linux-ia64

Hi,
> 
> [gerrit@elm3a86 palinfo]$ cat /proc/palinfo/version_info
> PAL_vendor     : 0xff (min=0xff)
> PAL_A revision : 0x9 (min=0x9)
> PAL_A model    : 0x22 (min=0x22)
> PAL_B mode     : 0x9 (min=0x0)
> PAL_B revision : 0x22 (min=0x0)
> 
> There is other stuff of interest in /proc/palinfo.
> 
> Chris pointed out that the minor numbers of the version aren't included here.

In the latest kernel patch the output is slightly different. Here the minor
number is .9. So 0x22 0x9 is read 2.2.9 for PAL version.

> 
> Also, reading one of the files here caused a panic with the B1 CPU steppings.
> 
Yes, I am aware of this problem. I noticed yesterday while trying it out
on our B1. I don't recall exactly which entry it is. I will be checking
for that.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [Linux-ia64] Processor Rev.
  2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
                   ` (2 preceding siblings ...)
  2000-08-09 21:34 ` Stephane Eranian
@ 2000-08-09 21:41 ` Broadfoot, KenX
  2000-08-09 21:52 ` David Mosberger
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Broadfoot, KenX @ 2000-08-09 21:41 UTC (permalink / raw)
  To: linux-ia64

All,

I am using 2.4.0test4 with the trillian patch...

I noticed that 2.4.0test6pre9 is on www.kernel.org

Is the trillian patch merged on this kernel?


--ken

> -----Original Message-----
> From:	Stephane Eranian [SMTP:eranian@frankl.hpl.hp.com]
> Sent:	Wednesday, August 09, 2000 2:34 PM
> To:	linux-ia64@linuxia64.org
> Subject:	Re: [Linux-ia64] Processor Rev.
> 
> Hi,
> > 
> > [gerrit@elm3a86 palinfo]$ cat /proc/palinfo/version_info
> > PAL_vendor     : 0xff (min=0xff)
> > PAL_A revision : 0x9 (min=0x9)
> > PAL_A model    : 0x22 (min=0x22)
> > PAL_B mode     : 0x9 (min=0x0)
> > PAL_B revision : 0x22 (min=0x0)
> > 
> > There is other stuff of interest in /proc/palinfo.
> > 
> > Chris pointed out that the minor numbers of the version aren't included
> here.
> 
> In the latest kernel patch the output is slightly different. Here the
> minor
> number is .9. So 0x22 0x9 is read 2.2.9 for PAL version.
> 
> > 
> > Also, reading one of the files here caused a panic with the B1 CPU
> steppings.
> > 
> Yes, I am aware of this problem. I noticed yesterday while trying it out
> on our B1. I don't recall exactly which entry it is. I will be checking
> for that.
> 
> 
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64



^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [Linux-ia64] Processor Rev.
  2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
                   ` (3 preceding siblings ...)
  2000-08-09 21:41 ` Broadfoot, KenX
@ 2000-08-09 21:52 ` David Mosberger
  2000-08-09 21:58 ` Chris McDermott/Beaverton/IBM
  2000-08-10  3:54 ` Tim Riker
  6 siblings, 0 replies; 8+ messages in thread
From: David Mosberger @ 2000-08-09 21:52 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Wed, 9 Aug 2000 14:41:31 -0700 , "Broadfoot, KenX" <kenx.broadfoot@intel.com> said:

  Ken> All, I am using 2.4.0test4 with the trillian patch...

  Ken> I noticed that 2.4.0test6pre9 is on www.kernel.org

  Ken> Is the trillian patch merged on this kernel?

I don't know what the "trillian patch" is (;-), but if you're talking
about the IA-64 patches I'm putting out: I'm not following the
pre-patches in general.  There are far too many for me too keep up
(yes, I do like to get some work done occasionally, not just spend all
my time merging other people's patches...).

I am plannnig to update the IA-64 diff at the end of this week (either
test5 or test6, if it's out by then).

	--david


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Linux-ia64] Processor Rev.
  2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
                   ` (4 preceding siblings ...)
  2000-08-09 21:52 ` David Mosberger
@ 2000-08-09 21:58 ` Chris McDermott/Beaverton/IBM
  2000-08-10  3:54 ` Tim Riker
  6 siblings, 0 replies; 8+ messages in thread
From: Chris McDermott/Beaverton/IBM @ 2000-08-09 21:58 UTC (permalink / raw)
  To: linux-ia64

It happened here on 2 entries: perfmon_info and power_info.

Chris



Stephane Eranian <eranian@frankl.hpl.hp.com>@linuxia64.org on 08/09/2000
02:34:06 PM

Please respond to <eranian@hpl.hp.com>

Sent by:  linux-ia64-admin@linuxia64.org


To:   linux-ia64@linuxia64.org
cc:
Subject:  Re: [Linux-ia64] Processor Rev.



Hi,
>
> [gerrit@elm3a86 palinfo]$ cat /proc/palinfo/version_info
> PAL_vendor     : 0xff (min=0xff)
> PAL_A revision : 0x9 (min=0x9)
> PAL_A model    : 0x22 (min=0x22)
> PAL_B mode     : 0x9 (min=0x0)
> PAL_B revision : 0x22 (min=0x0)
>
> There is other stuff of interest in /proc/palinfo.
>
> Chris pointed out that the minor numbers of the version aren't included
here.

In the latest kernel patch the output is slightly different. Here the minor
number is .9. So 0x22 0x9 is read 2.2.9 for PAL version.

>
> Also, reading one of the files here caused a panic with the B1 CPU
steppings.
>
Yes, I am aware of this problem. I noticed yesterday while trying it out
on our B1. I don't recall exactly which entry it is. I will be checking
for that.


_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Linux-ia64] Processor Rev.
  2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
                   ` (5 preceding siblings ...)
  2000-08-09 21:58 ` Chris McDermott/Beaverton/IBM
@ 2000-08-10  3:54 ` Tim Riker
  6 siblings, 0 replies; 8+ messages in thread
From: Tim Riker @ 2000-08-10  3:54 UTC (permalink / raw)
  To: linux-ia64

There is some documentation on serial #s (the stickers not the
electronic IDs) in the Intel literature. In my "Intel Workstation SDV,
A1 Stepping Processor Replacement" manual there is a section on page 20
entitled "Identification of Upgrade Processor Stepping" with a table
mapping the 4 digit postfix to the A2 and A3 stepping. This also
includes some comments about the state of software revision detection.

I do not know if this info is truly public, so I have not copied this
info here. Perhaps someone from Intel would like to comment?

These postfixes are of the format Q[letter][number][number]. I would
assume there is a complete table available someplace that would include
A1-A3 and B0-B1 stepping maps, but I have not seen it.

The only reliable option I know of is to open a QuAD ticket on the
system and ask Intel.

Don Dugger wrote:
> 
> John-
> 
> The only way to find the revision that I know of is to check the
> paper work that came with your machine, that should list it.  There's
> no instruction that will give that information at this point in
> time.
> 
> On Wed, Aug 09, 2000 at 11:55:28AM -0400, John Baboval wrote:
> > What is a good way to check the processor revision on the lion machines. I
> > see people on the list refering to A1 or A2 stepping machines, but /proc/cpuinfo on
> > our machines only shows this:
> >
> > processor  : 3
> > vendor     : GenuineIntel
> > family     : IA-64
> > model      : Itanium
> > revision   : 0
> > archrev    : 0
> >
> > plus the serial numbers and MHz and such. Does this just mean we have old
> > CPUs, or is there a different way to check?
> >
> > --
> > John V. Baboval (baboval@missioncriticallinux.com)
> --
> Don Dugger
> "Censeo Toto nos in Kansa esse decisse." - D. Gale
> n0ano@valinux.com
> Ph: 303/938-9838
-- 
Tim Riker - http://rikers.org/ - short SIGs! <g>
All I need to know I could have learned in Kindergarten
... if I'd just been paying attention.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-08-10  3:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-09 10:53 [Linux-ia64] Processor Rev Gerrit.Huizenga
2000-08-09 15:55 ` John Baboval
2000-08-09 16:54 ` Don Dugger
2000-08-09 21:34 ` Stephane Eranian
2000-08-09 21:41 ` Broadfoot, KenX
2000-08-09 21:52 ` David Mosberger
2000-08-09 21:58 ` Chris McDermott/Beaverton/IBM
2000-08-10  3:54 ` Tim Riker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox