fling logo of VMware CPU Microcode Update Driver

VMware CPU Microcode Update Driver

version 2.1 — June 06, 2016

Contributors 4

View All

Comments 144

  • profile picture of GoneToPlaid
  • profile picture of Jacob Klein
  • profile picture of GoneToPlaid
  • profile picture of Jacob Klein
  • profile picture of GoneToPlaid
  • profile picture of Jacob Klein
  • profile picture of himtan
  • profile picture of Jacob Klein
View All

Summary

This Fling is a Windows driver that can be used to update the microcode on a computer system’s central processor(s) (“CPU”). This type of update is most commonly performed by a system’s firmware (“BIOS”). However, if a newer BIOS cannot be obtained from a system vendor then this driver can be a potential substitute.

Features

The driver can update the firmware on Intel or AMD CPUs. The driver attempts to update the processor when the driver is started, when the system is booted, or when the system resumed from a low power state (e.g., hibernation).

The driver will report its actions in the OS’s event log that can be examined using “Event Viewer”. The driver reports whether it found supported processors and if an update was attempted or successfully performed on a processor. This information lets the user know whether the driver is providing a benefit (otherwise they can uninstall it). For example, the processors might already have the latest firmware version.

eventvwr

Requirements

A system running Windows Server 2003 or later.

Instructions

1. Download the fling's zip file and extract the files contained within the zip.
2. Download these 2 files and place them in the same directory as where the files from #1 were placed:

https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd.bin
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd_fam15h.bin

3. Obtain a microcode file for Intel processors and place the "microcode.dat" file in the
same directory as where the files from #1 were placed.

An example URL for a file to download is:

https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23829

This download is for a "tgz" file (i.e., a compressed tar file). You will need to extract
the "microcode.dat" file that is contained within the "tgz" file (this will likely require
the use of a 3rd party archive utility).

If you have an AMD processor and do not want to obtain an Intel firmware
file then you can also create an empty "microcode.dat" file instead.

4. Run (e.g., double-click on) the "install.bat" file. The install will attempt to report if it was successful.

The system's "Event Viewer" can be used to determine whether the fling was able to find an updated firmware for the processor and apply an update. The "Event Viewer" can be started by running the command "eventvwr" from the Start Menu. Inside "Event Viewer" you can use the left pane to navigate to "Windows Logs" and then "System". The middle pane will display the most recent system events, and there should be an event from source "cpumcupdate" that will report if an update was attempted or successful.

The fling has performed an update if the event reports "Successfully updated microcode on one or more CPUs". The firmware update must be applied each time the processor is turned on, so the driver must remain installed in order to keep the processor updated.

If the event reports "The model of the CPU is not supported", or "An update for this model of CPU was not found", or "An update for this model of AMD CPU was not found" then the fling is not providing a benefit and can be uninstalled.

The event "No CPUs needed an update" typically means that the fling is not providing a benefit and can be uninstalled. However, there is an exception. For example, if you install the fling, uninstall it, and then install the fling again then the first run can report "Successfully updated microcode..." and the second run will report "No CPUs needed an update". This is because the second run does not know the processor was already updated by the first run. To disambiguate this case you can shutdown the computer to a powered off state, turn the computer back on, and then look for the event that was generated while the system was booting.

 

Changelog

Version 2.1

A user reported our microcode update fling failed to load microcode on an AMD family 15h processor. It turned out there were a couple of minor problems:

  • IsGoodAMDUpdate was using a hardcoded size of 2048, but according to the BKDG for family 15h the size will be 4096.
  • The check for patches requiring x86 code to be executed in IsGoodAMDUpdate is not applicable on family 15h.

These problems are fixed in this 2.1 release.

Similar Flings

No similar flings found. Check these out instead...
Feb 22, 2021
fling logo of Horizon Reach

Horizon Reach

version 1.3.1.2

Horizon Reach aims to resolve this disconnect between Cloud pods and distinct environments by discovering, monitoring and alerting on issues across your entire Horizon estate from a single UI. Horizon Reach gives alerts, usage reports, insights, etc. in a web console.

Apr 27, 2018
fling logo of Cross vCenter VM Mobility - CLI

Cross vCenter VM Mobility - CLI

version 1.6.0

Cross vCenter VM Mobility - CLI is a command line interface (CLI) tool that can be used to migrate or clone a VM from one host to another host managed by a linked or isolated vCenter (VC) instance.

Dec 17, 2020
fling logo of Supernova - Accelerating Machine Learning Inference

Supernova - Accelerating Machine Learning Inference

version 1.2

Project Supernova is to build a common machine learning inference service framework by enabling machine learning inference accelerators across edge endpoint devices, edge systems and cloud, with or without hardware accelerators.

Jul 12, 2019
fling logo of Horizon Toolbox

Horizon Toolbox

version 7.8.1

The Horizon Toolbox is a new web portal that serves as an extension to Horizon View Administrator.

Mar 03, 2021
fling logo of Workspace ONE Mobileconfig Importer

Workspace ONE Mobileconfig Importer

version 1.1

The Workspace ONE mobileconfig Importer gives you the ability to import existing mobileconfig files directly into a Workspace ONE UEM environment as a Custom Settings profile, import app preference plist files in order to created managed preference profiles, and to create new Custom Settings profiles from scratch.

Nov 14, 2014
fling logo of Storage Profiles Updater

Storage Profiles Updater

version 1.0

This Fling is a simple tool that enables the migration of vCloud Director virtual machines and templates from the default any storage profile to a specific storage profile. The tool can be run from the command-line with the help of a configuration file, and it allows you to change storage profiles in a batch style of processing.

View More