diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-03-19 13:20:47 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-03-21 23:19:33 +0100 |
commit | b631f9cd3f36eb900c115288f3efc4fdaa0ee765 (patch) | |
tree | 308ef6cfeb47635bcae4c525042610d998e75e4a /src/cpu/intel | |
parent | 7b8952c19d8d809b7aeec629b31e1c3d66f19884 (diff) |
Intel: Update CPU microcode script
for latest URL of their microcode tar ball
Change-Id: I3da2bdac4b2ca7d3f48b20ed389f6a47275d24fe
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2842
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/intel')
-rwxr-xr-x | src/cpu/intel/microcode/update-microcodes.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/microcode/update-microcodes.sh b/src/cpu/intel/microcode/update-microcodes.sh index 8bdf0e7f88..febf6f9761 100755 --- a/src/cpu/intel/microcode/update-microcodes.sh +++ b/src/cpu/intel/microcode/update-microcodes.sh @@ -18,10 +18,10 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -MICROCODE_VERSION=20111110 +MICROCODE_VERSION=20130222 MICROCODE_ARCHIVE=microcode-$MICROCODE_VERSION.tgz MICROCODE_FILE=microcode.dat -INTEL_MICROCODE=http://downloadmirror.intel.com/20728/eng/$MICROCODE_ARCHIVE +INTEL_MICROCODE=http://downloadmirror.intel.com/22508/eng/$MICROCODE_ARCHIVE # # Getting Intel(R) Microcode |