* [Linux-ia64] Two questions
@ 2001-03-07 11:19 Francis Galiegue
2001-03-07 13:35 ` Matt_Domsch
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Francis Galiegue @ 2001-03-07 11:19 UTC (permalink / raw)
To: linux-ia64
1. Where can I get precise info about firmware revisions, etc etc? I only know
about what a 'ver' displays at the EFI prompt and what the files in /proc
display... As to noting the 30+ digit BIOS revision, I do it by hand for now...
2. Where the <beep> are files on EFI GID partitions stored?? I cleared the
first disk for a brand new install but "old" booting files are still there!
--
Francis Galiegue, fg@mandrakesoft.com - Normand et fier de l'être
"Programming is a race between programmers, who try and make more and more
idiot-proof software, and universe, which produces more and more remarkable
idiots. Until now, universe leads the race" -- R. Cook
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [Linux-ia64] Two questions
2001-03-07 11:19 [Linux-ia64] Two questions Francis Galiegue
@ 2001-03-07 13:35 ` Matt_Domsch
2001-03-07 17:35 ` Stephane Eranian
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Matt_Domsch @ 2001-03-07 13:35 UTC (permalink / raw)
To: linux-ia64
> 2. Where the <beep> are files on EFI GID partitions stored??
> I cleared the
> first disk for a brand new install but "old" booting files
> are still there!
Since the GPT stores metadata at both the beginning 34 sectors of the disk
and a backup on the last 33 sectors of the disk,
you'll need to zero both sets of sectors for it to be "cleared".
Thanks,
Matt
--
Matt Domsch
Dell Linux Systems Group
Linux OS Development
www.dell.com/linux
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-ia64] Two questions
2001-03-07 11:19 [Linux-ia64] Two questions Francis Galiegue
2001-03-07 13:35 ` Matt_Domsch
@ 2001-03-07 17:35 ` Stephane Eranian
2001-03-07 18:01 ` Hall, Jenna S
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Stephane Eranian @ 2001-03-07 17:35 UTC (permalink / raw)
To: linux-ia64
On Wed, Mar 07, 2001 at 12:19:05PM +0100, Francis Galiegue wrote:
> 1. Where can I get precise info about firmware revisions, etc etc? I only know
> about what a 'ver' displays at the EFI prompt and what the files in /proc
> display... As to noting the 30+ digit BIOS revision, I do it by hand for now...
Could you explain exactly what do you mean by precise ? version numbers ?
If so, you can get the pal version in /proc/pal/cpu0/version_info. As for
EFI and SAL, at this point, there is no /proc interface to them. So your
only chance is by dmesg because the kernel prints the versions when it boots.
The rest is probably coming from ACPI, I guess.
--
-Stephane
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [Linux-ia64] Two questions
2001-03-07 11:19 [Linux-ia64] Two questions Francis Galiegue
2001-03-07 13:35 ` Matt_Domsch
2001-03-07 17:35 ` Stephane Eranian
@ 2001-03-07 18:01 ` Hall, Jenna S
2001-03-07 18:06 ` Jim Wilson
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Hall, Jenna S @ 2001-03-07 18:01 UTC (permalink / raw)
To: linux-ia64
As far as the 30+ digit BIOS revision, the only significant part would be
the "0089B" in the number below:
W460GXBS2.86E.0089B.P03.200012151745
So that's all you really have to record or report to Intel when clarifying
BIOS revision.
Jenna
-----Original Message-----
From: Stephane Eranian [mailto:eranian@frankl.hpl.hp.com]
Sent: Wednesday, March 07, 2001 9:35 AM
To: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] Two questions
On Wed, Mar 07, 2001 at 12:19:05PM +0100, Francis Galiegue wrote:
> 1. Where can I get precise info about firmware revisions, etc etc? I only
know
> about what a 'ver' displays at the EFI prompt and what the files in /proc
> display... As to noting the 30+ digit BIOS revision, I do it by hand for
now...
Could you explain exactly what do you mean by precise ? version numbers ?
If so, you can get the pal version in /proc/pal/cpu0/version_info. As for
EFI and SAL, at this point, there is no /proc interface to them. So your
only chance is by dmesg because the kernel prints the versions when it
boots.
The rest is probably coming from ACPI, I guess.
--
-Stephane
_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-ia64] Two questions
2001-03-07 11:19 [Linux-ia64] Two questions Francis Galiegue
` (2 preceding siblings ...)
2001-03-07 18:01 ` Hall, Jenna S
@ 2001-03-07 18:06 ` Jim Wilson
2001-03-07 19:32 ` Jonathan_Kwahk
2001-03-09 21:18 ` Khalid Aziz
5 siblings, 0 replies; 7+ messages in thread
From: Jim Wilson @ 2001-03-07 18:06 UTC (permalink / raw)
To: linux-ia64
>1. Where can I get precise info about firmware revisions, etc etc? I only know
>about what a 'ver' displays at the EFI prompt and what the files in /proc
>display... As to noting the 30+ digit BIOS revision, I do it by hand for now...
Reboot. When you get to the blue Itanium splash screen, choose setup instead
of boot. Scroll right until you get to the BIOS tab, the first field will
give a long string that contains the BIOS version number in the middle.
Usually it is ".00XX." where XX is the BIOS version number, but there are a
few exceptions, e.g. there is a BIOS 89B which displays as ".089B.".
Jim
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [Linux-ia64] Two questions
2001-03-07 11:19 [Linux-ia64] Two questions Francis Galiegue
` (3 preceding siblings ...)
2001-03-07 18:06 ` Jim Wilson
@ 2001-03-07 19:32 ` Jonathan_Kwahk
2001-03-09 21:18 ` Khalid Aziz
5 siblings, 0 replies; 7+ messages in thread
From: Jonathan_Kwahk @ 2001-03-07 19:32 UTC (permalink / raw)
To: linux-ia64
Obviouslly, W460GXBS2 is the chipset notation (Workstation 460GX chipset,
Big Sur).
89B is the build number for the BIOS.
P03 is production build. In this case, it's build 3.
If I recall correctly (it's been a very long time), the last string includes
the date of build. I'm not sure what the other digits mean.
J
-----Original Message-----
From: Hall, Jenna S [mailto:jenna.s.hall@intel.com]
Sent: Wednesday, March 07, 2001 12:01 PM
To: linux-ia64@linuxia64.org
Subject: RE: [Linux-ia64] Two questions
As far as the 30+ digit BIOS revision, the only significant part would be
the "0089B" in the number below:
W460GXBS2.86E.0089B.P03.200012151745
So that's all you really have to record or report to Intel when clarifying
BIOS revision.
Jenna
-----Original Message-----
From: Stephane Eranian [mailto:eranian@frankl.hpl.hp.com]
Sent: Wednesday, March 07, 2001 9:35 AM
To: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] Two questions
On Wed, Mar 07, 2001 at 12:19:05PM +0100, Francis Galiegue wrote:
> 1. Where can I get precise info about firmware revisions, etc etc? I only
know
> about what a 'ver' displays at the EFI prompt and what the files in /proc
> display... As to noting the 30+ digit BIOS revision, I do it by hand for
now...
Could you explain exactly what do you mean by precise ? version numbers ?
If so, you can get the pal version in /proc/pal/cpu0/version_info. As for
EFI and SAL, at this point, there is no /proc interface to them. So your
only chance is by dmesg because the kernel prints the versions when it
boots.
The rest is probably coming from ACPI, I guess.
--
-Stephane
_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64
_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-ia64] Two questions
2001-03-07 11:19 [Linux-ia64] Two questions Francis Galiegue
` (4 preceding siblings ...)
2001-03-07 19:32 ` Jonathan_Kwahk
@ 2001-03-09 21:18 ` Khalid Aziz
5 siblings, 0 replies; 7+ messages in thread
From: Khalid Aziz @ 2001-03-09 21:18 UTC (permalink / raw)
To: linux-ia64
IIRC the format of last string which contains date of build is
"YYYYMMDDHHMM".
---
Khalid
Jonathan_Kwahk@Dell.com wrote:
>
> Obviouslly, W460GXBS2 is the chipset notation (Workstation 460GX chipset,
> Big Sur).
> 89B is the build number for the BIOS.
> P03 is production build. In this case, it's build 3.
>
> If I recall correctly (it's been a very long time), the last string includes
> the date of build. I'm not sure what the other digits mean.
>
> J
>
> -----Original Message-----
> From: Hall, Jenna S [mailto:jenna.s.hall@intel.com]
> Sent: Wednesday, March 07, 2001 12:01 PM
> To: linux-ia64@linuxia64.org
> Subject: RE: [Linux-ia64] Two questions
>
> As far as the 30+ digit BIOS revision, the only significant part would be
> the "0089B" in the number below:
>
> W460GXBS2.86E.0089B.P03.200012151745
>
> So that's all you really have to record or report to Intel when clarifying
> BIOS revision.
>
> Jenna
>
==================================
Khalid Aziz Linux Development Laboratory
(970)898-9214 Hewlett-Packard
khalid@fc.hp.com Fort Collins, CO
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-03-09 21:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-07 11:19 [Linux-ia64] Two questions Francis Galiegue
2001-03-07 13:35 ` Matt_Domsch
2001-03-07 17:35 ` Stephane Eranian
2001-03-07 18:01 ` Hall, Jenna S
2001-03-07 18:06 ` Jim Wilson
2001-03-07 19:32 ` Jonathan_Kwahk
2001-03-09 21:18 ` Khalid Aziz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox