slackbuilds/system/microcode_ctl
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
README Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
doinst.sh system/microcode_ctl: Updated for version 1.17 2010-05-13 00:40:57 +02:00
microcode_ctl.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
microcode_ctl.info system/microcode_ctl: Fixed download link. 2012-11-04 09:53:55 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

Intel Microcode Update Utility for Linux

The microcode_ctl utility is a companion to the IA32 microcode driver written
by Tigran Aivazian <tigran@aivazian.fsnet.co.uk>. The utility has two uses:

* It decodes and sends new microcode to the kernel driver to be uploaded
    to Intel IA32 processors. (Pentium Pro, PII, PIII, Pentium 4, Celeron,
    Xeon etc - all P6 and above, which does NOT include pentium classics).
    It also supports processors of the x86_64 architecture.
* It signals the kernel driver to release any buffers it may hold.

The microcode update is volatile and needs to be uploaded on each system
boot i.e. it doesn't reflash your cpu permanently, reboot and it reverts
back to the old microcode.

To use this utility you need to compile the kernel driver (found under
"Processor type and features").  The microcode itself can be found at
http://downloadcenter.intel.com/default.aspx and should be placed under
/lib/firmware/microcode.dat.

To have the microcode updated each time at boot, start the included
init script in rc.local:

if [ -e "/etc/rc.d/rc.microcode_ctl" ];
  /etc/rc.d/rc.microcode_ctl start
fi