diff options
| author | Andy Fiddaman <illumos@fiddaman.net> | 2022-08-04 13:44:22 +0000 |
|---|---|---|
| committer | Andy Fiddaman <illumos@fiddaman.net> | 2022-08-04 13:49:42 +0000 |
| commit | be672c8e21cc446e1091014ae0ad206f6b8c1d55 (patch) | |
| tree | 915e74d7f2a25464b472da248e0114c878a3e7dc /usr/src/man | |
| parent | aa39f6d0fd4e491afca04b12f49a18ce955efc79 (diff) | |
| download | illumos-gate-be672c8e21cc446e1091014ae0ad206f6b8c1d55.tar.gz | |
14848 Update AMD microcode to 202204
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/man')
| -rw-r--r-- | usr/src/man/man8/ucodeadm.8 | 327 |
1 files changed, 157 insertions, 170 deletions
diff --git a/usr/src/man/man8/ucodeadm.8 b/usr/src/man/man8/ucodeadm.8 index 19dc40bb12..a391213974 100644 --- a/usr/src/man/man8/ucodeadm.8 +++ b/usr/src/man/man8/ucodeadm.8 @@ -1,177 +1,164 @@ -'\" te +.\" The contents of this file are subject to the terms of the Common +.\" Development and Distribution License (the "License"). You may not use +.\" this file except in compliance with the License. +.\" +.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or +.\" http://www.opensolaris.org/os/licensing. See the License for the +.\" specific language governing permissions and limitations under the +.\" License. +.\" +.\" When distributing Covered Code, include this CDDL HEADER in each file +.\" and include the License file at usr/src/OPENSOLARIS.LICENSE. If +.\" applicable, add the following below this CDDL HEADER, with the fields +.\" enclosed by brackets "[]" replaced with your own identifying +.\" information: Portions Copyright [yyyy] [name of copyright owner] +.\" .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved -.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. -.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. -.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH UCODEADM 8 "Jul 10, 2007" -.SH NAME -ucodeadm \- update processor microcode -.SH SYNOPSIS -.LP -.nf -\fB/usr/sbin/ucodeadm\fR \fB-v\fR -.fi - -.LP -.nf -\fB/usr/sbin/ucodeadm\fR \fB-u\fR\fImicrocode-text-file\fR -.fi - -.LP -.nf -\fB/usr/sbin/ucodeadm\fR \fB-i\fR [\fB-R\fR \fIpath\fR] \fImicrocode-text-file\fR -.fi - -.SH DESCRIPTION -.sp -.LP -The \fBucodeadm\fR utility can be used to report running microcode revision on -the processors, update microcode, or install microcode on the target system to -be used during the boot process. -.sp -.LP -The \fImicrocode-text-file\fR can be obtained from processor vendors. -.SH OPTIONS -.sp -.ne 2 -.na -\fB\fB-v\fR\fR -.ad -.RS 26n -Report microcode revision. -.RE - -.sp -.ne 2 -.na -\fB\fB-u\fR \fImicrocode-text-file\fR\fR -.ad -.RS 26n -Update microcode on all cross-call interrupt ready processors. -.RE - -.sp -.ne 2 -.na -\fB\fB-i\fR \fImicrocode-text-file\fR\fR -.ad -.RS 26n -Install microcode files on target system to be used during the next boot -cycle. The text file name must have the vendor name prefix, such as -"\fBintel\fR" or "\fBamd\fR". -.sp +.\" Copyright 2022 OmniOS Community Edition (OmniOSce) Association. +.\" +.Dd July 23, 2022 +.Dt UCODEADM 8 +.Os +.Sh NAME +.Nm ucodeadm +.Nd processor microcode utility +.Sh SYNOPSIS +.Nm +.Fl i +.Op Fl R Ar path +.Ar microcode-file +.Nm +.Fl l +.Ar microcode-file +.Nm +.Fl u +.Ar microcode-file +.Nm +.Fl v +.Sh DESCRIPTION +The +.Nm +utility can be used to report the running microcode revision on the processors, +update microcode, extract microcode to the target system to be used during the +boot process, or to view details of the microcode patches contained within +.Ar microcode-file , +where +.Ar microcode-file +is an update obtained from a processor vendor. +.Pp +In general, processor microcode updates are provided as part of the operating +system and automatically applied during system boot, and there is no need for a +system administrator to use +.Nm +directly. +The operating system bundled files are not suitable for use with +.Nm . +.Sh OPTIONS +.Bl -tag -width Ds +.It Fl i Ar microcode-file +Install microcode files on target system to be used during the next boot cycle. +The text file name must have the vendor name prefix, such as +.Dq intel +or +.Dq amd . +.Pp By default the microcode files will be installed at: -.sp -.in +2 -.nf - /platform/i86pc/ucode/$VENDORSTR/ -.fi -.in -2 -.sp - -where \fBVENDORSTR\fR is either "\fBGenuineIntel\fR" or "\fBAuthenticAMD\fR". -.RE - -.sp -.ne 2 -.na -\fB\fB-R\fR \fIalternate path\fR\fR -.ad -.RS 26n -Install \fImicrocode\fR path in the \fIalternate path\fR. -.RE - -.SH EXAMPLES -.LP -\fBExample 1 \fRReporting the Microcode Revision -.sp -.LP -The following example displays the microcode revision that is currently -running: - -.sp -.in +2 -.nf +.Pp +.D1 Pa /platform/i86pc/ucode/$VENDORSTR/ +.Pp +where +.Dv VENDORSTR +is either +.Dq GenuineIntel +or +.Dq AuthenticAMD . +.It Fl l Ar microcode-file +Display details of the microcode patches contained within +.Ar microcode-file . +.It Fl u Ar microcode-file +Update microcode on all cross-call interrupt ready processors. +.It Fl v +Report the microcode revision for each CPU on the current system. +.It Fl R Ar alternate-path +Install +.Ar microcode +files into the provided +.Ar alternate-path . +.El +.Sh EXIT STATUS +The following exit values are returned: +.Bl -tag -width Ds +.It 0 +Successful completion. +.It >0 +An error occurred. +.El +.Sh EXAMPLES +.Sy Example 1 No Reporting the Microcode Revision +.Pp +The following example displays the microcode revision that is currently running: +.Bd -literal -offset 4n # ucodeadm -v -.fi -.in -2 -.sp - -.LP -\fBExample 2 \fRUpdating the Processor Microcode -.sp -.LP -The following example updates the processor microcode to \fBintel-ucode.txt\fR: - -.sp -.in +2 -.nf +CPU Microcode Version +0 0x2f +1 0x2f +.Ed +.Pp +.Sy Example 2 No Updating the Processor Microcode +.Pp +The following example updates the processor microcode using +.Pa intel-ucode.txt : +.Bd -literal -offset 4n # ucodeadm -u intel-ucode.txt -.fi -.in -2 -.sp - -.LP -\fBExample 3 \fRInstalling the Microcode on the Target System -.sp -.LP -The following example installs the microcode on the target system, -\fB/export/ucode-path\fR: - -.sp -.in +2 -.nf +.Ed +.Pp +.Sy Example 3 No Installing the Microcode on the Target System +.Pp +The following example installs the microcode into +.Pa /export/ucode-path +on the target system: +.Bd -literal -offset 4n # ucodeadm -i -R /export/ucode-path intel-ucode.txt -.fi -.in -2 -.sp - -.sp -.LP +# ls /export/ucode-path +00001632-00 +.Ed +.Pp If an alternate path is used when installing the microcode on the target system, the installed microcode file is not used on the next boot cycle. - -.SH EXIT STATUS -.sp -.LP -The following exit values are returned: -.sp -.ne 2 -.na -\fB0\fR -.ad -.RS 6n -Successful completion. -.RE - -.sp -.ne 2 -.na -\fB>0\fR -.ad -.RS 6n -An error occurred. -.RE - -.SH ATTRIBUTES -.sp -.LP -See \fBattributes\fR(7) for descriptions of the following attributes: -.sp - -.sp -.TS -box; -c | c -l | l . -ATTRIBUTE TYPE ATTRIBUTE VALUE -_ -Interface Stability Stable -.TE - -.SH SEE ALSO -.sp -.LP -.BR attributes (7), -.BR psradm (8), -.BR psrinfo (8) +.Pp +.Sy Example 4 No Listing the contents of a microcode file +.Bd -literal -offset 4n +# ucodeadm -l amd_fam17h.bin +Equivalence table: + 00800F82 Family=17 Model=08 Stepping=02 -> 8082 + 00800F12 Family=17 Model=01 Stepping=02 -> 8012 + 00830F10 Family=17 Model=31 Stepping=00 -> 8310 +Microcode patches: + 8082 -> Patch=0800820D Date=04162019 Bytes=3200 + 8012 -> Patch=0800126E Date=11112021 Bytes=3200 + 8310 -> Patch=08301055 Date=02152022 Bytes=3200 + +# ucodeadm -l intel-ucode.txt +Microcode patches: + 00090672-03 -> Family=06 Model=97 Stepping=02 + Date=03032022 Bytes=212876 +Extended Signature Table: + 00090672-03 -> Family=06 Model=97 Stepping=02 + 00090675-03 -> Family=06 Model=97 Stepping=05 + 000B06F2-03 -> Family=06 Model=bf Stepping=02 + 000B06F5-03 -> Family=06 Model=bf Stepping=05 +.Ed +.Sh INTERFACE STABILITY +The command line interface of +.Nm +is +.Sy Committed . +The output of +.Nm +is +.Sy Not-An-Interface +and may change at any time. +.Sh SEE ALSO +.Xr attributes 7 , +.Xr psradm 8 , +.Xr psrinfo 8 |
