diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-10-17 23:55:17 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-10-17 23:55:17 +0000 |
commit | a600a3f7000b3cc1bb14999bd834103b7c4c0b13 (patch) | |
tree | 46d4fa4e22e0f96a7edf380927ef0153b306702f /src | |
parent | a14b11726960b3ab49f9a7cef1ad740794a88be3 (diff) | |
download | coreboot-a600a3f7000b3cc1bb14999bd834103b7c4c0b13.tar.xz |
update intel microcode update script
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5961 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/intel/microcode/update-microcodes.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/intel/microcode/update-microcodes.sh b/src/cpu/intel/microcode/update-microcodes.sh index 61a673679b..7a234a83bc 100644 --- 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=20100209 +MICROCODE_VERSION=20100914 MICROCODE_ARCHIVE=microcode-$MICROCODE_VERSION.tgz MICROCODE_FILE=microcode-$MICROCODE_VERSION.dat -INTEL_MICROCODE=http://downloadmirror.intel.com/18683/eng/$MICROCODE_ARCHIVE +INTEL_MICROCODE=http://downloadmirror.intel.com/19342/eng/$MICROCODE_ARCHIVE # # Getting Intel(R) Microcode @@ -39,7 +39,7 @@ get_microcode() { separate_microcode() { printf "Separating microcode...\n" - csplit -s -n4 -k microcode-20100209.dat '/^\/\*.*\.inc.*\*\//' '{500}' 2> /dev/null + csplit -s -n4 -k $MICROCODE_FILE '/^\/\*.*\.inc.*\*\//' '{500}' 2> /dev/null mv xx0000 header.inc perl -pi -e 's,\ \ \ \ \ \ \ ,\ ,' header.inc perl -pi -e 's,^,/,g' header.inc |