[coreboot-gerrit] New patch to review for coreboot: b95dcbe Remove non-free intel microcode

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sun May 25 11:16:04 CEST 2014


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5864

-gerrit

commit b95dcbebe59594324b3de42e4bc71b86c40d942e
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Nov 2 23:15:19 2013 +0100

    Remove non-free intel microcode
    
    Change-Id: I83c2ecd559bcdf73b943d09e77205bdb04be9e4e
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/cpu/intel/microcode/Makefile.inc              |   5 -
 src/cpu/intel/microcode/microcode.c               | 275 --------------------
 src/cpu/intel/microcode/update-microcodes.sh      | 107 --------
 src/cpu/intel/model_69x/microcode-1373-m1069507.h | 163 ------------
 src/cpu/intel/model_69x/microcode-1374-m2069507.h | 163 ------------
 src/cpu/intel/model_69x/microcode-1376-m8069547.h | 163 ------------
 src/cpu/intel/model_69x/model_69x_init.c          |  16 --
 src/cpu/intel/model_6dx/microcode-1355-m206d618.h | 163 ------------
 src/cpu/intel/model_6dx/model_6dx_init.c          |  14 --
 src/cpu/intel/model_6ex/microcode-1624-m206e839.h | 291 ----------------------
 src/cpu/intel/model_6ex/microcode-1729-m206ec54.h | 291 ----------------------
 src/cpu/intel/model_6ex/microcode-1869-m806ec59.h | 291 ----------------------
 src/cpu/intel/model_6ex/model_6ex_init.c          |  15 --
 src/cpu/intel/model_6fx/microcode-m016fbBA.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m046fbBC.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m086fbBB.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m106f76a.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m106fbBA.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m16f25d.h       | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m16f6d0.h       | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m16fda4.h       | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m206f25c.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m206f6d1.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m206fbBA.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m206fda4.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m406f76b.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m406fbBC.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m46f6d2.h       | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m806fa95.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m806fbBA.h      | 291 ----------------------
 src/cpu/intel/model_6fx/microcode-m806fda4.h      | 291 ----------------------
 src/cpu/intel/model_6fx/model_6fx_init.c          |  31 ---
 src/cpu/intel/socket_mFCPGA478/Makefile.inc       |   1 -
 33 files changed, 7227 deletions(-)

diff --git a/src/cpu/intel/microcode/Makefile.inc b/src/cpu/intel/microcode/Makefile.inc
deleted file mode 100644
index 22655c9..0000000
--- a/src/cpu/intel/microcode/Makefile.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-################################################################################
-## One small file with the awesome super-power of updating the cpu microcode
-## directly from CBFS. You have been WARNED!!!
-################################################################################
-ramstage-y += microcode.c
\ No newline at end of file
diff --git a/src/cpu/intel/microcode/microcode.c b/src/cpu/intel/microcode/microcode.c
deleted file mode 100644
index 1991ed8..0000000
--- a/src/cpu/intel/microcode/microcode.c
+++ /dev/null
@@ -1,275 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2012 The ChromiumOS Authors.  All rights reserved.
- * Copyright (C) 2000 Ronald G. Minnich
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-/* Microcode update for Intel PIII and later CPUs */
-
-#include <stdint.h>
-#include <stddef.h>
-#if !defined(__ROMCC__)
-#include <console/console.h>
-#endif
-#include <cpu/cpu.h>
-#include <cpu/x86/msr.h>
-#include <cpu/intel/microcode.h>
-
-#ifdef __PRE_RAM__
-#if CONFIG_CPU_MICROCODE_IN_CBFS
-#include <arch/cbfs.h>
-#endif
-#else
-#if CONFIG_CPU_MICROCODE_IN_CBFS
-#include <cbfs.h>
-#endif
-#include <smp/spinlock.h>
-DECLARE_SPIN_LOCK(microcode_lock)
-#endif
-
-struct microcode {
-	u32 hdrver;	/* Header Version */
-	u32 rev;	/* Update Revision */
-	u32 date;	/* Date */
-	u32 sig;	/* Processor Signature */
-
-	u32 cksum;	/* Checksum */
-	u32 ldrver;	/* Loader Revision */
-	u32 pf;		/* Processor Flags */
-
-	u32 data_size;	/* Data Size */
-	u32 total_size;	/* Total Size */
-
-	u32 reserved[3];
-};
-
-static inline u32 read_microcode_rev(void)
-{
-	/* Some Intel CPUs can be very finicky about the
-	 * CPUID sequence used.  So this is implemented in
-	 * assembly so that it works reliably.
-	 */
-	msr_t msr;
-	asm volatile (
-		"xorl %%eax, %%eax\n\t"
-		"xorl %%edx, %%edx\n\t"
-		"movl $0x8b, %%ecx\n\t"
-		"wrmsr\n\t"
-		"movl $0x01, %%eax\n\t"
-		"cpuid\n\t"
-		"movl $0x08b, %%ecx\n\t"
-		"rdmsr \n\t"
-		: /* outputs */
-		"=a" (msr.lo), "=d" (msr.hi)
-		: /* inputs */
-		: /* trashed */
-		 "ebx", "ecx"
-	);
-	return msr.hi;
-}
-
-#if CONFIG_CPU_MICROCODE_IN_CBFS
-
-#define MICROCODE_CBFS_FILE "cpu_microcode_blob.bin"
-
-void intel_microcode_load_unlocked(const void *microcode_patch)
-{
-	u32 current_rev;
-	msr_t msr;
-	const struct microcode *m = microcode_patch;
-
-	if (!m)
-		return;
-
-	current_rev = read_microcode_rev();
-
-	/* No use loading the same revision. */
-	if (current_rev == m->rev)
-		return;
-
-	msr.lo = (unsigned long)m + sizeof(struct microcode);
-	msr.hi = 0;
-	wrmsr(0x79, msr);
-
-#if !defined(__ROMCC__)
-	printk(BIOS_DEBUG, "microcode: updated to revision "
-		    "0x%x date=%04x-%02x-%02x\n", read_microcode_rev(),
-		    m->date & 0xffff, (m->date >> 24) & 0xff,
-		    (m->date >> 16) & 0xff);
-#endif
-}
-
-const void *intel_microcode_find(void)
-{
-	void *microcode_updates;
-	u32 eax;
-	u32 pf, rev, sig;
-	unsigned int x86_model, x86_family;
-	const struct microcode *m;
-	const char *c;
-	msr_t msr;
-
-#ifdef __PRE_RAM__
-	microcode_updates = walkcbfs((char *) MICROCODE_CBFS_FILE);
-#else
-	microcode_updates = cbfs_get_file_content(CBFS_DEFAULT_MEDIA,
-					       MICROCODE_CBFS_FILE,
-					       CBFS_TYPE_MICROCODE);
-#endif
-
-	if (!microcode_updates)
-		return NULL;
-
-	/* CPUID sets MSR 0x8B iff a microcode update has been loaded. */
-	msr.lo = 0;
-	msr.hi = 0;
-	wrmsr(0x8B, msr);
-	eax = cpuid_eax(1);
-	msr = rdmsr(0x8B);
-	rev = msr.hi;
-	x86_model = (eax >>4) & 0x0f;
-	x86_family = (eax >>8) & 0x0f;
-	sig = eax;
-
-	pf = 0;
-	if ((x86_model >= 5)||(x86_family>6)) {
-		msr = rdmsr(0x17);
-		pf = 1 << ((msr.hi >> 18) & 7);
-	}
-#if !defined(__ROMCC__)
-	/* If this code is compiled with ROMCC we're probably in
-	 * the bootblock and don't have console output yet.
-	 */
-	printk(BIOS_DEBUG, "microcode: sig=0x%x pf=0x%x revision=0x%x\n",
-			sig, pf, rev);
-#endif
-
-	m = microcode_updates;
-	for(c = microcode_updates; m->hdrver; m = (const struct microcode *)c) {
-		if ((m->sig == sig) && (m->pf & pf))
-			return m;
-
-		if (m->total_size) {
-			c += m->total_size;
-		} else {
-#if !defined(__ROMCC__)
-			printk(BIOS_WARNING, "Microcode has no valid size field!\n");
-#endif
-			c += 2048;
-		}
-	}
-
-	/* ROMCC doesn't like NULL. */
-	return (void *)0;
-}
-
-void intel_update_microcode_from_cbfs(void)
-{
-	const void *patch = intel_microcode_find();
-
-#if !defined(__ROMCC__) && !defined(__PRE_RAM__)
-	spin_lock(&microcode_lock);
-#endif
-
-	intel_microcode_load_unlocked(patch);
-
-#if !defined(__ROMCC__) && !defined(__PRE_RAM__)
-	spin_unlock(&microcode_lock);
-#endif
-}
-
-#else /* !CONFIG_CPU_MICROCODE_IN_CBFS */
-
-void intel_update_microcode(const void *microcode_updates)
-{
-	u32 eax;
-	u32 pf, rev, sig;
-	unsigned int x86_model, x86_family;
-	const struct microcode *m;
-	const char *c;
-	msr_t msr;
-
-	if (!microcode_updates) {
-#if !defined(__ROMCC__)
-		printk(BIOS_WARNING, "No microcode updates found.\n");
-#endif
-		return;
-	}
-
-	/* CPUID sets MSR 0x8B iff a microcode update has been loaded. */
-	msr.lo = 0;
-	msr.hi = 0;
-	wrmsr(0x8B, msr);
-	eax = cpuid_eax(1);
-	msr = rdmsr(0x8B);
-	rev = msr.hi;
-	x86_model = (eax >>4) & 0x0f;
-	x86_family = (eax >>8) & 0x0f;
-	sig = eax;
-
-	pf = 0;
-	if ((x86_model >= 5)||(x86_family>6)) {
-		msr = rdmsr(0x17);
-		pf = 1 << ((msr.hi >> 18) & 7);
-	}
-#if !defined(__ROMCC__)
-	/* If this code is compiled with ROMCC we're probably in
-	 * the bootblock and don't have console output yet.
-	 */
-	printk(BIOS_DEBUG, "microcode: sig=0x%x pf=0x%x revision=0x%x\n",
-			sig, pf, rev);
-#endif
-#if !defined(__ROMCC__) && !defined(__PRE_RAM__)
-	spin_lock(&microcode_lock);
-#endif
-
-	m = microcode_updates;
-	for(c = microcode_updates; m->hdrver; m = (const struct microcode *)c) {
-		if ((m->sig == sig) && (m->pf & pf)) {
-			unsigned int new_rev;
-			msr.lo = (unsigned long)c + sizeof(struct microcode);
-			msr.hi = 0;
-			wrmsr(0x79, msr);
-
-			/* Read back the new microcode version */
-			new_rev = read_microcode_rev();
-
-#if !defined(__ROMCC__)
-			printk(BIOS_DEBUG, "microcode: updated to revision "
-				    "0x%x date=%04x-%02x-%02x\n", new_rev,
-				    m->date & 0xffff, (m->date >> 24) & 0xff,
-				    (m->date >> 16) & 0xff);
-#endif
-			break;
-		}
-
-		if (m->total_size) {
-			c += m->total_size;
-		} else {
-#if !defined(__ROMCC__)
-			printk(BIOS_WARNING, "Microcode has no valid size field!\n");
-#endif
-			c += 2048;
-		}
-	}
-
-#if !defined(__ROMCC__) && !defined(__PRE_RAM__)
-	spin_unlock(&microcode_lock);
-#endif
-}
-
-#endif
diff --git a/src/cpu/intel/microcode/update-microcodes.sh b/src/cpu/intel/microcode/update-microcodes.sh
deleted file mode 100755
index febf6f9..0000000
--- a/src/cpu/intel/microcode/update-microcodes.sh
+++ /dev/null
@@ -1,107 +0,0 @@
-#!/bin/bash
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007-2010 coresystems GmbH
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-#
-
-MICROCODE_VERSION=20130222
-MICROCODE_ARCHIVE=microcode-$MICROCODE_VERSION.tgz
-MICROCODE_FILE=microcode.dat
-INTEL_MICROCODE=http://downloadmirror.intel.com/22508/eng/$MICROCODE_ARCHIVE
-
-#
-# Getting Intel(R) Microcode
-#
-
-get_microcode() {
-    printf "Getting microcode...\n"
-    wget -nv $INTEL_MICROCODE
-    tar xzf $MICROCODE_ARCHIVE
-}
-
-#
-# Creating separate files per microcode
-#
-
-separate_microcode() {
-    printf "Separating microcode...\n"
-    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
-    perl -pi -e 's,^//\*,/\*,' header.inc
-    for i in xx????; do
-        name="`head -1 $i`"
-        name=${name%??}
-        name=${name:2}
-        name=$( echo $name )
-        name=microcode-${name%.inc}.h
-        cat header.inc $i > $name
-    done
-    rm -f xx???? header.inc
-}
-
-#
-# Dump CPUIDs from all separated files
-#
-
-dump_cpuids() {
-    ls -1 microcode-*.h | while read F; do
-	CPUID="$( echo $( head -36 $F |tail -1|cut -d, -f4|sed s,0x,, ) | sed 's/0*//')"
-	echo "$CPUID:$F"
-    done
-}
-
-#
-# Move microcode to target positions
-#
-
-move_microcode() {
-    printf "Moving microcode...\n"
-    dump_cpuids | sort | while read N; do
-        ID=$( echo $N | cut -d: -f1 )
-	F=$( echo $N | cut -d: -f2 )
-
-	if [ -d ../model_$ID ]; then
-	    echo "Model: $ID  Microcode: $F"
-	    mv $F ../model_$ID/$F
-	else
-	    ID2=${ID%?}x
-	    if [ -d ../model_$ID2 ]; then
-	        echo "Model: $ID($ID2)  Microcode: $F (copied)"
-		mv $F ../model_$ID2/$F
-            else
-	        ID1=${ID%??}xx
-		if [ -d ../model_$ID1 ]; then
-	            echo "Model: $ID($ID1)  Microcode: $F (copied)"
-		    mv $F ../model_$ID1/$F
-		else
-	            echo "Model: $ID  Microcode: $F (erased)"
-		    rm -f $F
-		fi
-	    fi
-	fi
-    done
-}
-
-get_microcode
-separate_microcode
-move_microcode
-
-rm -f $MICROCODE_ARCHIVE
-rm -f $MICROCODE_FILE
-
diff --git a/src/cpu/intel/model_69x/microcode-1373-m1069507.h b/src/cpu/intel/model_69x/microcode-1373-m1069507.h
deleted file mode 100644
index ec47f65..0000000
--- a/src/cpu/intel/model_69x/microcode-1373-m1069507.h
+++ /dev/null
@@ -1,163 +0,0 @@
-//+++
-//	Copyright (c) <1995-2010>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Tue Sep 14 09:17:40 CST 2010  */
-/*  1373-m1069507.inc  */
-0x00000001,	0x00000007,	0x11092004,	0x00000695,
-0xf7d0461f,	0x00000001,	0x00000010,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x75ed45d1,	0xa58cfbe2,	0x95b6ecce,	0x3eec60f2,
-0xa3518658,	0x986f23bf,	0x63ade481,	0xe26bbb6a,
-0x94f0ad76,	0x0da53309,	0xc920df0e,	0xe6ee5568,
-0x4a7fa577,	0x86f184bb,	0x98d09cce,	0x63a857b9,
-0xb83f63fd,	0x8a34f546,	0x00f1a9c6,	0xf09c1ba7,
-0xb2dab0ca,	0x1dd0f9f2,	0xb97219e9,	0x91489df9,
-0x0ae22c43,	0x97602252,	0x9452bf66,	0x7b2490ee,
-0x877013a0,	0x80d79558,	0x356747fc,	0xe8a4885f,
-0xf7b0cadd,	0x32e006a9,	0xfa724d13,	0xe6625057,
-0x41c66cbb,	0x9b638ac9,	0x9111e2ed,	0x686ccdc7,
-0xbee8a321,	0xa16a3ae6,	0x5b207450,	0xbaa920d6,
-0xd8887148,	0x386de110,	0x90ae1a00,	0x86f2d14d,
-0x03a0923c,	0x96edf313,	0xc296dd52,	0x7935f549,
-0xf094f7f4,	0xcacc5b02,	0x6b8cf81a,	0xd27d0293,
-0xdb27991c,	0x4f4591d8,	0x91740b1a,	0xe5658e97,
-0x22e267e6,	0xdfeef285,	0xbd99b6db,	0x0ba5a68e,
-0xa8f3ae46,	0xd4e887f0,	0x2ffcb598,	0xb5ab53b7,
-0xa34e5ed7,	0x275d2d86,	0xfb6504c5,	0xbf2ced2c,
-0x5d3adb47,	0xdd90c777,	0xc247d4de,	0x49756808,
-0xa7eccad2,	0xe463e92a,	0x08a1adc2,	0xbb1cdf22,
-0xf56620f8,	0x08f73ae2,	0xe33c259b,	0x8c34f791,
-0x5ac6f701,	0xd1a568a5,	0xb838c440,	0x1119f612,
-0x8067edbf,	0xf891c9d7,	0x792e238a,	0x94aea031,
-0xa6219da9,	0x2e657d19,	0xc0986d6b,	0x86845231,
-0x1196d0c1,	0xbce3eb01,	0xd06a1421,	0x1ef9f318,
-0x8fd9a69c,	0xdd2a5b02,	0x047d44ec,	0xb238dd54,
-0xed7cb49c,	0x3a8c80a3,	0xab9a6453,	0xd53347c2,
-0x59f19199,	0xd6c42520,	0xc6b433c7,	0x1432aff4,
-0xc66caed2,	0xd7b46878,	0x1dee38b5,	0x91a2d549,
-0xc847a196,	0x786ef929,	0xb03390ab,	0xeb92b8c3,
-0x4a81034f,	0x866b4a13,	0xc1cec9d1,	0x14d1b187,
-0xb1588c65,	0xbb04d233,	0x10754b96,	0xfbb7ae86,
-0xf40317be,	0x1f5f6fc6,	0xb09daf2d,	0xa63e4a93,
-0x224eeae8,	0x8a153313,	0xf62508eb,	0x6b3f448c,
-0xab1cc6c7,	0xd90b89a1,	0x766abffe,	0xd96407c3,
-0xde2397c5,	0x5c046b75,	0x94a3c7e9,	0x814d735f,
-0x0ce5a75c,	0x929ea8f1,	0xe4e1bed5,	0x12a32b5c,
-0x91c9e7ba,	0xdfb5f6d9,	0x07089e3f,	0xa39047ec,
-0xc48d6f94,	0x60c7b5c9,	0xe791230b,	0xfe80e488,
-0x77a83870,	0x8788bc87,	0xe8899973,	0x7a26deae,
-0x9328cd9f,	0xcff87fec,	0x704c0630,	0xcf33211f,
-0x8dfc1ede,	0x50e158ad,	0xf1bbe640,	0xeb418193,
-0x6cfd16a6,	0xdfe57412,	0xf0a85131,	0x916cefdf,
-0x68ed7eea,	0x8fd08f4c,	0xe7ad145b,	0x1b406442,
-0xe731af91,	0x8a2bc765,	0x5fb4e4f1,	0x16f46d22,
-0x8f585450,	0xae91ffb5,	0x2b1b8513,	0x3e0a7161,
-0x9e34bb9b,	0x9686df2f,	0x5bd24526,	0x0ef38175,
-0xc1c374b2,	0x953ad1e3,	0x0aebce39,	0xdba94281,
-0xe065a1d4,	0x2f2304d5,	0xe95460fb,	0x05fe2928,
-0x31f7b211,	0x4b01c6ce,	0x579271d7,	0xf10f5f7d,
-0x2a32b09e,	0x8cbae3da,	0xb5641d44,	0xcdc2d181,
-0xeeed868f,	0xe6a8bd7e,	0xf883e150,	0xe365dcf4,
-0xa068d4cb,	0x5c47b100,	0x8c6a0e2b,	0x781d645b,
-0x27c9af23,	0x7987c2e3,	0x521cbd5d,	0x5a85cdb2,
-0x077941ec,	0x76ba48fb,	0xb0b24203,	0x494f73d0,
-0xaf3d76ba,	0xe6a844d5,	0xc9d58989,	0x771cfc9b,
-0x48d3cf56,	0x163fd59b,	0xc15a5942,	0x5d217288,
-0xe0ffdc3f,	0xb298b4d9,	0x3b961d18,	0xb43b0287,
-0xafeb73c6,	0x47f7fdef,	0x0caf84f0,	0xa1fe51ad,
-0xd71618ac,	0xc87934bd,	0xe96101d1,	0x55d1976c,
-0x471c8505,	0x7a36d839,	0x5d62a9ee,	0xf3c54a8a,
-0xa2be15d9,	0x244087c9,	0x042c8037,	0x23224689,
-0x281c5d73,	0x2139ecfc,	0xffb8bc8a,	0x834fdd11,
-0x9cd5a5bd,	0xa3368319,	0x7e5bef0c,	0x4ae2dbda,
-0x86d90089,	0x6675dfce,	0x48876262,	0xcec72538,
-0x11dc5c80,	0x86a730f9,	0x313565c9,	0xe3e5be11,
-0x106d7cce,	0x752b8be2,	0x3d00a5bc,	0xe6f70e95,
-0x44447ac8,	0x600df30c,	0x8335ac3b,	0x8816ddee,
-0x700982fe,	0xee495741,	0x48c7e81c,	0xa3d55da2,
-0xb0172982,	0x70ab2158,	0xd4460621,	0x3a9e528b,
-0x59b18a7b,	0xf4dabc4c,	0xa8454763,	0x70877bb6,
-0x66005c97,	0xaf292c06,	0x7b843db1,	0xf343b59b,
-0x25cdc7b5,	0xa41da617,	0x9e9d895e,	0xc936f475,
-0x7270925a,	0x30024230,	0x8e72f53d,	0x2b6c1b6f,
-0x1a69732c,	0x7ed5aff5,	0xfc18a2a3,	0xaf377cc1,
-0xbff09a78,	0x4b4e0814,	0x95a0b2c1,	0x270398de,
-0x201fca94,	0x2a032a4f,	0x131542b4,	0x0d7306da,
-0x2d1c3496,	0xcc3c6d8d,	0xa814ddc9,	0xa3b3a991,
-0x17ee60c2,	0x852c0b8d,	0x11e5853a,	0x762002a7,
-0x92c5311d,	0x0d4bf7e1,	0xfffec870,	0xe3d35e5b,
-0xff6ecfb9,	0xdedae6ff,	0x0111a772,	0x9808e780,
-0x29c336e8,	0xe9bc05df,	0x5bedde11,	0x945565af,
-0xaff808fe,	0x87e3423d,	0x4de6f98f,	0x93b4adef,
-0xbf704fa4,	0x09120e91,	0xd54f3692,	0xdf8eab1e,
-0xfabbf59c,	0xe74318be,	0xaab87ffc,	0x29fa791c,
-0xe3915552,	0xa652cb9b,	0xa1252e74,	0xb35b723b,
-0x542aa28b,	0x12fcc5b0,	0x3941f962,	0x82bcc6cc,
-0x47b11974,	0xb821611f,	0x78b34250,	0xf1be5659,
-0x561b9e61,	0x6f3bd501,	0x584e6f5c,	0xd54ed547,
-0xacebcd21,	0x7b5ff816,	0xb64ad233,	0x9f2f330d,
-0x69fb1ece,	0xac8710dd,	0x58dc6c60,	0x9bee6139,
-0xbb10ad0e,	0xbd8cd5dd,	0xebc0ce9d,	0xa733274f,
-0x884d9b55,	0x42b08b63,	0xafa54a74,	0x1c7ccf64,
-0x93a20191,	0xaaa3132e,	0xc69831d1,	0x54634889,
-0xfbfe3efc,	0xd3cf68d4,	0x302e3117,	0xf5693131,
-0xc3ce8c6c,	0x1f03cd89,	0x6243334c,	0xf16bc80f,
-0xdca5f130,	0xcb2cd956,	0x4c1bb421,	0xe8de533c,
-0x7f86703a,	0x29aa897e,	0xdd54acad,	0x76b2f2ae,
-0x7ef82b71,	0x2e30970b,	0xba402597,	0x9a653ab4,
-0xd68fcf53,	0x2d9f0d15,	0x7f9efd1c,	0x2363d147,
-0x5327289a,	0xe89229f3,	0xd63a535c,	0x7efe9273,
-0x64f2e3a3,	0x9bdf65a7,	0x26b6edfb,	0x1b9c7bfe,
-0x5d14b3de,	0x54d575fb,	0x6d65db4c,	0x95648b7f,
-0xa8a3b8f0,	0x7cc7ad46,	0xe20e6dbb,	0x8488a45f,
-0x8ebc2932,	0xd4767316,	0x3e8c4b8a,	0xbab7402c,
-0xfc1e217e,	0xe5c5bf82,	0x6928fe2e,	0xc88528e9,
-0x4b2e4e8f,	0xdd938b86,	0x0c964f98,	0xfc88d480,
-0x35fcaf9e,	0xdd7bbe9d,	0x197d005a,	0x4d40b3b3,
-0xcf203155,	0x0d2fa621,	0x752d2c58,	0xb12bac12,
-0x1e7e8c23,	0x94215d54,	0x9854a71c,	0x4de63c64,
-0x7a012529,	0x9c171f8d,	0x9e71def7,	0x3bd17d50,
-0x11f175d9,	0xec78abf3,	0x7b529eee,	0xd3a69fc3,
-0x5b718676,	0x58214d29,	0xa8bd2c34,	0x41ea00ab,
-0xa03f64d6,	0x4ee342b0,	0x32b1e444,	0x1c1801a4,
-0xc8424702,	0x334a7e35,	0x50cf1543,	0x3b22b495,
-0x88683776,	0x8e2e0154,	0x6155c033,	0x4e2fa6ac,
-0x42ace700,	0x8d64f97c,	0xaf9ced17,	0xb2a5cb92,
-0xa558582d,	0x88705de7,	0x9e528d59,	0x84bd45e4,
-0x5cb680c0,	0xcd48fa5c,	0x2722bfa2,	0x10462123,
-0x30080f7d,	0xb346cd81,	0x0049c396,	0x4e24165f,
-0xa7c66809,	0x2e60bdcf,	0xaad70a08,	0xa73ea713,
-0xe28f97a7,	0x283a9eab,	0xd4366489,	0xe776f963,
-0x64ffa8ae,	0xde717b50,	0xbd2ca2b5,	0x3bae5f6d,
-0x8d2bbef1,	0x7e9181e6,	0xf06aa121,	0xd06b2d20,
-0xa83ea826,	0xef935e4f,	0xdfd27456,	0xa3451468,
diff --git a/src/cpu/intel/model_69x/microcode-1374-m2069507.h b/src/cpu/intel/model_69x/microcode-1374-m2069507.h
deleted file mode 100644
index 10558c1..0000000
--- a/src/cpu/intel/model_69x/microcode-1374-m2069507.h
+++ /dev/null
@@ -1,163 +0,0 @@
-//+++
-//	Copyright (c) <1995-2010>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Tue Sep 14 09:17:40 CST 2010  */
-/*  1374-m2069507.inc  */
-0x00000001,	0x00000007,	0x11092004,	0x00000695,
-0xf7d0460f,	0x00000001,	0x00000020,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x75ed45d1,	0xa58cfbe2,	0x95b6ecce,	0x3eec60f2,
-0xa3518658,	0x986f23bf,	0x63ade481,	0xe26bbb6a,
-0x94f0ad76,	0x0da53309,	0xc920df0e,	0xe6ee5568,
-0x4a7fa577,	0x86f184bb,	0x98d09cce,	0x63a857b9,
-0xb83f63fd,	0x8a34f546,	0x00f1a9c6,	0xf09c1ba7,
-0xb2dab0ca,	0x1dd0f9f2,	0xb97219e9,	0x91489df9,
-0x0ae22c43,	0x97602252,	0x9452bf66,	0x7b2490ee,
-0x877013a0,	0x80d79558,	0x356747fc,	0xe8a4885f,
-0xf7b0cadd,	0x32e006a9,	0xfa724d13,	0xe6625057,
-0x41c66cbb,	0x9b638ac9,	0x9111e2ed,	0x686ccdc7,
-0xbee8a321,	0xa16a3ae6,	0x5b207450,	0xbaa920d6,
-0xd8887148,	0x386de110,	0x90ae1a00,	0x86f2d14d,
-0x03a0923c,	0x96edf313,	0xc296dd52,	0x7935f549,
-0xf094f7f4,	0xcacc5b02,	0x6b8cf81a,	0xd27d0293,
-0xdb27991c,	0x4f4591d8,	0x91740b1a,	0xe5658e97,
-0x22e267e6,	0xdfeef285,	0xbd99b6db,	0x0ba5a68e,
-0xa8f3ae46,	0xd4e887f0,	0x2ffcb598,	0xb5ab53b7,
-0xa34e5ed7,	0x275d2d86,	0xfb6504c5,	0xbf2ced2c,
-0x5d3adb47,	0xdd90c777,	0xc247d4de,	0x49756808,
-0xa7eccad2,	0xe463e92a,	0x08a1adc2,	0xbb1cdf22,
-0xf56620f8,	0x08f73ae2,	0xe33c259b,	0x8c34f791,
-0x5ac6f701,	0xd1a568a5,	0xb838c440,	0x1119f612,
-0x8067edbf,	0xf891c9d7,	0x792e238a,	0x94aea031,
-0xa6219da9,	0x2e657d19,	0xc0986d6b,	0x86845231,
-0x1196d0c1,	0xbce3eb01,	0xd06a1421,	0x1ef9f318,
-0x8fd9a69c,	0xdd2a5b02,	0x047d44ec,	0xb238dd54,
-0xed7cb49c,	0x3a8c80a3,	0xab9a6453,	0xd53347c2,
-0x59f19199,	0xd6c42520,	0xc6b433c7,	0x1432aff4,
-0xc66caed2,	0xd7b46878,	0x1dee38b5,	0x91a2d549,
-0xc847a196,	0x786ef929,	0xb03390ab,	0xeb92b8c3,
-0x4a81034f,	0x866b4a13,	0xc1cec9d1,	0x14d1b187,
-0xb1588c65,	0xbb04d233,	0x10754b96,	0xfbb7ae86,
-0xf40317be,	0x1f5f6fc6,	0xb09daf2d,	0xa63e4a93,
-0x224eeae8,	0x8a153313,	0xf62508eb,	0x6b3f448c,
-0xab1cc6c7,	0xd90b89a1,	0x766abffe,	0xd96407c3,
-0xde2397c5,	0x5c046b75,	0x94a3c7e9,	0x814d735f,
-0x0ce5a75c,	0x929ea8f1,	0xe4e1bed5,	0x12a32b5c,
-0x91c9e7ba,	0xdfb5f6d9,	0x07089e3f,	0xa39047ec,
-0xc48d6f94,	0x60c7b5c9,	0xe791230b,	0xfe80e488,
-0x77a83870,	0x8788bc87,	0xe8899973,	0x7a26deae,
-0x9328cd9f,	0xcff87fec,	0x704c0630,	0xcf33211f,
-0x8dfc1ede,	0x50e158ad,	0xf1bbe640,	0xeb418193,
-0x6cfd16a6,	0xdfe57412,	0xf0a85131,	0x916cefdf,
-0x68ed7eea,	0x8fd08f4c,	0xe7ad145b,	0x1b406442,
-0xe731af91,	0x8a2bc765,	0x5fb4e4f1,	0x16f46d22,
-0x8f585450,	0xae91ffb5,	0x2b1b8513,	0x3e0a7161,
-0x9e34bb9b,	0x9686df2f,	0x5bd24526,	0x0ef38175,
-0xc1c374b2,	0x953ad1e3,	0x0aebce39,	0xdba94281,
-0xe065a1d4,	0x2f2304d5,	0xe95460fb,	0x05fe2928,
-0x31f7b211,	0x4b01c6ce,	0x579271d7,	0xf10f5f7d,
-0x2a32b09e,	0x8cbae3da,	0xb5641d44,	0xcdc2d181,
-0xeeed868f,	0xe6a8bd7e,	0xf883e150,	0xe365dcf4,
-0xa068d4cb,	0x5c47b100,	0x8c6a0e2b,	0x781d645b,
-0x27c9af23,	0x7987c2e3,	0x521cbd5d,	0x5a85cdb2,
-0x077941ec,	0x76ba48fb,	0xb0b24203,	0x494f73d0,
-0xaf3d76ba,	0xe6a844d5,	0xc9d58989,	0x771cfc9b,
-0x48d3cf56,	0x163fd59b,	0xc15a5942,	0x5d217288,
-0xe0ffdc3f,	0xb298b4d9,	0x3b961d18,	0xb43b0287,
-0xafeb73c6,	0x47f7fdef,	0x0caf84f0,	0xa1fe51ad,
-0xd71618ac,	0xc87934bd,	0xe96101d1,	0x55d1976c,
-0x471c8505,	0x7a36d839,	0x5d62a9ee,	0xf3c54a8a,
-0xa2be15d9,	0x244087c9,	0x042c8037,	0x23224689,
-0x281c5d73,	0x2139ecfc,	0xffb8bc8a,	0x834fdd11,
-0x9cd5a5bd,	0xa3368319,	0x7e5bef0c,	0x4ae2dbda,
-0x86d90089,	0x6675dfce,	0x48876262,	0xcec72538,
-0x11dc5c80,	0x86a730f9,	0x313565c9,	0xe3e5be11,
-0x106d7cce,	0x752b8be2,	0x3d00a5bc,	0xe6f70e95,
-0x44447ac8,	0x600df30c,	0x8335ac3b,	0x8816ddee,
-0x700982fe,	0xee495741,	0x48c7e81c,	0xa3d55da2,
-0xb0172982,	0x70ab2158,	0xd4460621,	0x3a9e528b,
-0x59b18a7b,	0xf4dabc4c,	0xa8454763,	0x70877bb6,
-0x66005c97,	0xaf292c06,	0x7b843db1,	0xf343b59b,
-0x25cdc7b5,	0xa41da617,	0x9e9d895e,	0xc936f475,
-0x7270925a,	0x30024230,	0x8e72f53d,	0x2b6c1b6f,
-0x1a69732c,	0x7ed5aff5,	0xfc18a2a3,	0xaf377cc1,
-0xbff09a78,	0x4b4e0814,	0x95a0b2c1,	0x270398de,
-0x201fca94,	0x2a032a4f,	0x131542b4,	0x0d7306da,
-0x2d1c3496,	0xcc3c6d8d,	0xa814ddc9,	0xa3b3a991,
-0x17ee60c2,	0x852c0b8d,	0x11e5853a,	0x762002a7,
-0x92c5311d,	0x0d4bf7e1,	0xfffec870,	0xe3d35e5b,
-0xff6ecfb9,	0xdedae6ff,	0x0111a772,	0x9808e780,
-0x29c336e8,	0xe9bc05df,	0x5bedde11,	0x945565af,
-0xaff808fe,	0x87e3423d,	0x4de6f98f,	0x93b4adef,
-0xbf704fa4,	0x09120e91,	0xd54f3692,	0xdf8eab1e,
-0xfabbf59c,	0xe74318be,	0xaab87ffc,	0x29fa791c,
-0xe3915552,	0xa652cb9b,	0xa1252e74,	0xb35b723b,
-0x542aa28b,	0x12fcc5b0,	0x3941f962,	0x82bcc6cc,
-0x47b11974,	0xb821611f,	0x78b34250,	0xf1be5659,
-0x561b9e61,	0x6f3bd501,	0x584e6f5c,	0xd54ed547,
-0xacebcd21,	0x7b5ff816,	0xb64ad233,	0x9f2f330d,
-0x69fb1ece,	0xac8710dd,	0x58dc6c60,	0x9bee6139,
-0xbb10ad0e,	0xbd8cd5dd,	0xebc0ce9d,	0xa733274f,
-0x884d9b55,	0x42b08b63,	0xafa54a74,	0x1c7ccf64,
-0x93a20191,	0xaaa3132e,	0xc69831d1,	0x54634889,
-0xfbfe3efc,	0xd3cf68d4,	0x302e3117,	0xf5693131,
-0xc3ce8c6c,	0x1f03cd89,	0x6243334c,	0xf16bc80f,
-0xdca5f130,	0xcb2cd956,	0x4c1bb421,	0xe8de533c,
-0x7f86703a,	0x29aa897e,	0xdd54acad,	0x76b2f2ae,
-0x7ef82b71,	0x2e30970b,	0xba402597,	0x9a653ab4,
-0xd68fcf53,	0x2d9f0d15,	0x7f9efd1c,	0x2363d147,
-0x5327289a,	0xe89229f3,	0xd63a535c,	0x7efe9273,
-0x64f2e3a3,	0x9bdf65a7,	0x26b6edfb,	0x1b9c7bfe,
-0x5d14b3de,	0x54d575fb,	0x6d65db4c,	0x95648b7f,
-0xa8a3b8f0,	0x7cc7ad46,	0xe20e6dbb,	0x8488a45f,
-0x8ebc2932,	0xd4767316,	0x3e8c4b8a,	0xbab7402c,
-0xfc1e217e,	0xe5c5bf82,	0x6928fe2e,	0xc88528e9,
-0x4b2e4e8f,	0xdd938b86,	0x0c964f98,	0xfc88d480,
-0x35fcaf9e,	0xdd7bbe9d,	0x197d005a,	0x4d40b3b3,
-0xcf203155,	0x0d2fa621,	0x752d2c58,	0xb12bac12,
-0x1e7e8c23,	0x94215d54,	0x9854a71c,	0x4de63c64,
-0x7a012529,	0x9c171f8d,	0x9e71def7,	0x3bd17d50,
-0x11f175d9,	0xec78abf3,	0x7b529eee,	0xd3a69fc3,
-0x5b718676,	0x58214d29,	0xa8bd2c34,	0x41ea00ab,
-0xa03f64d6,	0x4ee342b0,	0x32b1e444,	0x1c1801a4,
-0xc8424702,	0x334a7e35,	0x50cf1543,	0x3b22b495,
-0x88683776,	0x8e2e0154,	0x6155c033,	0x4e2fa6ac,
-0x42ace700,	0x8d64f97c,	0xaf9ced17,	0xb2a5cb92,
-0xa558582d,	0x88705de7,	0x9e528d59,	0x84bd45e4,
-0x5cb680c0,	0xcd48fa5c,	0x2722bfa2,	0x10462123,
-0x30080f7d,	0xb346cd81,	0x0049c396,	0x4e24165f,
-0xa7c66809,	0x2e60bdcf,	0xaad70a08,	0xa73ea713,
-0xe28f97a7,	0x283a9eab,	0xd4366489,	0xe776f963,
-0x64ffa8ae,	0xde717b50,	0xbd2ca2b5,	0x3bae5f6d,
-0x8d2bbef1,	0x7e9181e6,	0xf06aa121,	0xd06b2d20,
-0xa83ea826,	0xef935e4f,	0xdfd27456,	0xa3451468,
diff --git a/src/cpu/intel/model_69x/microcode-1376-m8069547.h b/src/cpu/intel/model_69x/microcode-1376-m8069547.h
deleted file mode 100644
index a5a1f81..0000000
--- a/src/cpu/intel/model_69x/microcode-1376-m8069547.h
+++ /dev/null
@@ -1,163 +0,0 @@
-//+++
-//	Copyright (c) <1995-2010>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Tue Sep 14 09:17:40 CST 2010  */
-/*  1376-m8069547.inc  */
-0x00000001,	0x00000047,	0x11092004,	0x00000695,
-0xa0324f3b,	0x00000001,	0x00000080,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x0c66a43e,	0x6fdc369b,	0x040ec151,	0xaabfb472,
-0xf556e326,	0x3739dbc6,	0x4a14fd4e,	0xbe510a9c,
-0xe70bf636,	0xdc6858b7,	0xf484a559,	0x24802e67,
-0x63d69186,	0x15fdd673,	0x603020db,	0x9f57bd55,
-0x8840215e,	0xcb23ca23,	0xa97dbfc7,	0x714c433f,
-0xaacc8d9a,	0x46531bfd,	0xbd635f18,	0x429f7a10,
-0xa502e1d3,	0x3ba2b6f0,	0xa4f6ca99,	0x0d708861,
-0x1b574fe7,	0x485227a4,	0x18d05856,	0x8db5dcaf,
-0xff1a7545,	0x6866a2ee,	0xc4aa8c37,	0x0080d8c6,
-0xc1cf82f0,	0x2d396ed0,	0x859c1832,	0xa2e48a7e,
-0xe71f5f78,	0x87fb8357,	0xa4322cc7,	0x846d5040,
-0xdb286962,	0x5b18ed9d,	0xf5f81e6d,	0x959e87d7,
-0x8806335e,	0x3c4762a1,	0x21ba50ff,	0x85489e1c,
-0x96128b82,	0xa9857202,	0x803eac9e,	0xea6553f6,
-0x8bd2d706,	0xeb28a554,	0xa7dfda72,	0xa4059899,
-0x88f93cb5,	0x50e1b23b,	0x8dc74029,	0xd9872ffd,
-0x4f6202ed,	0xe396c354,	0xa35b81d1,	0xf8701e2c,
-0xf33b0f6f,	0xbda6e8f3,	0x9e3d786e,	0xaf4d40fa,
-0x35859710,	0x7e460cb0,	0xfdd99345,	0x78f0a992,
-0x3794cb3e,	0x4f402d47,	0xaea20bf4,	0xa50aabd1,
-0x196885ee,	0xb2c84221,	0x14bc44a0,	0x326479c3,
-0x687b0dc6,	0xbc2151d4,	0x686c6647,	0x6ff095b9,
-0x4af5886b,	0x5a49ac48,	0xe1f7533d,	0x24924e25,
-0x5eb4d9e6,	0x7b8ac82f,	0xac929b2b,	0x7482c790,
-0x788a9491,	0x925b2591,	0xb4f3cce2,	0xb91f1662,
-0xd5fb65d4,	0x549aae06,	0x93f073b4,	0xcc26dc33,
-0x05c41dd6,	0x660c52d8,	0xcd4eeee4,	0x87939004,
-0x532c864c,	0x0e94c295,	0x0d2d2251,	0xd6d88925,
-0x9e9dc21a,	0xa6bf396b,	0x911daebd,	0x525e105e,
-0x1d352b27,	0xdcadd5e1,	0x27d95dec,	0x35726567,
-0x03836c6f,	0x4d343b99,	0xa7a18015,	0x23d37d74,
-0x632d35c7,	0x00035697,	0x07e8bab5,	0xf7cf3a02,
-0x068706f6,	0xdfa171be,	0x3aa2c1c1,	0x5a1d954e,
-0xb71b6c1f,	0xbe29fbcf,	0x8de6b15e,	0xf41460cb,
-0x18fd0cea,	0x5bedf3f9,	0xd2f177f2,	0x77518f57,
-0xe3666a03,	0xe24637e3,	0x0f38deb3,	0x293dc567,
-0xfe5e1a23,	0x5177d656,	0x2a9e259b,	0x49fb90bc,
-0x6c865d17,	0xde4c3fc1,	0x5c3cdf10,	0x2b4d5c6e,
-0xeff3d6a5,	0x8bb9bd18,	0x9ee723b1,	0xbc12ba57,
-0x8caa211f,	0xdc83bcdf,	0x208a9ba4,	0xfca21241,
-0xc6a6eefe,	0xded5aed8,	0x73d3ae48,	0xa24f5cb7,
-0xa8f2da15,	0x63cfd2e7,	0x857c975f,	0x7b0d09a4,
-0xe521f32c,	0x05cc1628,	0xb5c210e0,	0x9261386c,
-0x447fe66a,	0x4dcf4214,	0xd0be6ce9,	0x7939347f,
-0x02deebcd,	0x89a90ff9,	0x8b8c5d30,	0xf674503f,
-0xd4c93e7e,	0xfd995ed2,	0xd44dc317,	0xf43a2742,
-0xebfdeaa7,	0xa57ab877,	0x8b5feddc,	0x84fa6995,
-0xa683f7fe,	0x3f075a90,	0x904711b4,	0xe4f402e9,
-0xee714efe,	0xa751db10,	0x4f259590,	0xfebea582,
-0x3a6c0d66,	0x25a452a3,	0xd022c348,	0xdc24602a,
-0x58716977,	0xf6a70e92,	0xfc82cf6e,	0xae09cca1,
-0xa20e842d,	0x15e048d2,	0x96f8fefd,	0xd94fe184,
-0x25316b80,	0xb751593d,	0x8aa614c1,	0x4982c5e5,
-0x6d211294,	0x7b22c753,	0xc29d3f2c,	0x4bcb73f5,
-0x370b4a68,	0x385b671f,	0xc2a023c8,	0x9043117e,
-0x76c07ae3,	0x7c5968cd,	0xf2a48406,	0x5ea944d4,
-0x0e9e6382,	0x4aaedda5,	0xecb4f191,	0xd14cfab3,
-0xf43e8cd5,	0x0946e811,	0x17f743bf,	0xa6665715,
-0x586fdb03,	0xfe41799a,	0x9c5e72fa,	0x585128f4,
-0xd71618ac,	0xc87934bd,	0xe96101d1,	0x55d1976c,
-0x471c8505,	0x7a36d839,	0x5d62a9ee,	0xf3c54a8a,
-0xa2be15d9,	0x244087c9,	0x042c8037,	0x23224689,
-0x281c5d73,	0x2139ecfc,	0xffb8bc8a,	0x834fdd11,
-0x9cd5a5bd,	0xa3368319,	0x7e5bef0c,	0x4ae2dbda,
-0x86d90089,	0x6675dfce,	0x48876262,	0xcec72538,
-0x11dc5c80,	0x86a730f9,	0x313565c9,	0xe3e5be11,
-0x106d7cce,	0x752b8be2,	0x3d00a5bc,	0xe6f70e95,
-0x44447ac8,	0x600df30c,	0x8335ac3b,	0x8816ddee,
-0x700982fe,	0xee495741,	0x48c7e81c,	0xa3d55da2,
-0xb0172982,	0x70ab2158,	0xd4460621,	0x3a9e528b,
-0x59b18a7b,	0xf4dabc4c,	0xa8454763,	0x70877bb6,
-0x66005c97,	0xaf292c06,	0x7b843db1,	0xf343b59b,
-0x25cdc7b5,	0xa41da617,	0x9e9d895e,	0xc936f475,
-0x7270925a,	0x30024230,	0x8e72f53d,	0x2b6c1b6f,
-0x1a69732c,	0x7ed5aff5,	0xfc18a2a3,	0xaf377cc1,
-0xbff09a78,	0x4b4e0814,	0x95a0b2c1,	0x270398de,
-0x201fca94,	0x2a032a4f,	0x131542b4,	0x0d7306da,
-0x2d1c3496,	0xcc3c6d8d,	0xa814ddc9,	0xa3b3a991,
-0x17ee60c2,	0x852c0b8d,	0x11e5853a,	0x762002a7,
-0x92c5311d,	0x0d4bf7e1,	0xfffec870,	0xe3d35e5b,
-0xff6ecfb9,	0xdedae6ff,	0x0111a772,	0x9808e780,
-0x29c336e8,	0xe9bc05df,	0x5bedde11,	0x945565af,
-0xaff808fe,	0x87e3423d,	0x4de6f98f,	0x93b4adef,
-0xbf704fa4,	0x09120e91,	0xd54f3692,	0xdf8eab1e,
-0xfabbf59c,	0xe74318be,	0xaab87ffc,	0x29fa791c,
-0xe3915552,	0xa652cb9b,	0xa1252e74,	0xb35b723b,
-0x542aa28b,	0x12fcc5b0,	0x3941f962,	0x82bcc6cc,
-0x47b11974,	0xb821611f,	0x78b34250,	0xf1be5659,
-0x561b9e61,	0x6f3bd501,	0x584e6f5c,	0xd54ed547,
-0xacebcd21,	0x7b5ff816,	0xb64ad233,	0x9f2f330d,
-0x69fb1ece,	0xac8710dd,	0x58dc6c60,	0x9bee6139,
-0xbb10ad0e,	0xbd8cd5dd,	0xebc0ce9d,	0xa733274f,
-0x884d9b55,	0x42b08b63,	0xafa54a74,	0x1c7ccf64,
-0x93a20191,	0xaaa3132e,	0xc69831d1,	0x54634889,
-0xfbfe3efc,	0xd3cf68d4,	0x302e3117,	0xf5693131,
-0xc3ce8c6c,	0x1f03cd89,	0x6243334c,	0xf16bc80f,
-0xdca5f130,	0xcb2cd956,	0x4c1bb421,	0xe8de533c,
-0x7f86703a,	0x29aa897e,	0xdd54acad,	0x76b2f2ae,
-0x7ef82b71,	0x2e30970b,	0xba402597,	0x9a653ab4,
-0xd68fcf53,	0x2d9f0d15,	0x7f9efd1c,	0x2363d147,
-0x5327289a,	0xe89229f3,	0xd63a535c,	0x7efe9273,
-0x64f2e3a3,	0x9bdf65a7,	0x26b6edfb,	0x1b9c7bfe,
-0x5d14b3de,	0x54d575fb,	0x6d65db4c,	0x95648b7f,
-0xa8a3b8f0,	0x7cc7ad46,	0xe20e6dbb,	0x8488a45f,
-0x8ebc2932,	0xd4767316,	0x3e8c4b8a,	0xbab7402c,
-0xfc1e217e,	0xe5c5bf82,	0x6928fe2e,	0xc88528e9,
-0x4b2e4e8f,	0xdd938b86,	0x0c964f98,	0xfc88d480,
-0x35fcaf9e,	0xdd7bbe9d,	0x197d005a,	0x4d40b3b3,
-0xcf203155,	0x0d2fa621,	0x752d2c58,	0xb12bac12,
-0x1e7e8c23,	0x94215d54,	0x9854a71c,	0x4de63c64,
-0x7a012529,	0x9c171f8d,	0x9e71def7,	0x3bd17d50,
-0x11f175d9,	0xec78abf3,	0x7b529eee,	0xd3a69fc3,
-0x5b718676,	0x58214d29,	0xa8bd2c34,	0x41ea00ab,
-0xa03f64d6,	0x4ee342b0,	0x32b1e444,	0x1c1801a4,
-0xc8424702,	0x334a7e35,	0x50cf1543,	0x3b22b495,
-0x88683776,	0x8e2e0154,	0x6155c033,	0x4e2fa6ac,
-0x42ace700,	0x8d64f97c,	0xaf9ced17,	0xb2a5cb92,
-0xa558582d,	0x88705de7,	0x9e528d59,	0x84bd45e4,
-0x5cb680c0,	0xcd48fa5c,	0x2722bfa2,	0x10462123,
-0x30080f7d,	0xb346cd81,	0x0049c396,	0x4e24165f,
-0xa7c66809,	0x2e60bdcf,	0xaad70a08,	0xa73ea713,
-0xe28f97a7,	0x283a9eab,	0xd4366489,	0xe776f963,
-0x64ffa8ae,	0xde717b50,	0xbd2ca2b5,	0x3bae5f6d,
-0x8d2bbef1,	0x7e9181e6,	0xf06aa121,	0xd06b2d20,
-0xa83ea826,	0xef935e4f,	0xdfd27456,	0xa3451468,
diff --git a/src/cpu/intel/model_69x/model_69x_init.c b/src/cpu/intel/model_69x/model_69x_init.c
index cb805ae..582bb17 100644
--- a/src/cpu/intel/model_69x/model_69x_init.c
+++ b/src/cpu/intel/model_69x/model_69x_init.c
@@ -6,21 +6,8 @@
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/msr.h>
 #include <cpu/x86/lapic.h>
-#include <cpu/intel/microcode.h>
 #include <cpu/x86/cache.h>
 
-static uint32_t microcode_updates[] = {
-	#include "microcode-1376-m8069547.h"
-	#include "microcode-1373-m1069507.h"
-	#include "microcode-1374-m2069507.h"
-
-	/*  Dummy terminator  */
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-};
-
 static void model_69x_init(device_t dev)
 {
 	/* Turn on caching if we haven't already */
@@ -28,9 +15,6 @@ static void model_69x_init(device_t dev)
 	x86_setup_mtrrs();
 	x86_mtrr_check();
 
-	/* Update the microcode */
-	intel_update_microcode(microcode_updates);
-
 	/* Enable the local cpu apics */
 	setup_lapic();
 };
diff --git a/src/cpu/intel/model_6dx/microcode-1355-m206d618.h b/src/cpu/intel/model_6dx/microcode-1355-m206d618.h
deleted file mode 100644
index f11ffb0..0000000
--- a/src/cpu/intel/model_6dx/microcode-1355-m206d618.h
+++ /dev/null
@@ -1,163 +0,0 @@
-//+++
-//	Copyright (c) <1995-2010>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Tue Sep 14 09:17:40 CST 2010  */
-/*  1355-m206d618.inc  */
-0x00000001,	0x00000018,	0x10172004,	0x000006d6,
-0xb7b66d41,	0x00000001,	0x00000020,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x8b98468f,	0x3766ea87,	0xb09b21d3,	0x56122294,
-0xc5ea11ed,	0x37f76e26,	0xc0f15ba1,	0xa1e74bba,
-0xf7177ffb,	0x5182564a,	0x45910773,	0x0eda2672,
-0x3657cb88,	0xdb55fdda,	0xd8318d0c,	0x3ebb142d,
-0x522ac44a,	0x83ab943b,	0x61765fa9,	0xea2a1c58,
-0xb5c6855e,	0x36f522c5,	0x679a3940,	0xd9a73e8a,
-0x4296cf82,	0x9a9da755,	0x50632ab2,	0xd20195b5,
-0x0da70fbc,	0xaa54fa84,	0x0d968f90,	0x8885f6e0,
-0x5c5be87b,	0x41b3ef59,	0xd126d9bf,	0x892a09f7,
-0xfe6aaaff,	0xf92fe218,	0x0820627b,	0xee58f87e,
-0x4cf5d03d,	0xfa96f89d,	0x67eb2bca,	0xb9f39726,
-0xffe7cbdf,	0xe306b9c6,	0x7478f683,	0xb3dba716,
-0x1cc1355d,	0xd4df036a,	0x61eaeff1,	0x6db53d06,
-0x9d8cdeb8,	0x3fe76f33,	0x499a5816,	0x767b66d2,
-0xbe7fe0e8,	0xa12b7466,	0x11b91265,	0x399ef7cb,
-0x563f2d7f,	0xb58199af,	0xbd86210c,	0x3ed97fe3,
-0x2281abfa,	0x03128e49,	0x71682563,	0x7473a011,
-0x5bd1eba3,	0x825db526,	0x47bb0d9b,	0xed4b0c1f,
-0xd4f5ef22,	0x1ac56dc7,	0x11c39136,	0x860a45f2,
-0xfa583033,	0xa4b46a27,	0x1092ddd7,	0x3b80bceb,
-0xca39816c,	0xbd71827f,	0x3ec0546b,	0xeb62fa40,
-0x3c90b1cf,	0x7a6f6561,	0x90732e6a,	0xae804456,
-0x33872789,	0x34cc11db,	0x1cf32833,	0x19e8e8a6,
-0xd8263d3e,	0x7789b962,	0x5b62a57d,	0xb82342dd,
-0x2b5109af,	0x2dbf1000,	0x143f181f,	0x9701d7e1,
-0xcf664358,	0xb7e12d61,	0x2d05020b,	0xe0a22ed3,
-0x06d12c8c,	0x001c2b91,	0xfed1cc3e,	0xeb220962,
-0x0214231b,	0xefe9d21a,	0x01c91de7,	0x442d153d,
-0x586a3f62,	0xcd135df5,	0xf5695a08,	0x0882bb15,
-0xb3d35f8c,	0x4c4a9889,	0x0e478731,	0xf48ee282,
-0x414bc1cd,	0xe228649c,	0x6ebe67bd,	0xfb72a712,
-0xf644a517,	0x657672f5,	0xdbe4f19e,	0x1a008de6,
-0x5178a6bd,	0x8c123abb,	0xe922b727,	0xd166b732,
-0x640f2583,	0xe6f2abf1,	0x4053736a,	0xab8e972f,
-0x2f137c09,	0xf04f7151,	0x2c6f72e1,	0xf6c74f8d,
-0xb8f506b3,	0x5de769ce,	0x0131cd04,	0x6cb62594,
-0x4199ecaf,	0xa45b93ae,	0x45642462,	0x63ec25d3,
-0xa793b3a1,	0x2b65326f,	0x4bb6e174,	0xa9ee5e36,
-0xb44e3800,	0x414e7d6e,	0x649210ce,	0xf247e0c7,
-0xf08379b1,	0xb1b2b5e1,	0x4f546ffb,	0xc4c3f671,
-0x41ecb2e0,	0x77178934,	0xeebefb09,	0x1fad39ff,
-0x1350b86f,	0xe140e8ca,	0x4eada8cb,	0x5209c265,
-0x695d5f95,	0x7ad173a7,	0xcd477f42,	0x02aaa026,
-0xd9d5e9c7,	0xa0935c5c,	0xc933399e,	0x33a16934,
-0x65669841,	0x4f3a35d0,	0xcab795eb,	0x34e264ea,
-0x65614bf6,	0x1d2bdc96,	0x4d591da7,	0x1c16d183,
-0xa66ed275,	0x4a954ca9,	0x40ca4e3c,	0x8993d784,
-0x67cfedcf,	0x4cd774e8,	0x81d48fdc,	0x152158f2,
-0xaf252dff,	0xf805bbc3,	0x08a2a759,	0x78888b77,
-0x8a5b7aa4,	0x37df8729,	0xf103811d,	0x6e4aa56f,
-0x7fa87e82,	0xbe5cb863,	0x9d06ede2,	0xb01a3cde,
-0x6118df90,	0xb75068cc,	0x69304bc8,	0x4c197795,
-0x11de2f62,	0x810faad7,	0xac232848,	0x06edff7b,
-0x71dec49b,	0x9f3e44c5,	0x0c4ce897,	0xf2e84f71,
-0x7c3eba7f,	0x5afda074,	0x7c82c2ed,	0x298026a8,
-0xde10e8fc,	0xdad8c483,	0xd6457f94,	0x08cb4a84,
-0xc28290fc,	0x93c335a3,	0xeaf1eeb7,	0xae42c772,
-0x89c88da3,	0x4bc6b949,	0x53bf510b,	0xbc154c2e,
-0xc064d174,	0xc8536311,	0x527a0f13,	0x8a2802a6,
-0xd71618ac,	0xc87934bd,	0xe96101d1,	0x55d1976c,
-0x471c8505,	0x7a36d839,	0x5d62a9ee,	0xf3c54a8a,
-0xa2be15d9,	0x244087c9,	0x042c8037,	0x23224689,
-0x281c5d73,	0x2139ecfc,	0xffb8bc8a,	0x834fdd11,
-0x9cd5a5bd,	0xa3368319,	0x7e5bef0c,	0x4ae2dbda,
-0x86d90089,	0x6675dfce,	0x48876262,	0xcec72538,
-0x11dc5c80,	0x86a730f9,	0x313565c9,	0xe3e5be11,
-0x106d7cce,	0x752b8be2,	0x3d00a5bc,	0xe6f70e95,
-0x44447ac8,	0x600df30c,	0x8335ac3b,	0x8816ddee,
-0x700982fe,	0xee495741,	0x48c7e81c,	0xa3d55da2,
-0xb0172982,	0x70ab2158,	0xd4460621,	0x3a9e528b,
-0x59b18a7b,	0xf4dabc4c,	0xa8454763,	0x70877bb6,
-0x66005c97,	0xaf292c06,	0x7b843db1,	0xf343b59b,
-0x25cdc7b5,	0xa41da617,	0x9e9d895e,	0xc936f475,
-0x7270925a,	0x30024230,	0x8e72f53d,	0x2b6c1b6f,
-0x1a69732c,	0x7ed5aff5,	0xfc18a2a3,	0xaf377cc1,
-0xbff09a78,	0x4b4e0814,	0x95a0b2c1,	0x270398de,
-0x201fca94,	0x2a032a4f,	0x131542b4,	0x0d7306da,
-0x2d1c3496,	0xcc3c6d8d,	0xa814ddc9,	0xa3b3a991,
-0x17ee60c2,	0x852c0b8d,	0x11e5853a,	0x762002a7,
-0x92c5311d,	0x0d4bf7e1,	0xfffec870,	0xe3d35e5b,
-0xff6ecfb9,	0xdedae6ff,	0x0111a772,	0x9808e780,
-0x29c336e8,	0xe9bc05df,	0x5bedde11,	0x945565af,
-0xaff808fe,	0x87e3423d,	0x4de6f98f,	0x93b4adef,
-0xbf704fa4,	0x09120e91,	0xd54f3692,	0xdf8eab1e,
-0xfabbf59c,	0xe74318be,	0xaab87ffc,	0x29fa791c,
-0xe3915552,	0xa652cb9b,	0xa1252e74,	0xb35b723b,
-0x542aa28b,	0x12fcc5b0,	0x3941f962,	0x82bcc6cc,
-0x47b11974,	0xb821611f,	0x78b34250,	0xf1be5659,
-0x561b9e61,	0x6f3bd501,	0x584e6f5c,	0xd54ed547,
-0xacebcd21,	0x7b5ff816,	0xb64ad233,	0x9f2f330d,
-0x69fb1ece,	0xac8710dd,	0x58dc6c60,	0x9bee6139,
-0xbb10ad0e,	0xbd8cd5dd,	0xebc0ce9d,	0xa733274f,
-0x884d9b55,	0x42b08b63,	0xafa54a74,	0x1c7ccf64,
-0x93a20191,	0xaaa3132e,	0xc69831d1,	0x54634889,
-0xfbfe3efc,	0xd3cf68d4,	0x302e3117,	0xf5693131,
-0xc3ce8c6c,	0x1f03cd89,	0x6243334c,	0xf16bc80f,
-0xdca5f130,	0xcb2cd956,	0x4c1bb421,	0xe8de533c,
-0x7f86703a,	0x29aa897e,	0xdd54acad,	0x76b2f2ae,
-0x7ef82b71,	0x2e30970b,	0xba402597,	0x9a653ab4,
-0xd68fcf53,	0x2d9f0d15,	0x7f9efd1c,	0x2363d147,
-0x5327289a,	0xe89229f3,	0xd63a535c,	0x7efe9273,
-0x64f2e3a3,	0x9bdf65a7,	0x26b6edfb,	0x1b9c7bfe,
-0x5d14b3de,	0x54d575fb,	0x6d65db4c,	0x95648b7f,
-0xa8a3b8f0,	0x7cc7ad46,	0xe20e6dbb,	0x8488a45f,
-0x8ebc2932,	0xd4767316,	0x3e8c4b8a,	0xbab7402c,
-0xfc1e217e,	0xe5c5bf82,	0x6928fe2e,	0xc88528e9,
-0x4b2e4e8f,	0xdd938b86,	0x0c964f98,	0xfc88d480,
-0x35fcaf9e,	0xdd7bbe9d,	0x197d005a,	0x4d40b3b3,
-0xcf203155,	0x0d2fa621,	0x752d2c58,	0xb12bac12,
-0x1e7e8c23,	0x94215d54,	0x9854a71c,	0x4de63c64,
-0x7a012529,	0x9c171f8d,	0x9e71def7,	0x3bd17d50,
-0x11f175d9,	0xec78abf3,	0x7b529eee,	0xd3a69fc3,
-0x5b718676,	0x58214d29,	0xa8bd2c34,	0x41ea00ab,
-0xa03f64d6,	0x4ee342b0,	0x32b1e444,	0x1c1801a4,
-0xc8424702,	0x334a7e35,	0x50cf1543,	0x3b22b495,
-0x88683776,	0x8e2e0154,	0x6155c033,	0x4e2fa6ac,
-0x42ace700,	0x8d64f97c,	0xaf9ced17,	0xb2a5cb92,
-0xa558582d,	0x88705de7,	0x9e528d59,	0x84bd45e4,
-0x5cb680c0,	0xcd48fa5c,	0x2722bfa2,	0x10462123,
-0x30080f7d,	0xb346cd81,	0x0049c396,	0x4e24165f,
-0xa7c66809,	0x2e60bdcf,	0xaad70a08,	0xa73ea713,
-0xe28f97a7,	0x283a9eab,	0xd4366489,	0xe776f963,
-0x64ffa8ae,	0xde717b50,	0xbd2ca2b5,	0x3bae5f6d,
-0x8d2bbef1,	0x7e9181e6,	0xf06aa121,	0xd06b2d20,
-0xa83ea826,	0xef935e4f,	0xdfd27456,	0xa3451468,
diff --git a/src/cpu/intel/model_6dx/model_6dx_init.c b/src/cpu/intel/model_6dx/model_6dx_init.c
index 19b351d..017d108 100644
--- a/src/cpu/intel/model_6dx/model_6dx_init.c
+++ b/src/cpu/intel/model_6dx/model_6dx_init.c
@@ -6,19 +6,8 @@
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/msr.h>
 #include <cpu/x86/lapic.h>
-#include <cpu/intel/microcode.h>
 #include <cpu/x86/cache.h>
 
-static uint32_t microcode_updates[] = {
-	#include "microcode-1355-m206d618.h"
-
-	/*  Dummy terminator  */
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-};
-
 static void model_6dx_init(device_t dev)
 {
 	/* Turn on caching if we haven't already */
@@ -26,9 +15,6 @@ static void model_6dx_init(device_t dev)
 	x86_setup_mtrrs();
 	x86_mtrr_check();
 
-	/* Update the microcode */
-	intel_update_microcode(microcode_updates);
-
 	/* Enable the local cpu apics */
 	setup_lapic();
 };
diff --git a/src/cpu/intel/model_6ex/microcode-1624-m206e839.h b/src/cpu/intel/model_6ex/microcode-1624-m206e839.h
deleted file mode 100644
index 5aa9821..0000000
--- a/src/cpu/intel/model_6ex/microcode-1624-m206e839.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2010>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Tue Feb 9 12:54:50 CST 2010  */
-/*  1624-m206e839.inc  */
-0x00000001,	0x00000039,	0x11152005,	0x000006e8,
-0x00e9d6a3,	0x00000001,	0x00000020,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0xc9226026,	0x31d04cc5,	0xeb5e9216,	0x81b9b739,
-0xb8187c4d,	0xdb2db5c8,	0xac304dd3,	0x56259185,
-0x5cee9dfc,	0xc4c708fc,	0xfbfebb15,	0x4657a346,
-0xd5fdfc56,	0x49ccc684,	0xfe2f1980,	0x23e44e95,
-0xaf7e0890,	0x0a306ae9,	0x0533035c,	0xf747f6c4,
-0xbb7a6356,	0x07415037,	0xb9cd0d46,	0x4dc69422,
-0x19ed8dba,	0x61955793,	0x2c69260d,	0x0e23b80f,
-0xce2c111e,	0x94c5acb3,	0xf2050f28,	0xc4348718,
-0x4496d9b0,	0xec1eb627,	0x8f6d3916,	0xa67909c6,
-0x37bdb9ce,	0x4d7393bc,	0x9b7027a4,	0xc1bfa4b4,
-0x671fb655,	0x447f72ea,	0xf96b0311,	0xbfa5989d,
-0xffa59b41,	0x4af95bb9,	0xeebc0d4e,	0xce0d8017,
-0xad35c182,	0x9fa068f0,	0xcdafa471,	0x5459e6da,
-0x9bb88256,	0xc593800c,	0x327a1e3f,	0x714bfb6f,
-0x8b02e7cd,	0x16020ebb,	0xb0598f84,	0xd021f373,
-0x07d55d88,	0x90774676,	0x6cd1f7ca,	0x99e1bfa7,
-0x3c67877c,	0xdbd380ab,	0x5eb38db2,	0xe0edbfd0,
-0xc5534984,	0x411b21df,	0x16771220,	0x4a8a60f1,
-0xd80ab95f,	0x93090a73,	0x12135fa7,	0xbf0fde89,
-0x50cb4bc6,	0x508ea81f,	0x8f567bbc,	0xecd02b7f,
-0x2b0ceb7b,	0x6fe0367e,	0xce928c01,	0x69589c6f,
-0x0c28f0f7,	0xd9ac3fa8,	0xd6a23e1d,	0x19613ebb,
-0xe455b950,	0xa58b7cf7,	0xeeab2947,	0x1e588aa8,
-0xbb634862,	0x5b6421b2,	0x6297ae0b,	0xbf63b1e9,
-0x530e7f14,	0x5c2c0f79,	0x9cdeebc4,	0xf6d7037e,
-0xbd4ed6d2,	0xd15f0af2,	0xace5591e,	0xa028a00d,
-0x48032c56,	0x67f890ea,	0xbb51ac52,	0x5827bad0,
-0x4b402353,	0xba6c615e,	0xfd5cec66,	0xcfb3d0f8,
-0x57c54520,	0xcfd5fc18,	0x10d35922,	0xcfd3e6c3,
-0xfe68e046,	0x3dc77d26,	0xe9f78a74,	0xa140eb55,
-0x08dd3509,	0xc6defaaa,	0x73febfe9,	0x0b79e780,
-0x73f35b7a,	0x7e9701ec,	0xeeb571a8,	0xed545d8a,
-0x1ecab16f,	0x4d2cdf06,	0x0f8d5bdd,	0xc8d515bd,
-0x2b240de4,	0xda882958,	0x6612e8e7,	0x9bea8737,
-0xf8c88eae,	0x7f6d9fa1,	0xdd249b1a,	0x07541510,
-0xaac8a29b,	0x25d07e85,	0xe9f0f581,	0x3f3c089a,
-0x90d4b3fe,	0x529d1042,	0x1e0bc5d3,	0xacbc4634,
-0xacdf6376,	0x759f6e7a,	0x614eb519,	0xf97894f9,
-0x69e18e24,	0x445adfa4,	0x6fc71d78,	0xb2bd1312,
-0x270e3a49,	0xdf22e530,	0x96d6bfab,	0x2d8153c4,
-0xe487add3,	0x0461fbe4,	0x6179e23b,	0x22bf0ad7,
-0xa527347c,	0xee772c22,	0x94c1c04b,	0x9cff8528,
-0x52f17360,	0x1a381a4f,	0xde59c8b1,	0x5ad6ddd1,
-0x01440596,	0xfb7ca9db,	0xf1b1c83b,	0xe4983438,
-0xdb246883,	0x1044db5d,	0x5e4a560e,	0x8312d13a,
-0x5db5e546,	0xfcf1485e,	0x6a95f22e,	0xebdf4063,
-0xa9e47fe7,	0xff203e14,	0x3e8c08fa,	0xbfdedef2,
-0x380c9a4b,	0xaf19c9c6,	0x75005e66,	0xff492ec9,
-0x28b8e6d0,	0x9cd69fe5,	0x839353d7,	0x8d4df3f1,
-0x38a4f7a0,	0xd5af72ad,	0x7e7ba9b6,	0x9a2c2f5a,
-0xe141e11c,	0x54101bf0,	0x6bd34fba,	0x2aeebd40,
-0xf3c6a02a,	0xfb45a6ea,	0x5f6cc3f9,	0x7d19ace6,
-0xc4e50923,	0xb77d6c3b,	0x28d21508,	0xa68dbda2,
-0x53519ded,	0x7d38215b,	0x6554c1d0,	0xceade8a5,
-0x861dbd69,	0x327694d4,	0x2284cab7,	0x79b7a4a9,
-0x2cb4e91d,	0xe91b5ee1,	0xa886aceb,	0x586f2b2d,
-0x586384c3,	0xed4a41fb,	0xe95f483c,	0x2bc37c1e,
-0xed66debc,	0xc081cc22,	0x13b62693,	0x1f739d44,
-0xb5c64b95,	0x8a6c382b,	0xe372637e,	0x4024aa2b,
-0x6d0cff83,	0x8b23bd82,	0x13251589,	0x9243024c,
-0x452e1d68,	0x22ee9797,	0xc02673e4,	0x8b9a7d37,
-0xa76d6538,	0xa92d6786,	0xa7cfc9a0,	0xa44beca4,
-0x31eb7699,	0xeb54ddc7,	0xa2fe7da1,	0x0ee15251,
-0x614235df,	0xe9cfedbe,	0x892a4e69,	0x9da98557,
-0x335b3fdf,	0x8ea201e5,	0x0946feb6,	0xb5a786df,
-0x022cc831,	0xab624815,	0xbc424527,	0x735f92de,
-0x9936cecb,	0x0e761edf,	0x0090693e,	0xc4a0499a,
-0x6b23228b,	0x1eb11bb0,	0xfa0e532f,	0xf3908bd4,
-0x6d12934f,	0xb0af2c23,	0x8ee4af5c,	0xdc901aa7,
-0x0354b0bf,	0xd130aaa9,	0xcdd548cf,	0x63c30fa9,
-0x2ce21b9d,	0xd28af5fd,	0xd0dd7223,	0xf8037eb4,
-0x475e5121,	0x4da06882,	0x5b5f6d0f,	0x2010ee60,
-0x6b70b26e,	0x34046d99,	0x60d17b52,	0x0ceb5995,
-0xfe843bb5,	0x32bd202f,	0xd253d64e,	0xafbbc103,
-0xfe550a5c,	0xadc17fca,	0xd50e62ac,	0x04aac0c1,
-0xfdc53287,	0x2ca779e0,	0x50d3509c,	0xc6642217,
-0x15a4a216,	0x792dc831,	0x28aaeb0e,	0xd90a51b1,
-0x4aafd019,	0x7120d967,	0x600cc53d,	0xcce4712a,
-0xa51c84bc,	0xa446aea8,	0x2d0434df,	0x7cc7e1bb,
-0xc58d985e,	0x975fd3b5,	0xeabd457e,	0x63019a78,
-0x07dd4acb,	0xf5d1b481,	0x271b33e9,	0x74e6b893,
-0xe1660e8d,	0x3b3857c1,	0xae2228b4,	0xe8971978,
-0xa5e9d620,	0xc42ce628,	0x8a723c90,	0xe1cbd643,
-0xd6b31dd6,	0x10ac4693,	0x30d07574,	0x2ceb736c,
-0xc4534cfb,	0xb1576d35,	0xb7452467,	0x83d90ec1,
-0x136647f4,	0xee1225f9,	0xb018b3ab,	0xe40e1466,
-0x6c39168a,	0x209e1e98,	0x467a80da,	0x39895b4d,
-0x9830701a,	0x08bb3694,	0x944d4ca5,	0x1b345056,
-0xfcd65853,	0x02dd7e3e,	0x8c3fe8ad,	0x4a250b9f,
-0x88f396e9,	0x1c7e6763,	0x8d63d571,	0x46bc5836,
-0x3495194f,	0x612a5504,	0xa3c960aa,	0x206508d5,
-0x0e742fa5,	0x962dc01a,	0xd7c6ae91,	0x7c60637a,
-0x4dd751b0,	0xe9ec6585,	0x7a6a9d8e,	0x97cc23b2,
-0x17c7cd98,	0x6bd0197e,	0x825caffd,	0x1b682617,
-0xb7a146df,	0x6cd43071,	0x46a325ef,	0x606c23cd,
-0xf391543b,	0x0c1273e7,	0xb14311ad,	0xa56c20d6,
-0x4f2b1f6b,	0x027fdd15,	0x153e5b84,	0x230ef754,
-0xddc5231c,	0x27009a47,	0x6a1af01f,	0x3eb1712f,
-0xdd5b0538,	0x1bdd1a17,	0x94a692ee,	0x6569ea36,
-0xbbed3e8c,	0x44be3a3a,	0x322e23fc,	0xb620d922,
-0xb0e4364b,	0xa6e9a5c9,	0x74ade8ba,	0xb619ba36,
-0x1ab260b7,	0x49d93617,	0xf34f51e0,	0x86c922f8,
-0x8b62ae4c,	0x4c5d191b,	0x8af345d3,	0x7dabf68a,
-0x50630f7d,	0x9367968d,	0x9dd2ec02,	0xcbbc9de9,
-0x96ff6002,	0x22557f00,	0xdcb11cef,	0x9a433696,
-0xdafd17fe,	0x4a4f2367,	0xcf03a80a,	0x07f1af6a,
-0xd17f5c02,	0x69d50343,	0x64e5f0ee,	0x1e8f8795,
-0xacb3be79,	0xec758d66,	0x972b429b,	0x70847a5e,
-0x26917ebb,	0x120198ea,	0x9fbc891b,	0x6024a8b3,
-0x21f187be,	0x5fc97d12,	0x8f40dd2b,	0xed5099af,
-0xba1c30f8,	0x42856fe4,	0x4ff70143,	0x3381128d,
-0x68074f27,	0xda4e4f40,	0x92355570,	0x87d9fc1b,
-0x79ba00f8,	0x80188b0a,	0x54d6c99e,	0x0c291886,
-0xae1ba6d8,	0xe1db6d71,	0x812eb8d5,	0xfe443861,
-0x4697dfe3,	0x07e2c123,	0xef211237,	0xe39cf56d,
-0x0dfe17fa,	0xea6030a6,	0xbaf85b2f,	0xb1fb1e75,
-0xb78b8e9d,	0x93d9d1bd,	0x6865386a,	0x85797883,
-0xa4136a38,	0x4c0ab699,	0x0647103e,	0x678defd1,
-0xf54ffe6f,	0x38042e86,	0xc936e167,	0x7e8be786,
-0x37a7a21e,	0x47af9dbd,	0xe223ff47,	0x67a5b932,
-0x8b5ec113,	0x4409c381,	0x17f02fc9,	0x4a2fc757,
-0x076c4f09,	0xafaad84b,	0x280e8dc1,	0x739ed578,
-0x49303f92,	0xe3ad06ce,	0xd6f2cc2b,	0x8c6178a7,
-0x7dd611bc,	0x3ef0622a,	0x7b5624c2,	0xc0d3ab3d,
-0x0886901c,	0xd50b755b,	0x9e5fff5b,	0x6defbd36,
-0x6eb81d52,	0xa83ed60b,	0x5a592ac7,	0xc7106e42,
-0x26c4d503,	0x01e85a02,	0xe5794f2a,	0xe59d8e11,
-0x642424e0,	0xeb729831,	0x2f7c579b,	0x9420638f,
-0x8b262c13,	0x5cbbc0a0,	0x1acd3e84,	0xf4fce699,
-0x5d87578c,	0x7e050318,	0x780e3acb,	0x8285e06a,
-0xbe10054d,	0xd1123dbf,	0x0d19268f,	0x9abdf2da,
-0xb8d42fec,	0xe7cd5df7,	0xd42255a4,	0x21cdd93d,
-0xf4613998,	0xc1f0cbb9,	0x21dac2e1,	0x8e14ad43,
-0xa89284ca,	0xf78bc18f,	0x94b84631,	0x2efa70c7,
-0xd95e5cc3,	0x6c5c9d37,	0x4955d2e5,	0x1986c823,
-0x250ad64e,	0xda87a2c3,	0x872d29e3,	0x43cc29f6,
-0xe667e664,	0xbf46632a,	0x14119b51,	0x2746bed7,
-0x37158545,	0x1e846c85,	0x1b95a555,	0xb7199a1e,
-0xa15c019c,	0xa3387c3d,	0x65ce357c,	0x4262836d,
-0x0cfe418c,	0x24ecb61e,	0x21bae0f7,	0xae0f7d05,
-0x21cb819c,	0x7c6f341c,	0xd40399ff,	0x340603e4,
-0x0c99c59f,	0xf2bfe2c8,	0x3fa6ab62,	0xfd523ff3,
-0x6729a50d,	0x748b60db,	0xd12ce998,	0xab74bee0,
-0xabd8562e,	0x486b62d0,	0xdf54ea64,	0x05706018,
-0xad5f0651,	0x03925450,	0x953c9690,	0xf671def9,
-0x12f2bc25,	0x489088ed,	0xe0821dfe,	0x86fc2ee9,
-0x5337050a,	0x73fe5693,	0xfdb68668,	0x6e3aaf10,
-0x1ff17349,	0xe0ed3f06,	0xf04c6a24,	0xc2ca002d,
-0x4413be0e,	0xf936745e,	0x2ecba010,	0x12d5d285,
-0xac3fbf57,	0x64a4bc04,	0xc8487824,	0xa98ffbcd,
-0xd09f47ed,	0xd55c8fca,	0x48f6b1ba,	0x7c91efae,
-0x996cceee,	0xe4eba045,	0x93231e6b,	0xeec78b5b,
-0x36b57bcb,	0x117e4338,	0x372b2355,	0x858d9058,
-0xcfd6a2ad,	0x0dfcf7ff,	0xb2175d06,	0xc30c0b18,
-0x082676e6,	0xa72aef65,	0x7fe69e25,	0x89e017fc,
-0x0c02475b,	0xfb6db944,	0xa22a7f67,	0x5109be81,
-0x49be8288,	0xe5912a66,	0x3e7f9c57,	0x196a17f2,
-0xc8f6d41d,	0x4a4ed74c,	0xf7068058,	0x530f85f5,
-0x5a62affb,	0x607e69cd,	0x187b3d35,	0xc0ba9105,
-0x09242e0d,	0xb9ed74d1,	0x89ee52f9,	0x304e629f,
-0xff1c5f7a,	0x541468fc,	0x889f2877,	0x009f0823,
-0x1554c91e,	0x4ede3cc6,	0xe8055158,	0x1f875bd4,
-0x7f319b05,	0xfd3b3605,	0xeede9e36,	0xfb91c6a8,
-0x13a4a1f0,	0xcfe5ea7b,	0x72e4742d,	0xfec9bfad,
-0x423111bf,	0xfc123877,	0x9d8a1696,	0xde722ee1,
-0x58581af4,	0xe6d333e3,	0x96480fd1,	0x1ec04bc8,
-0x89cd9328,	0x184a2e72,	0x61250a9a,	0x02a60896,
-0x68c4dc7f,	0x33bc2435,	0xef7ec8e4,	0xc184d4f0,
-0x2cc1046f,	0x022ddcbe,	0x44c1bdaf,	0x7a12cd23,
-0x5b378349,	0xc304a9b6,	0x3bdb987a,	0xbc33e5e1,
-0xb24473fd,	0x3e91a25e,	0xafadce24,	0x69738f5e,
-0x64410ade,	0x74dd6439,	0xe05174a6,	0xfc407a51,
-0x6330fbf3,	0xcb7c8c5a,	0x2ddded66,	0xd3165da8,
-0x023ed9e6,	0x3f2798d0,	0xe58c407c,	0x12f6c6fe,
-0x3d4e93d9,	0x1f44033b,	0x7415ece6,	0x797e18d0,
-0x1960eb38,	0x6d8802e8,	0x9aad531f,	0xacd1bea3,
-0xa437ffb9,	0xa512277d,	0x9ede1f43,	0x30b7894b,
-0x12116f70,	0xe238aa2f,	0x0bb75ff4,	0x1c5d91df,
-0x3636f6c0,	0xe0dfcfeb,	0x5389b29b,	0xa33a7562,
-0x85e4eab9,	0x09fefce5,	0x985ad1c9,	0xd93ff9ea,
-0x4c719a78,	0x4f47e619,	0x1dd726df,	0x4d6ac303,
-0x624e6340,	0x66986a42,	0xe56fa716,	0x055a5b10,
-0x2aaba4ae,	0x247363fe,	0x86dfbbca,	0xb9a66781,
-0x98e93037,	0x5d4e8c15,	0x9cc60f0f,	0x09ce687e,
-0x7948f82e,	0x329ed957,	0x413c9131,	0xd15a62c2,
-0xe19cc4d4,	0xb6435a71,	0xc891e0cb,	0x64067d28,
-0x71b59db7,	0xcd65e65b,	0x127354ee,	0x91b9d9e5,
-0x7159f111,	0x408dde9b,	0x9b50d36e,	0x93eda2f4,
-0x55429b2e,	0xa8b97a22,	0x5b625128,	0x7000e78e,
-0xbe0ffa92,	0xa3473045,	0x0990e748,	0x9f02bfd1,
-0xb4a4b632,	0xacc6e8ef,	0x83f1e4ed,	0x8c539784,
-0xedd466a9,	0x77e6ca09,	0xa453dcb5,	0x247db83a,
-0x4cd641c0,	0x4de6a12e,	0xf8599e34,	0xc825fc73,
-0x48c4ccaf,	0xfc5bba30,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6ex/microcode-1729-m206ec54.h b/src/cpu/intel/model_6ex/microcode-1729-m206ec54.h
deleted file mode 100644
index ebde86f..0000000
--- a/src/cpu/intel/model_6ex/microcode-1729-m206ec54.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2010>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Tue Feb 9 12:54:50 CST 2010  */
-/*  1729-m206ec54.inc  */
-0x00000001,	0x00000054,	0x05012006,	0x000006ec,
-0x7066b518,	0x00000001,	0x00000020,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x7eb963a3,	0x81dd6ce0,	0xded19ca6,	0x9c4c547c,
-0x4ffe6333,	0x9daea9fc,	0xa99d0e45,	0x40d831fb,
-0xc34a48c9,	0xe99943f1,	0x3eb82749,	0xc27adb97,
-0xceb7ce90,	0x2b9fd70b,	0xfdd8cd48,	0xf09bfba3,
-0x0a802e3f,	0xff791e57,	0xd904a6e1,	0x019baa1b,
-0xf06cac6e,	0xc1b92ca8,	0x018a122c,	0xd022163e,
-0xf53aee44,	0x1f932932,	0xe02dd579,	0xca667ac9,
-0x097489dc,	0xe9a6a13d,	0xd55d5d8a,	0x083e1325,
-0xda6c517c,	0xdd28a452,	0x08cf5296,	0xeffe1b21,
-0xebb0eddb,	0x10a96bd1,	0xf23ee356,	0xf70db5c0,
-0x21794b89,	0xe0780e67,	0xd53c387c,	0x2764b1de,
-0xefa8b543,	0xe7c2a535,	0x109bab7f,	0xc3258ea4,
-0xf81eb5fb,	0x264b114c,	0xe8cdad74,	0xc9286033,
-0x2efca9e9,	0xddaf486c,	0xcb174b77,	0x1247cc43,
-0xfc2a5940,	0xd92e965c,	0x298b9cc6,	0xe94519ff,
-0xe9a46566,	0x122a2564,	0xe842bae5,	0xca3cecb0,
-0x0877d766,	0xfc6c5c03,	0xf3c8e775,	0x23cb6009,
-0xdf125f99,	0xf2329969,	0x006cff15,	0xee305a0b,
-0xcaf81e1c,	0x25023329,	0xf5dc3edc,	0xf9ef7bd8,
-0x3f0ba575,	0xc3436132,	0xceca9997,	0x2752a329,
-0xe23a8359,	0xca98871a,	0x18a4219e,	0xdb578317,
-0xe712b71c,	0x3f8acb1b,	0xc8e5a45a,	0xd02a30ba,
-0x246db19d,	0xf01fb657,	0xc98be2a7,	0x0492afea,
-0xd213d7c1,	0xf13b6a40,	0x080a9753,	0xdce3ee84,
-0xc6701e00,	0x3d8b83af,	0xfd65eae8,	0xd198b88f,
-0x1ea955da,	0xc17869b5,	0xdab97efd,	0x19ee3b16,
-0xdae564c1,	0xeb37f38b,	0x07e58300,	0xd1769fd8,
-0xd36e6b01,	0x1458ae64,	0xdff50ee2,	0xe7b8a0cc,
-0x10e2f1cd,	0xf65cbaec,	0xdce4985c,	0x385f8c59,
-0xe6891614,	0xe9671703,	0x13b1ec37,	0xc87574ec,
-0xfe6459a6,	0x31d69428,	0xe6be49e9,	0xfcb184d6,
-0x3c162b7c,	0xc00e5aed,	0xc7e499e5,	0x137f142d,
-0xc2fcf099,	0xd1ebe28e,	0x2b894a14,	0xe065c15c,
-0xc2d3fe1b,	0x35b6e732,	0xff0c845b,	0xf0bf2cb9,
-0x37949535,	0xfc1ba418,	0xe9c0032d,	0x20979496,
-0xeb788c37,	0xccd207ac,	0x19314352,	0xe10c8803,
-0xe15cb069,	0x1c4cc4f1,	0xe82520bb,	0xee079d0a,
-0x38f8c902,	0xd71f01ca,	0xf96c962f,	0x1d4ceefc,
-0xeb6ac91e,	0xd2edee13,	0x2b87dbda,	0xc384d473,
-0xf150d06a,	0x2c35b9ea,	0xd748c5fa,	0xf5fca164,
-0x1f12ec1c,	0xcaec1b94,	0xee804b73,	0x2473054a,
-0xd6c8f0b0,	0xf37be591,	0x03a0286b,	0xe921dcfd,
-0xe72d930f,	0x3fe6f577,	0xcf313d6e,	0xe2cd5600,
-0x19a40963,	0xe3b8bd53,	0xd12fcbc0,	0x1c524f54,
-0xfc962e75,	0xc6bf374d,	0x0d279bd4,	0xd1e9a9dc,
-0xee6df719,	0x3c1c00ba,	0xee84e9af,	0xc26bcd8d,
-0x39f9e540,	0xe1bb00cd,	0xd6bfe547,	0x39bf3cf0,
-0xede94eae,	0xfd35a58d,	0x342980f1,	0xc2f13c69,
-0xf3de750f,	0x19d4ce33,	0xe7281dd1,	0xcaa95c41,
-0x06009f38,	0xdd0701be,	0xf16eef09,	0x2057029c,
-0xfa21d9cd,	0xedef9e92,	0x11613b80,	0xc21b530c,
-0xc93e1b91,	0x040c3c7e,	0xe6a5034a,	0xc35698c1,
-0x234312bc,	0xeb973380,	0xe49f9be3,	0x30d1c4f1,
-0xed6ea0d7,	0xc3e53fe5,	0x3ae32a8a,	0xf28645eb,
-0xd25319ce,	0x0727a1e9,	0xf18a0847,	0xde33d5be,
-0x14ffc09a,	0xeb576096,	0xcebed8f7,	0x39785123,
-0xc6e0f876,	0xcccd1012,	0x083db8e8,	0xf94dfd51,
-0xca0148ee,	0x0bcd5dcd,	0xe91a2e5b,	0xe71b0114,
-0x339c7fd3,	0xdf613b74,	0xd64ea5f6,	0x00d6e01a,
-0xe808f9a8,	0xc0379384,	0x2ce3036c,	0xe2fe6128,
-0xe8a18034,	0x18629142,	0xdccee5c7,	0xe09f0032,
-0x0e56e9ef,	0xef8175b2,	0xfbbe46e3,	0x32873857,
-0xfb0ae3ee,	0xcabf9ed6,	0x263fb334,	0xecc12cd2,
-0xe0c8ca53,	0x20931272,	0xfe8cf541,	0xf7fbc330,
-0x112dce0f,	0xebaba8be,	0xdb6a70f1,	0x3bb2e1bc,
-0x05fe41e3,	0xada99f4f,	0xfeaf9273,	0xcf6d224e,
-0x6f74dd5b,	0x8efc5f0b,	0x9e3d81d6,	0x25688996,
-0xec1a4b43,	0xb887821a,	0x57dd51ce,	0xcea136d6,
-0x922b06ae,	0xe90a2e9e,	0xf0fb5663,	0x14ef903f,
-0xb82b2648,	0x473ebf75,	0x5e2881ad,	0x1eb3eb2a,
-0x22c908cb,	0x0591b48b,	0x75786d01,	0x7716ce83,
-0x6fa0c4e7,	0xeb07296f,	0x26c4cbdf,	0xe87fd440,
-0x80b5bc52,	0x3c2bbe8e,	0x88baf3eb,	0xbb75827b,
-0x6787c1f4,	0x058a1709,	0xd20fffc2,	0xefadbcb8,
-0x4e33d4f7,	0xe2dc63d1,	0x82a16652,	0x48ddd35e,
-0x83d68dc5,	0xf283487e,	0x22a4de17,	0xda737420,
-0xb511af3c,	0xc8da4db9,	0xaa66d26b,	0x6358d7e8,
-0x87edc315,	0xcaf677aa,	0x051173ff,	0xf9af3986,
-0xbaecfc1f,	0x50aaa6fe,	0x8218279b,	0xc7ccbf19,
-0x1a189bdc,	0xa59d6fe3,	0xbb6ab89a,	0x386b0f33,
-0xe65806ee,	0x77350f4e,	0x7b96347d,	0x30f884bb,
-0x2a9cf131,	0x5c51bcdf,	0x40591bb5,	0x09b1925e,
-0x324110d1,	0x342fb61f,	0x41195e06,	0x4f03e5c0,
-0x5f2ec6de,	0x95edab63,	0x3ba1cc1f,	0xaefc968b,
-0xdf3aa8cd,	0xb45a1792,	0xdd5b082e,	0x43b93457,
-0xc11483c0,	0x1aed0de6,	0x07e160ca,	0x008f124e,
-0x698658b5,	0x5fa5fd4b,	0x6519640f,	0x01e19188,
-0x3984d06e,	0x4c8f4323,	0x557c2538,	0x367304dc,
-0x37c7be20,	0x28d9b35b,	0x41a9fa8f,	0x56f9a901,
-0x67302c0d,	0xb2119a44,	0x2690f978,	0x813c38ee,
-0xb451b685,	0x275f26ba,	0xa0b50c03,	0xba392957,
-0x13b4c8c1,	0xa247af5c,	0xb934e263,	0xeda8c83e,
-0x80dbded3,	0x06d66181,	0xe5b9216d,	0x02acab4b,
-0x214e8df1,	0xe7c6d81e,	0x3d585f4d,	0x06963299,
-0xd774bcc1,	0xaa281c68,	0x396e64dc,	0x4fe01af4,
-0x8e8c27f5,	0x7c8214ab,	0x4a5ec6c2,	0xc2c1f708,
-0x6c07eabb,	0xcd812189,	0xeb80ab22,	0xdc313d19,
-0xd63d6885,	0x4309442f,	0xf1515e27,	0x40d0e43c,
-0x5010cbba,	0xd4897cdb,	0x401b053e,	0x40b5a6f4,
-0xef56d806,	0x3bdb3fbf,	0x622d59ba,	0xbec9c531,
-0x0aca059a,	0x87f11dd0,	0x9f5c1000,	0x1b0f4611,
-0xacaf4168,	0x25f158fb,	0x291c3634,	0x12d38a75,
-0xea0408b7,	0x6e0cddd2,	0xc607aed2,	0xa268312f,
-0xb5380399,	0xfdce1237,	0x43a8ebeb,	0x85ca9736,
-0xde7c9fc1,	0xa24cd3be,	0xac9c6745,	0x066bb5c5,
-0x8a5dd218,	0x3436564c,	0x2f127a67,	0x21a8b994,
-0x3da4b79d,	0x944d2912,	0x0e2bc53f,	0x9873c594,
-0xd5867184,	0xc90f4a5a,	0xc94a53fe,	0x2ccd9d5d,
-0xc8710f29,	0xe93e21b1,	0x1659b8c3,	0xd86f2578,
-0x2cff166b,	0x322dafe9,	0x10e5cd9f,	0x39ea10ab,
-0xa808c512,	0x96ac74d6,	0xa55da964,	0x1d309220,
-0x6e99a00a,	0xf478b6a3,	0xd66e848c,	0x17455ae4,
-0x62a67a2b,	0x8a6da535,	0xb8abd295,	0x37d21266,
-0x8f2d2451,	0x022c5322,	0x1c8098a5,	0x100191be,
-0xeb28deb8,	0xc3ceb459,	0xeb405728,	0x04a0aecf,
-0xff86c0ac,	0x4c5b866d,	0x18c0c2bd,	0x540c27ac,
-0x1759e0cb,	0xd839bf89,	0x143e1418,	0xfe4ac2a9,
-0x6e55a071,	0x8a553761,	0x4a654b67,	0xf2f3386f,
-0x16f533d3,	0x5c54b599,	0x63dbf2de,	0x2c7080bb,
-0xbb20bee1,	0x5703f5c6,	0xd469d09e,	0xa30cc96a,
-0xa38d2880,	0xf90d58e0,	0x653cfbf7,	0xab427588,
-0x49188c32,	0xf54e28c6,	0x2c16642d,	0xe086fe84,
-0xaad5c930,	0x15145f09,	0xb35ec83e,	0x9d331ce7,
-0x97a1ec14,	0xf84cb770,	0x2d73c086,	0xc742d95a,
-0xc6f942bb,	0xa3d11ae8,	0xc3f26cc1,	0x6a1118d8,
-0x7395e484,	0x4b3583a2,	0xb2bd4aaa,	0xf6d10bf6,
-0x68dae4ba,	0x11dda178,	0xc839b146,	0xdbeb9322,
-0xa94a639a,	0xb45b3921,	0x771ee9b3,	0xe59b2b8d,
-0x58afbb4b,	0xf1acfc7a,	0x3db7dd82,	0xce6236da,
-0x9e7a90ab,	0x8e81dc7b,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
-0x2722bfa2,	0x10462123,	0x30080f7d,	0xb346cd81,
-0x0049c396,	0x4e24165f,	0xa7c66809,	0x2e60bdcf,
-0xaad70a08,	0xa73ea713,	0xe28f97a7,	0x283a9eab,
-0xd4366489,	0xe776f963,	0x64ffa8ae,	0xde717b50,
-0xbd2ca2b5,	0x3bae5f6d,	0x8d2bbef1,	0x7e9181e6,
-0xf06aa121,	0xd06b2d20,	0xa83ea826,	0xef935e4f,
-0xdfd27456,	0xa3451468,	0xc6820a63,	0x43463105,
-0x787697aa,	0xcba5543d,	0xdf7e1e2d,	0x6998a8af,
-0x98ce6c08,	0x89de731a,	0x943a3510,	0xb36ead85,
-0xd5258d4b,	0x1cd6df61,	0x82a5c59d,	0xd078e7a4,
-0xa33d4317,	0x24dc45f8,	0x3f3daf27,	0x0478bc6f,
-0x92dfa16c,	0x952a872e,	0x7a34e03f,	0x0f088084,
-0xa40937fe,	0x38fc7749,	0xa157e8a4,	0xbce94344,
-0x7045ff7b,	0xf3e1ab66,	0xe62a6058,	0x5564ff10,
-0x38198f1e,	0xf326f0f1,	0xe262bc0c,	0x2f0b851a,
-0xc7bcbe11,	0xe79f1d1a,	0xc2f93c29,	0x54f3ea9f,
-0x8f8f9141,	0x9f45e13c,	0x7a5b86bd,	0xa764efd8,
-0x35f04729,	0xdd8c4b54,	0x5fa12e51,	0xa5824af9,
-0xad328f71,	0x0f11fbb9,	0x9048e950,	0x04d7a900,
-0x02538d1f,	0x99f745b7,	0xe31f63bb,	0x2c4e3d78,
-0x7cdb9245,	0xa3966ee7,	0x27c4433a,	0xe1d79f3e,
-0xe640fa06,	0x79ce31eb,	0xf25634fa,	0xdd9ce5cb,
-0xb7fab8d2,	0x2f1f0ff2,	0x2acb625c,	0xa0494989,
-0x206d7f11,	0xf268b8ca,	0x292bbf9f,	0x763bd7d0,
-0xea4b14fc,	0x9d3d6aeb,	0x64cca57e,	0x6fc3e29e,
-0x3e7bf4bf,	0x90efc7e3,	0x08e39173,	0xd05bee2c,
-0x5b3c8f37,	0x0921ec6f,	0x3371b715,	0xb324e114,
-0xe3abc53f,	0x576b18f8,	0xc4469024,	0xb2ded6c6,
-0xe7783782,	0xc0a1fd5d,	0xcf324bde,	0x97527c8e,
-0x19f8f48c,	0x3e806a5d,	0x96cff225,	0xe3b9d04a,
-0x0e5856ae,	0x781372f6,	0x9645f2b7,	0x95a743ed,
-0xd0c7eded,	0x86ca3cd9,	0xbab94db0,	0x43a1233a,
-0x89c55554,	0xee776239,	0x34aa0098,	0x66a6e1d4,
-0xae0e233e,	0x717e7b29,	0xb403a4c1,	0x36eb96c5,
-0x42140832,	0x04250936,	0xda375dca,	0x524cb2e6,
-0x86deaa0c,	0x400dc9d1,	0x12c00364,	0xe3ca7cf5,
-0x87f20da7,	0xf57df9ef,	0x580dbdfc,	0x0b3e0369,
-0x014d27fd,	0x4afaf6a1,	0xd1f4ca09,	0x77abc831,
-0x30e49729,	0xec61cd2c,	0x159c1e92,	0xb61b40b1,
-0x17c66fd6,	0xde11c061,	0x79d7f792,	0xc709cbfa,
-0x94201c89,	0xbe65137d,	0x18aea1b4,	0xf248bbc3,
-0x465f957d,	0xcf4a9672,	0xbf293fd2,	0x2c5e31c9,
-0xc2c73011,	0xfb29cbf2,	0x576f7f0b,	0x74de1745,
-0xa76e172b,	0x99b96223,	0x14ce1502,	0x231013fb,
-0x1d4df40a,	0x951b0c16,	0xab173e66,	0x4ff65f74,
-0xc4a87a47,	0x09cc3370,	0x66385490,	0x73e09118,
-0x4ee96432,	0x0164d347,	0x205069b5,	0x158dd226,
-0xc932c238,	0xe9048fa2,	0x100b626a,	0x86ee08cd,
-0xed87cb1c,	0x6353ec37,	0xa36edcc3,	0x8a16dd6b,
-0xd28a4198,	0xebea1127,	0xca0b761a,	0x61c31acf,
-0xced5ff4f,	0xbf4dbd8f,	0xd969d8a7,	0xb6e4e9e8,
-0x8421c402,	0x809d7222,	0xabfd1d2f,	0xc1857ce5,
-0x23958fd7,	0x3226f1d3,	0xd822b4cc,	0x2f1cc3aa,
-0x501fe01e,	0xe36f8c94,	0x7ad27716,	0x3321308b,
-0xa85b957b,	0x38cfdf6e,	0xc7497dd5,	0x2462090c,
-0x8f9e42e7,	0xdf97684a,	0xac8af621,	0xd5224866,
-0xc5f64e50,	0x9724f297,	0xc386097b,	0x48c6f98a,
-0xe1478b1a,	0x2dd23fd8,	0x716b2d85,	0xa5c3789b,
-0x53625e80,	0x9b8b312c,	0xce482165,	0x66161e35,
-0x64ecb56a,	0x9981c46a,	0xe6cb6bb3,	0xe1983186,
-0x75ed470f,	0x4adcbd27,	0x3efeda68,	0x4d193a2a,
-0xbfdb3cd4,	0x7c6167b6,	0xdbddea68,	0x4b0d2d62,
-0x00ba3860,	0x49ec2544,	0xa68698c9,	0x2ce7be1b,
-0xf5afc9fc,	0x1cebf9c3,	0x350f8f5b,	0x893eefb8,
diff --git a/src/cpu/intel/model_6ex/microcode-1869-m806ec59.h b/src/cpu/intel/model_6ex/microcode-1869-m806ec59.h
deleted file mode 100644
index 7800b91..0000000
--- a/src/cpu/intel/model_6ex/microcode-1869-m806ec59.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2010>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Tue Feb 9 12:54:50 CST 2010  */
-/*  1869-m806ec59.inc  */
-0x00000001,	0x00000059,	0x09122006,	0x000006ec,
-0x75996a3e,	0x00000001,	0x00000080,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x53b182f4,	0x30d6de9c,	0xfb30545c,	0x58852265,
-0xbf1878d3,	0xaadee666,	0x646fc5fb,	0xa45c8461,
-0xc01f708d,	0x2bcc9025,	0xe7b2edeb,	0xd18292c6,
-0x39069d18,	0xf6e3dd30,	0xfde656b6,	0x3c56e0ed,
-0xcbf70ef8,	0xc1d4f29c,	0x2b66a751,	0xf013e497,
-0xd0cdfa75,	0x36c365d9,	0xd737cae8,	0xd6a746ff,
-0x16c6ccc4,	0xec2b401a,	0xc552a1a8,	0x215f8505,
-0xe6827da1,	0xd0253fa0,	0x0715e1a2,	0xfdef30ba,
-0xe3b1193d,	0x33ed65b0,	0xff7e819e,	0xd3482ae7,
-0x20b90501,	0xe3b17981,	0xf77e9d12,	0x32d5d57b,
-0xdf45911e,	0xdf2b8f2b,	0x2efc8e9b,	0xfd783cd3,
-0xd9150e59,	0x30a56b13,	0xdc573a08,	0xc069a725,
-0x034fbd66,	0xe937436b,	0xc76367b7,	0x35742135,
-0xf4b24300,	0xd4e01c3d,	0x19e3551a,	0xe659ccc7,
-0xebfbf38d,	0x21b42a07,	0xfeaf08fa,	0xd2718636,
-0x3d9d185f,	0xee3bbebf,	0xe9f2c003,	0x3e0c4760,
-0xdc6780eb,	0xd146d676,	0x21aef1ee,	0xea35087d,
-0xc4ad71d3,	0x34637655,	0xc3bc5cab,	0xc47f955c,
-0x1fd13f04,	0xef726be5,	0xcde0dff3,	0x36793a45,
-0xe10f282e,	0xde86914b,	0x10c1bc4b,	0xecfcb0d3,
-0xeebb4405,	0x2316a5b3,	0xf56a4411,	0xc70ab977,
-0x2cd8da1e,	0xfd832a8d,	0xebc57968,	0x38eb999b,
-0xc17bfa75,	0xdd50368c,	0x204d06f7,	0xeb3f056a,
-0xc7222baf,	0x3ce3e58a,	0xca7f225d,	0xc8c07ad1,
-0x1928df0c,	0xf162e92d,	0xc535493c,	0x3087e49a,
-0xed9764f7,	0xd2c87b27,	0x17321630,	0xe1f18656,
-0xec707d61,	0x3aa898cf,	0xfd64ce5a,	0xdb428482,
-0x3a3a4fd7,	0xecc61449,	0xe66c8176,	0x3eddfc7a,
-0xded2b59e,	0xd83bfcd1,	0x2c00e600,	0xef20fe5f,
-0xdd362f16,	0x2979f8d1,	0xcd1a810e,	0xc9dd70e1,
-0x15f81b04,	0xe2320a17,	0xc18c97d9,	0x207ac4f6,
-0xf3bf84eb,	0xd44cf732,	0x010d6975,	0xfdf1e58a,
-0xf0cd3683,	0x21cfbe8b,	0xe4cc6eeb,	0xd3a7995a,
-0x3fe96a01,	0xfde77c17,	0xe28b808e,	0x250aafb0,
-0xcfd0fa1d,	0xc7eef408,	0x3e6961be,	0xeb771a95,
-0xdb0b8a71,	0x2b1af779,	0xd375fe0f,	0xcb1912e2,
-0x0790c573,	0xe39e4519,	0xdc961130,	0x35268a88,
-0xf25c4053,	0xd00d6d63,	0x1e50b357,	0xf849bed1,
-0xf3dfbf1f,	0x24664d59,	0xfbdf925a,	0xd03079ef,
-0x38bbbfd3,	0xffabbf4f,	0xf333775f,	0x32370fa2,
-0xc740822e,	0xc275d779,	0x3f1faa89,	0xf626cdd5,
-0xdc78f618,	0x3209ceb9,	0xc9d6cb0f,	0xddecaa34,
-0x185c45e9,	0xff33258d,	0xdefae69c,	0x29ca332a,
-0xf2b65db4,	0xc9df2ff5,	0x1d3ea2fe,	0xe954e244,
-0xf6287a9d,	0x38933c35,	0xfb4c27dd,	0xc43c1789,
-0x3e915738,	0xfb61d55a,	0xfd02c397,	0x3c0a8693,
-0xd0ee1d5c,	0xcc137695,	0x32e23d26,	0xf25f4c83,
-0xddee1226,	0x312f01d6,	0xd4eee429,	0xda24778a,
-0x1c95aade,	0xe175700b,	0xdb9faf2b,	0x3116bd4d,
-0xec6668b9,	0xdb9716aa,	0x03933541,	0xf69a7c1d,
-0xf4f66d3c,	0x23094b2a,	0xe22f9eac,	0xd6665e91,
-0x35d1ecfc,	0xf779ab44,	0xeaa7e8f8,	0x3de35c5f,
-0xc7812e85,	0xc548e73e,	0x2c9d0b09,	0xeea4f540,
-0xcbc4ea7a,	0x2e16a22e,	0xd655d8fe,	0xc3808b59,
-0x00fa68bd,	0xf0abeed4,	0xc14b4b22,	0x2db8a36b,
-0xfa0948e5,	0xd1b0c247,	0x08bbc94d,	0xe060fc59,
-0xf4231a34,	0x3b09fb37,	0xf31d2c2a,	0xc06d708d,
-0x3be350a6,	0xf895140b,	0xef3cf537,	0x3daafbfd,
-0xd2719d8a,	0xd060bd17,	0x316aaa0c,	0xe0c8fa47,
-0xdd0564cf,	0x2d41fc43,	0xdf854062,	0xdaafc6c7,
-0x0185d1d4,	0xf366135f,	0xcf7a191f,	0x32fe5d9a,
-0xe50a2534,	0xcba071dd,	0x07cbdb8f,	0xf9d80145,
-0xf149ac35,	0x3024ac21,	0xea13d0f1,	0xc977237c,
-0x21ba3409,	0xe6d96f93,	0xf47dc585,	0x25884a15,
-0xc82ac51f,	0xc1e5a5fb,	0x35dd4faa,	0xf76e9556,
-0x7ee314b8,	0x5778adf7,	0x290b8438,	0x4b936098,
-0x1ca31624,	0x3fcc4f34,	0x2ef19518,	0x1f318a4b,
-0x441a2edb,	0xdf2ea7f0,	0x75dd83bf,	0xa0d9970a,
-0xe1671909,	0x3a5efc43,	0x881bc862,	0xbe0d4a66,
-0x3c2bbcd2,	0x9f364688,	0xb42dc4c0,	0x3dcaedc6,
-0xfabddd74,	0x9a5dc61e,	0x58a9ae97,	0xc60ad1f0,
-0xfa32d453,	0x1f197242,	0xaaf4d475,	0xb7ed5053,
-0x7f7a7533,	0xcbc475b3,	0xc1d6847c,	0x0da87a63,
-0xaf002841,	0x9ef5bc45,	0x76287bd3,	0xf7cf9f90,
-0xf0b780c3,	0x9c081385,	0x8e362c7e,	0x0a195cce,
-0xfba79ca8,	0x816adf24,	0x754f3692,	0xe376805f,
-0xf204e0b6,	0x046cb3d1,	0x99555d03,	0x878f7728,
-0x63f11f4e,	0xa963d82e,	0xe6a3b6d5,	0x5e0c9cd7,
-0xd1f46a14,	0xb3a12623,	0x2977d7b3,	0x95c4065d,
-0xda581bf2,	0x5b8b87e4,	0xeaf439b5,	0xb3437cc7,
-0x3d70dcda,	0xe10247eb,	0xc4379e5d,	0x33898528,
-0x88b5b061,	0xf7e87209,	0x5b17ae11,	0xaa90ffb2,
-0x80d8dc2c,	0x409ddf2c,	0xdf1fbca2,	0x9558b6a7,
-0x25249090,	0xd9fec80b,	0xead71a49,	0x2d0732e4,
-0xbc742d06,	0xdb89f2c1,	0x423a13bd,	0x9184fa2a,
-0xa97d9ac7,	0x024a76bf,	0xf045cdad,	0xf6fe6992,
-0x6aae0f46,	0xe6fc887e,	0x859fd956,	0x73d2b957,
-0x9dca69ad,	0x6ae10a7c,	0x10462a8d,	0x6828acb6,
-0x1cbf5062,	0x1e0c6370,	0x1e3400c3,	0x1b72216d,
-0x7f851809,	0xa86037ec,	0x6d4e8a25,	0xd994c4b3,
-0xa422b7a4,	0xb7f4746a,	0xdec5c5e3,	0x76f65170,
-0xac7b3bee,	0x652d4055,	0x612c500b,	0xfb495fa2,
-0x68b608ba,	0xfc2b9032,	0xe88ce6bc,	0xd3b383e1,
-0xc3e1cbca,	0x77f8e4de,	0xfaf83a5e,	0x7a410d85,
-0x7822b5d2,	0x24d1e840,	0x7585a8b5,	0x8a8c683c,
-0x06cdc81b,	0x7dd4ad7c,	0xbc5f49e5,	0x3382c5cc,
-0x7747d721,	0x9643fb77,	0x3cd1a82f,	0x5c0af967,
-0x9a692973,	0x73249cba,	0x5dcee244,	0xd75a5f8c,
-0x64480f09,	0x36935849,	0xdfbfbfd9,	0x1d29c3bc,
-0x3eac276d,	0xe49df3ee,	0x0fe5695f,	0x0d7cb047,
-0xf48676b2,	0xe9df9817,	0x15122e1d,	0xfaff532c,
-0x1fdd56bd,	0x16653852,	0x15d2d1a1,	0x04da9a1f,
-0x54c10acc,	0xb08b55e3,	0x59389450,	0xed7bc040,
-0x27c807fc,	0x4b5b7ac3,	0x64c977bb,	0x3c41bf5c,
-0x7ebadc62,	0x01256f20,	0x100e5b6c,	0x0a3b947d,
-0x041fc183,	0x02043810,	0x0d446df7,	0x1578b1a1,
-0x140c585c,	0x5c9d28f1,	0x11cbd4bc,	0x417433ce,
-0x15559892,	0x143f8382,	0x1dcf3db7,	0x194eb843,
-0x728fec93,	0x13652ece,	0x727dd07c,	0x7b837548,
-0x76ed3ac9,	0x64ecff47,	0x12ab949e,	0x75f21c1a,
-0x136a64b3,	0xcd7f5a4e,	0x13b5472c,	0xc176b2e6,
-0xc3e087ea,	0x8ff78c20,	0xc6ec8424,	0x43a6a233,
-0x42fc6170,	0xb1d5fcda,	0x89c83548,	0x37cd3055,
-0x83afc495,	0x106831f3,	0x0cd1f4fe,	0x1543f6ff,
-0x3c97141e,	0x2d96e82d,	0x28220d54,	0x0e903138,
-0xc4ca1b2c,	0x3261cb0d,	0xe02fb5b7,	0xce18a517,
-0x7092e17e,	0xf3a96e18,	0x94a50092,	0x762d4b36,
-0x6b4b5243,	0xa2222363,	0xf0277678,	0x5303afe6,
-0x63c5a228,	0xf13ee85d,	0x8fa59f6d,	0x7c610767,
-0x5f034eed,	0xe12c923f,	0xcb4f5fbe,	0x30413e0e,
-0xb8e44469,	0x7e5cf715,	0x69f0d6d4,	0x07efe897,
-0x2d30c3f4,	0x6a1a7afd,	0x5ec25d03,	0x2dadd94c,
-0xd885ab27,	0x93118d7a,	0x8f1f5ab7,	0x1aed77cb,
-0x7fb524e5,	0xd983dad4,	0xe89096b1,	0x3dd93136,
-0xc368222f,	0xba5e6656,	0x380eddfc,	0x8434327a,
-0x7e1e8274,	0x4cf89dfa,	0x5da9e9c1,	0x0ae01923,
-0x7d23bcec,	0x85cbb64b,	0x2e8669f2,	0xa9614623,
-0x12da3003,	0x9ac927ae,	0x38d4c9df,	0xbb27f3fc,
-0x2f95b864,	0x73c04583,	0x1737cfa8,	0x6d5e5af8,
-0xee7f0c27,	0x0771affa,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
-0x2722bfa2,	0x10462123,	0x30080f7d,	0xb346cd81,
-0x0049c396,	0x4e24165f,	0xa7c66809,	0x2e60bdcf,
-0xaad70a08,	0xa73ea713,	0xe28f97a7,	0x283a9eab,
-0xd4366489,	0xe776f963,	0x64ffa8ae,	0xde717b50,
-0xbd2ca2b5,	0x3bae5f6d,	0x8d2bbef1,	0x7e9181e6,
-0xf06aa121,	0xd06b2d20,	0xa83ea826,	0xef935e4f,
-0xdfd27456,	0xa3451468,	0xc6820a63,	0x43463105,
-0x787697aa,	0xcba5543d,	0xdf7e1e2d,	0x6998a8af,
-0x98ce6c08,	0x89de731a,	0x943a3510,	0xb36ead85,
-0xd5258d4b,	0x1cd6df61,	0x82a5c59d,	0xd078e7a4,
-0xa33d4317,	0x24dc45f8,	0x3f3daf27,	0x0478bc6f,
-0x92dfa16c,	0x952a872e,	0x7a34e03f,	0x0f088084,
-0xa40937fe,	0x38fc7749,	0xa157e8a4,	0xbce94344,
-0x7045ff7b,	0xf3e1ab66,	0xe62a6058,	0x5564ff10,
-0x38198f1e,	0xf326f0f1,	0xe262bc0c,	0x2f0b851a,
-0xc7bcbe11,	0xe79f1d1a,	0xc2f93c29,	0x54f3ea9f,
-0x8f8f9141,	0x9f45e13c,	0x7a5b86bd,	0xa764efd8,
-0x35f04729,	0xdd8c4b54,	0x5fa12e51,	0xa5824af9,
-0xad328f71,	0x0f11fbb9,	0x9048e950,	0x04d7a900,
-0x02538d1f,	0x99f745b7,	0xe31f63bb,	0x2c4e3d78,
-0x7cdb9245,	0xa3966ee7,	0x27c4433a,	0xe1d79f3e,
-0xe640fa06,	0x79ce31eb,	0xf25634fa,	0xdd9ce5cb,
-0xb7fab8d2,	0x2f1f0ff2,	0x2acb625c,	0xa0494989,
-0x206d7f11,	0xf268b8ca,	0x292bbf9f,	0x763bd7d0,
-0xea4b14fc,	0x9d3d6aeb,	0x64cca57e,	0x6fc3e29e,
-0x3e7bf4bf,	0x90efc7e3,	0x08e39173,	0xd05bee2c,
-0x5b3c8f37,	0x0921ec6f,	0x3371b715,	0xb324e114,
-0xe3abc53f,	0x576b18f8,	0xc4469024,	0xb2ded6c6,
-0xe7783782,	0xc0a1fd5d,	0xcf324bde,	0x97527c8e,
-0x19f8f48c,	0x3e806a5d,	0x96cff225,	0xe3b9d04a,
-0x0e5856ae,	0x781372f6,	0x9645f2b7,	0x95a743ed,
-0xd0c7eded,	0x86ca3cd9,	0xbab94db0,	0x43a1233a,
-0x89c55554,	0xee776239,	0x34aa0098,	0x66a6e1d4,
-0xae0e233e,	0x717e7b29,	0xb403a4c1,	0x36eb96c5,
-0x42140832,	0x04250936,	0xda375dca,	0x524cb2e6,
-0x86deaa0c,	0x400dc9d1,	0x12c00364,	0xe3ca7cf5,
-0x87f20da7,	0xf57df9ef,	0x580dbdfc,	0x0b3e0369,
-0x014d27fd,	0x4afaf6a1,	0xd1f4ca09,	0x77abc831,
-0x30e49729,	0xec61cd2c,	0x159c1e92,	0xb61b40b1,
-0x17c66fd6,	0xde11c061,	0x79d7f792,	0xc709cbfa,
-0x94201c89,	0xbe65137d,	0x18aea1b4,	0xf248bbc3,
-0x465f957d,	0xcf4a9672,	0xbf293fd2,	0x2c5e31c9,
-0xc2c73011,	0xfb29cbf2,	0x576f7f0b,	0x74de1745,
-0xa76e172b,	0x99b96223,	0x14ce1502,	0x231013fb,
-0x1d4df40a,	0x951b0c16,	0xab173e66,	0x4ff65f74,
-0xc4a87a47,	0x09cc3370,	0x66385490,	0x73e09118,
-0x4ee96432,	0x0164d347,	0x205069b5,	0x158dd226,
-0xc932c238,	0xe9048fa2,	0x100b626a,	0x86ee08cd,
-0xed87cb1c,	0x6353ec37,	0xa36edcc3,	0x8a16dd6b,
-0xd28a4198,	0xebea1127,	0xca0b761a,	0x61c31acf,
-0xced5ff4f,	0xbf4dbd8f,	0xd969d8a7,	0xb6e4e9e8,
-0x8421c402,	0x809d7222,	0xabfd1d2f,	0xc1857ce5,
-0x23958fd7,	0x3226f1d3,	0xd822b4cc,	0x2f1cc3aa,
-0x501fe01e,	0xe36f8c94,	0x7ad27716,	0x3321308b,
-0xa85b957b,	0x38cfdf6e,	0xc7497dd5,	0x2462090c,
-0x8f9e42e7,	0xdf97684a,	0xac8af621,	0xd5224866,
-0xc5f64e50,	0x9724f297,	0xc386097b,	0x48c6f98a,
-0xe1478b1a,	0x2dd23fd8,	0x716b2d85,	0xa5c3789b,
-0x53625e80,	0x9b8b312c,	0xce482165,	0x66161e35,
-0x64ecb56a,	0x9981c46a,	0xe6cb6bb3,	0xe1983186,
-0x75ed470f,	0x4adcbd27,	0x3efeda68,	0x4d193a2a,
-0xbfdb3cd4,	0x7c6167b6,	0xdbddea68,	0x4b0d2d62,
-0x00ba3860,	0x49ec2544,	0xa68698c9,	0x2ce7be1b,
-0xf5afc9fc,	0x1cebf9c3,	0x350f8f5b,	0x893eefb8,
diff --git a/src/cpu/intel/model_6ex/model_6ex_init.c b/src/cpu/intel/model_6ex/model_6ex_init.c
index e9c63da..cab2fcf 100644
--- a/src/cpu/intel/model_6ex/model_6ex_init.c
+++ b/src/cpu/intel/model_6ex/model_6ex_init.c
@@ -27,23 +27,11 @@
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/msr.h>
 #include <cpu/x86/lapic.h>
-#include <cpu/intel/microcode.h>
 #include <cpu/intel/hyperthreading.h>
 #include <cpu/intel/speedstep.h>
 #include <cpu/x86/cache.h>
 #include <cpu/x86/name.h>
 
-static const uint32_t microcode_updates[] = {
-	#include "microcode-1624-m206e839.h"
-	#include "microcode-1729-m206ec54.h"
-	#include "microcode-1869-m806ec59.h"
-	/*  Dummy terminator  */
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-};
-
 #define IA32_FEATURE_CONTROL 0x003a
 
 #define CPUID_VMX (1 << 5)
@@ -159,9 +147,6 @@ static void model_6ex_init(device_t cpu)
 	/* Turn on caching if we haven't already */
 	x86_enable_cache();
 
-	/* Update the microcode */
-	intel_update_microcode(microcode_updates);
-
 	/* Print processor name */
 	fill_processor_name(processor_name);
 	printk(BIOS_INFO, "CPU: %s.\n", processor_name);
diff --git a/src/cpu/intel/model_6fx/microcode-m016fbBA.h b/src/cpu/intel/model_6fx/microcode-m016fbBA.h
deleted file mode 100644
index d9cfcae..0000000
--- a/src/cpu/intel/model_6fx/microcode-m016fbBA.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m016fbBA.inc  */
-0x00000001,	0x000000ba,	0x10032010,	0x000006fb,
-0x08707b60,	0x00000001,	0x00000001,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x000000a1,	0x00020001,	0x000000ba,
-0x00000035,	0x2a000000,	0x20101002,	0x000002f1,
-0x00000001,	0x000006fb,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x21d97964,	0x9846e570,	0x1d30fb85,	0xb909572f,
-0x88a15af6,	0xcff6f5d8,	0x01ade078,	0x72eac781,
-0x58d10d9f,	0xb7f2421d,	0xe4d5fcf1,	0x02889a15,
-0xad9bed07,	0xa32ab3e6,	0x3491afcc,	0x9c991c37,
-0x2a1c2071,	0xf066191a,	0x3bd898e7,	0x2648d958,
-0xc05f7908,	0x05864b9b,	0xbe4c1eee,	0x1e6c7ef4,
-0x0e7a539e,	0x100b2ab3,	0x1273dceb,	0xfec8847d,
-0x8f37946f,	0x634e3b5c,	0x691dbd61,	0xd89e3cb9,
-0x094639d4,	0x7d972e1a,	0xd6dbd94d,	0x2001c3ec,
-0x34f791f0,	0xeee0d794,	0x88b7459d,	0xc2c73aa3,
-0x607a174d,	0x4f0f8304,	0x65790b35,	0x00532bfe,
-0x1fd1e0cc,	0x7b91f873,	0x154ed42b,	0x7a7108e9,
-0x81637c95,	0x192cb173,	0x28ccd94e,	0xb9bcc372,
-0xac05171b,	0x867f47da,	0xf8e8c47d,	0x1edcdb4a,
-0xd2ca6c2d,	0xe9ee9169,	0x5a6efedc,	0xb6825038,
-0x09277eaa,	0x2a34e580,	0x0f794366,	0x86c99402,
-0x211b98bf,	0xdf8eb0e3,	0xda11d7bd,	0xd440363e,
-0xa7d49f1a,	0x16dd7395,	0x5b23c2fc,	0xab93ea3c,
-0x00000011,	0x3e547655,	0xa3c23fd3,	0xc4b7878e,
-0x8783318c,	0x52cc22bf,	0xaf347896,	0x54342107,
-0x72c7bb6c,	0x3e13b80d,	0x46bc1a33,	0x23cfc252,
-0x0d4ef13b,	0xc21dc600,	0xdb9ec613,	0x0899f190,
-0xafbb3213,	0x0652ed0a,	0x739aaabe,	0xa4d1ce13,
-0x0fb0b628,	0x1270dc1a,	0xb6d7833f,	0x6846a946,
-0xbc8adbe3,	0xb9f43c78,	0x2008edcb,	0x5a9c34a8,
-0xb38931a2,	0x0c0a82a8,	0xf1e458a2,	0xa20645df,
-0xcb6bb4ee,	0x85c91f0c,	0xed3e330d,	0x76c74422,
-0xdde7d6a0,	0x0af339f8,	0x1a7c4dbc,	0xe79f6e3a,
-0x73b720c9,	0xe1e83952,	0x686f7729,	0xf1925af1,
-0x2b154459,	0x1c540322,	0x5ec2fc7d,	0x87597cd3,
-0xb2031f29,	0x94589a6d,	0x55c3330e,	0x33af7895,
-0xedd71f83,	0xa5a11a4a,	0x4bc706ed,	0xf6f04df1,
-0x724cad51,	0x0a677c56,	0xd0356d3b,	0x6068e86c,
-0xd74f070f,	0xc07b0e3a,	0xa0b98d7d,	0x0041181d,
-0x79266ba5,	0x3ff83201,	0xd1b327ee,	0xaf55f568,
-0xe936acaf,	0xaa5dca57,	0xdeae2b1a,	0xd6643058,
-0x389cec0d,	0x7e524e3c,	0xb0b13d46,	0xbe0722c4,
-0x4fe4f260,	0x6569767a,	0x4ded63fd,	0x03474b65,
-0xe1875127,	0x328e6736,	0x2166cb67,	0x50ee94e8,
-0xd0a26ea2,	0x9751ca79,	0x22c0a65f,	0x5c458980,
-0xe9b9c62f,	0xa13221b6,	0xb43292db,	0x36e2b143,
-0xff8ba502,	0x3f42d32d,	0xd043d05c,	0x77bd8a19,
-0x9a652b71,	0xaae1b2d0,	0xe490085a,	0x181145c7,
-0xbfc061c4,	0x18bfd9b0,	0x22b830b4,	0x5201a02d,
-0x5651bc35,	0x535005f8,	0xcbe674e1,	0xe78d03ce,
-0xc52d0fa2,	0xc8b78a1f,	0x1b694c97,	0xce0e7567,
-0x0f2229de,	0x98c847cc,	0xe68554d7,	0xf9864b16,
-0x3cc47a83,	0x941221d2,	0xcc3a7ef4,	0x0170bb22,
-0xc9053a4b,	0x9c7721de,	0xed941a9b,	0x8be05de7,
-0x2f42fd5e,	0x36b0a67f,	0xb306a1f5,	0x34abbc36,
-0x24c17625,	0x6a3de329,	0x01988238,	0x066a1868,
-0xafca471d,	0xd2adc39b,	0x813525b3,	0x00a0acf5,
-0x2aa361cf,	0x4dbe173e,	0xdaf77894,	0xaa889ded,
-0xa3697b54,	0x80d26705,	0x0c2da0f3,	0x58a4b8a4,
-0x39cc0d4e,	0x3c9d4670,	0xd2b5d20e,	0x2724e973,
-0xb1351d5c,	0x20906d79,	0xe24891e5,	0x2035c218,
-0x4e0139ea,	0x56be6bd7,	0x083b0550,	0xbb402759,
-0xfd95c78d,	0x9fb7daa5,	0x60175f4c,	0x32446eb0,
-0x5021b32b,	0xa772bf99,	0x377195f7,	0x442fb939,
-0x4425cf3f,	0xd0413035,	0x515c39e8,	0x869ee778,
-0x8d4c2561,	0x826a5d49,	0xba1d315e,	0xd850a5b1,
-0x3241090d,	0x4bc25949,	0xa08b2d5e,	0xb69c0931,
-0x7c510465,	0xffb294e3,	0xbd919d03,	0x591938b8,
-0x66fce51e,	0x1da2e975,	0x513c2611,	0xd2c89b3b,
-0x55fa8777,	0x7287353f,	0x0e53d7f5,	0x409d5772,
-0x2db94ea8,	0xde0e9927,	0x8a1e2ac7,	0x1f7ec493,
-0x61089e93,	0x6abe868e,	0xc0df9a96,	0x4436a57d,
-0x0c48c8b0,	0xa247ee28,	0x141d6787,	0x1b12b920,
-0x2e21a991,	0xf0ff3f1d,	0xab4b5b32,	0xc0a0ca68,
-0x430e80d8,	0x8d74a965,	0xb54d5f63,	0x5d68e9e4,
-0x6b548ee8,	0xf047d59a,	0x3b4789f9,	0x21b5069c,
-0xf913817b,	0x732e9a9d,	0x2874cc28,	0xa9627bc0,
-0x6fdb58d6,	0x13587cf9,	0x39ce92e1,	0x36b9492d,
-0x5408f555,	0x8ffe55ba,	0xb43c9df5,	0xfac29337,
-0x56cbe2b3,	0x0185d1ed,	0x9be346e7,	0x40a19df7,
-0x3c1a2895,	0x4d26af1f,	0x45a55ab6,	0xa842ab52,
-0x1f747d77,	0xe0d9102c,	0xf971b544,	0x7ee0828a,
-0xfe3c6fac,	0x25395596,	0xc9b47fa3,	0x156ce98b,
-0x8f31e2b0,	0xb6e25664,	0x9640f47b,	0x8ac2d5bf,
-0x840e6610,	0xa97a44b9,	0x3fdc0ea8,	0x06910a51,
-0x2091b59a,	0x9c2e5439,	0xf8842451,	0x3f9a4ff3,
-0x362a0004,	0x12dad719,	0xb2f60dd0,	0xa97a0474,
-0xfa3560c2,	0x7fd81bf8,	0x57f7532e,	0x23486049,
-0xaafefb9f,	0xc66725ee,	0xdb9cd720,	0x63f4e092,
-0xd0a26789,	0x64b0aa78,	0x58af8ea1,	0x585d3712,
-0x1fd2f90f,	0x8e0574b1,	0x50e4b136,	0x2c1dbb31,
-0xc02feb6b,	0xa2714a85,	0x9130f487,	0x4a1253c2,
-0x6bad5346,	0x546c4765,	0x4fd9e206,	0x1e958eea,
-0x9015b920,	0x50328bec,	0x1cb229f7,	0xe68970ce,
-0x6596e986,	0x5bc7ebcb,	0x68a13530,	0x773e1ef7,
-0x705d8d8e,	0x58a4be35,	0xd1b47b52,	0x0c1d7eb9,
-0x94c9bb62,	0x9f8b78f3,	0xeb6f4c67,	0xe1359c6a,
-0xcc9bb75c,	0xc58dbc28,	0x53972a64,	0x1e077ac9,
-0x30b94c6d,	0x85bd7fca,	0x834a8432,	0xa56b0993,
-0xe8298659,	0x75f7aa51,	0xeff8d034,	0x89ff3761,
-0xe5280f0a,	0x62dc4a8e,	0xa3993ac8,	0x71122e79,
-0xd47785e2,	0x34158175,	0x63c8d85b,	0x7ac99eef,
-0xe0bd1e85,	0xd34d96cb,	0xb98776ef,	0x2ced7ad0,
-0x8de1a90b,	0xb91c6986,	0x031585b2,	0x945f0055,
-0xd619c86e,	0xbcd30cf2,	0x4bf7ffbd,	0x723a068b,
-0x19063c35,	0xb1a0bf7e,	0x76712f67,	0xd4a648d3,
-0x2eac160d,	0x284404e3,	0xc8a18a02,	0x2ff33921,
-0x8d56011a,	0xfda7cc43,	0x41e15608,	0xec688d2d,
-0x648eb60c,	0xe67029e2,	0x481e2a28,	0x82748afd,
-0xd243f0e6,	0x7d48b037,	0x8911dd57,	0x9876663d,
-0xdfc8715f,	0xa725ff6a,	0x18ceae0c,	0x571c5836,
-0x017ec3a0,	0x23e2b7bc,	0x8a19e5d1,	0x49f1ad67,
-0x6eb53ff0,	0x70d5e83f,	0x8d587f1b,	0x9fcd1b0d,
-0xb77c9c28,	0x0fa9ffc9,	0x2567087e,	0xd2626fa6,
-0x13a3d9f8,	0x327f16ea,	0xcf6c283d,	0x9cb948d5,
-0x82d61c27,	0xee7df429,	0xdba4362f,	0x873cd73f,
-0x3ea8c681,	0x99914378,	0x3cdb5ad8,	0xaeb85eef,
-0x10100fbb,	0xc99eba28,	0x55f32c4d,	0x676315eb,
-0xe78da6bd,	0x341f250b,	0x0139763f,	0xf9bcdd95,
-0xee95a716,	0x477450bf,	0x0655a8ec,	0x82ba0c7b,
-0x1f8140ba,	0x1ce6ade2,	0xb395d6bd,	0xe420cc72,
-0x00c9379f,	0xd499a95a,	0x04212c33,	0xe02ccdcf,
-0x01ec3905,	0x23d2c3e9,	0x105c1fc3,	0xedf2f621,
-0x0d2e782a,	0x24f4ed1b,	0x8c8e6bfa,	0x43881813,
-0x67bd4cd1,	0x529b5f8c,	0x7dce8273,	0x792b3c08,
-0xd6d49290,	0x141eb20d,	0x90198577,	0x461a9ca2,
-0xe3ce9501,	0xc1888a85,	0x904ce501,	0x04ab4ef9,
-0xfe292a8f,	0x3aded4f3,	0xa9c4673a,	0x384ba9ca,
-0x092f1252,	0xc0464403,	0xcba863b5,	0x509464ba,
-0xe11d075b,	0x26f1c460,	0x167b95ce,	0x4cec6a27,
-0x1d4845f5,	0x4e8a1314,	0x857e5e97,	0xb7195631,
-0x0378dee2,	0xf461bbd3,	0xc8bfc18d,	0x4587627b,
-0x0cb224e9,	0x0332b337,	0x4d566685,	0xbb52863d,
-0x98f4e44f,	0xa504d2e9,	0x6d57f47e,	0x4a015409,
-0xf54d386f,	0x2da77a2b,	0xab04d06d,	0x7bf8ea19,
-0xb0ebc25c,	0x91119128,	0x56c54eea,	0x152f4e23,
-0xa25117ce,	0x99534ada,	0x8842eb0a,	0x3a5dd205,
-0xe97955a6,	0x80950258,	0xb925944d,	0x628b7f30,
-0xb07c3e37,	0xf5c86344,	0x4c36449e,	0xd940801d,
-0x7b3b0da0,	0x16ea7b8d,	0x4a0f4fa0,	0xbd480d07,
-0x82ec44f6,	0x51779667,	0x5bdbb1d3,	0x8deb45ca,
-0x38a66184,	0xfb470fc9,	0x25363fb1,	0xbc129a95,
-0x29d5068f,	0xf517f1bb,	0xf5769dc1,	0x75a0256e,
-0xa6b98e74,	0x2b76fcdd,	0x4de2eb6d,	0x24ed8d53,
-0x1a6cc18f,	0x1736d538,	0xf4b1cbfe,	0xf8922e6d,
-0x70db7017,	0xdb34cf04,	0x3120bfbf,	0xe087fc6a,
-0xae0a91e2,	0x9f2ea090,	0xbc05b13a,	0xc0ed6589,
-0x73ea7422,	0xbabc72c6,	0x4de4ca2f,	0xa9f8d16f,
-0xe4de37b8,	0x353eeb76,	0xdde6b6ed,	0x21d9e183,
-0x7c57e342,	0xf28b9bb1,	0xab7ca9c0,	0x4a085c72,
-0xffb07dd6,	0x63abd7f7,	0x1ae27c52,	0xf77ee0d7,
-0x708b3437,	0x7e2dff0e,	0xb6b319e6,	0x8c84e925,
-0x55087edc,	0x500f35ad,	0xc81640b0,	0x937d864e,
-0x9efa3d5b,	0xf5eebce7,	0xc740d979,	0x62ab9012,
-0x08e825b3,	0xeba1dda6,	0x0052dd87,	0x6d8d8ad4,
-0x4a047831,	0xfcd9bee3,	0x8510f73f,	0xf83c5f7e,
-0x5a09c0f7,	0x95b0eb08,	0x698d240f,	0xa0560b49,
-0xe19b647a,	0xec596c6b,	0xd13d7808,	0xe259263f,
-0x4a6d99ce,	0xbf035717,	0xc410e0c8,	0xebf36b19,
-0x99256c4a,	0x6c9463e3,	0xf4999032,	0x12216280,
-0x3b8d2e40,	0x1bc6337c,	0xdaa5f7e1,	0xa9acb5ab,
-0x6ccb91dd,	0x152fc803,	0x0bcbc7eb,	0xb94d2418,
-0xd65b6f1e,	0x694756a0,	0x14cd941c,	0xa56429e3,
-0x945054a4,	0xd4922be6,	0xd571552e,	0x82b5c823,
-0x668fafe8,	0x2827fdd9,	0x9af3de76,	0x2a5d0078,
-0xf5ae0dd5,	0x223e7253,	0xa0ae4bb4,	0x812bb4ed,
-0x7d2b571b,	0xfa71b182,	0xb0a73540,	0x3ad09e40,
-0xc814ec6e,	0x71a63179,	0x645ac68b,	0x68d1f6ab,
-0x8dad1277,	0x3782a2a8,	0x173335f5,	0xb5aa47cf,
-0x6df9de08,	0xd1175256,	0xe4d4c2f3,	0xaad6edac,
-0xa0dcfa5a,	0x38e7df7b,	0x93e2fbe9,	0xefe7dc23,
-0xef1ec4b8,	0x9b9f7a91,	0x148474cc,	0x03b75bd2,
-0x5210cba7,	0x4a9b1025,	0xebded8fc,	0x7c570275,
-0x3b654b12,	0x484ed1cf,	0xf4765b45,	0x42b55bd4,
-0x33f6be6b,	0x62e0f627,	0x170ad64c,	0xa80f34da,
-0x695c665f,	0x58a7aa98,	0xd51bab9f,	0xc3b18153,
-0x3ce425c2,	0x81977e00,	0x3b692349,	0xcbb9621f,
-0xc7ed3dec,	0x69bb55fc,	0xf68cb3da,	0xa89f69f9,
-0xe9d78668,	0xac0d599c,	0x9338622e,	0xef6a80a7,
-0xcb803262,	0x98db8030,	0xbc0d6a0e,	0xd0406313,
-0x70d22c76,	0xe71a332e,	0xa55ccdc3,	0x8306d4c8,
-0x5a590069,	0x84fcd275,	0xd090c333,	0x61941b43,
-0x05dcb6fc,	0x83302e99,	0x8526a3ca,	0x28217e4a,
-0xeb77a9ef,	0x285993f7,	0x721d0d7c,	0x920ca6d1,
-0x4a707536,	0xd5aedad0,	0xa82d8e14,	0x235d429e,
-0x68deef3a,	0x48508124,	0x39117ab4,	0xcab7d6f7,
-0xe3799e96,	0x0341dc52,	0x9b10cb97,	0xb76cff12,
-0x78cf69ee,	0xd3b239d4,	0x9e7919f6,	0x912b718d,
-0x273f96e4,	0xc50fae20,	0xb56a3ed5,	0x9c26170a,
-0x778d39a6,	0xa8074a03,	0xd958cd31,	0x5c43785c,
-0x7e531c75,	0xc10c8c3a,	0xe85529a8,	0x79a3e6cd,
-0x6fb780b8,	0x6276a99b,	0x3366ea7d,	0xb76be755,
-0x9f22b122,	0x7402e46b,	0x0b2b7f27,	0x3e63819f,
-0x35f48d35,	0x34aebe7b,	0xe23dc95c,	0xadb296a2,
-0x7b2dc075,	0xa28d6220,	0x4923418c,	0x6c13fdbe,
-0x69896994,	0xc70b5cfa,	0xc22cc285,	0xf793d578,
-0xfaf3d9c9,	0xb5dc63a6,	0x7bc0b55e,	0x88d911c1,
-0xdaaab0e9,	0xc1009d00,	0x4e7a0718,	0x1d7a601f,
-0xdd735686,	0x2d2ab1b1,	0xdc390b2f,	0xdf715a5d,
-0x67c956cb,	0xe2b0c8db,	0x24f5fbab,	0x8b458cff,
-0x45dd583b,	0x260a2e69,	0x3563d5ec,	0x73515033,
-0x6c6a106d,	0xccf70121,	0xa30620dd,	0x848bdf18,
-0xaa782383,	0xa7100f7e,	0x4af5403c,	0xcc73a37c,
-0x2d002136,	0xdcb3b05d,	0x896b0ab0,	0x71def25a,
-0xa91d2e05,	0x90e67089,	0x46ca60f4,	0xee8e8ace,
-0x388aadf6,	0x6e1988eb,	0xa5f6ed36,	0x5c09463e,
-0xa45af8d1,	0xd7203f72,	0x899bbf9b,	0xa20ed019,
-0x52b94f4f,	0x0890fdb7,	0xe6bcbdd8,	0xab6cbcf0,
-0x125710db,	0x6e5aefd7,	0x408aee3c,	0x0c56e336,
-0x1870069b,	0x54a56b0a,	0x6d14d42a,	0x0ed50493,
-0xb3c80709,	0x00c1060e,	0x898926fb,	0xf3fea77b,
-0x219356a3,	0xb865d050,	0x76fd954a,	0x982a005f,
-0xa025babe,	0xe27617f9,	0x636f6ae0,	0x59c6452f,
-0x693c6755,	0x3a456552,	0x5f196189,	0xe7c00883,
-0x2f0fadef,	0x50452f3e,	0x8b50e4bd,	0x94da4b3a,
-0x40d27bf5,	0xb5334fdf,	0xb113a8ce,	0x4124b76b,
-0x53e2407b,	0x31ec0c8a,	0x1267ca97,	0x33301cde,
-0x3a1d01fb,	0x51f46d75,	0xb68dec1b,	0xac17cc1a,
-0x2237848c,	0x9e356ef9,	0x409fd21b,	0x5a6ba4ad,
-0x804fd5c3,	0x39425f53,	0x5cfc44d4,	0x829ee224,
-0x9e01e625,	0x683030b0,	0x403c406e,	0x2c0ce2b1,
-0x08d4cfc5,	0x138fa5f0,	0xb7b5c621,	0xa50055ee,
-0xbc026d6b,	0x8774b3fd,	0x76457f21,	0x7e158d98,
-0xf17e4d3d,	0x27f9d37e,	0x31bf03ae,	0xff591765,
-0x5f22a455,	0x80299a95,	0x02e995aa,	0x19b72733,
-0x2a36cd71,	0xcb202152,	0xecec3f36,	0xbbd8de45,
-0xb3553c2e,	0xa591ec2b,	0x252ceaf2,	0x2030103d,
-0xdafe66b3,	0x6525ca46,	0xf2c1995f,	0xdc7d543b,
-0xcc0829c7,	0xf143227e,	0x08dd6c1e,	0xdaae24e4,
-0x384116dd,	0x1500cd26,	0x15efbd7d,	0xce1d02b8,
-0x14273db2,	0xf2deb501,	0x975668ab,	0x4fff60d7,
-0x5b39a8fb,	0x7f1339c7,	0x19a50cd0,	0x9fe08015,
-0xb8387cd7,	0xb49ef60b,	0x9c1dec4c,	0xf42a2288,
-0x351c612c,	0xf98b5940,	0xda049b1c,	0x1451185a,
-0x3b584ae0,	0x27800175,	0x1a3f929e,	0x450582f0,
-0x2ca48d71,	0xc3737df9,	0x1faa4abd,	0x2bf6d0dd,
-0xf477a0a7,	0x98f8b08f,	0x6fe2e1df,	0x64f49023,
-0x964dc2cb,	0xf00a61b8,	0x26294563,	0x5e7e36ba,
-0x0b8b4772,	0x343143d4,	0xfd7b9a81,	0x9b4215ae,
-0x3d4f837e,	0x7068c239,	0xc20a91ba,	0x34dc95d5,
-0x7cf45a03,	0x4718bf5d,	0x5af81981,	0x91d67ef2,
-0x0a8d38ed,	0x61983a39,	0x863c5ac1,	0x92380e97,
-0x4614a926,	0xb7907c48,	0x3fa01934,	0x6db06ba0,
-0xb18a25a1,	0xd9e86af2,	0x7a77c0f4,	0x2a17e9c3,
-0xdc994730,	0xe44256df,	0x1d3bf8aa,	0x28d73d02,
-0xf7f9b680,	0x587eafea,	0x4a86e831,	0x0ffdb37a,
-0xb12010f4,	0xd42ad505,	0x1a61c1bd,	0x6dafc6e0,
-0x1ff46e85,	0x3f809ebf,	0x565d32a1,	0x91d84a75,
-0xdac631a9,	0x6a88da88,	0xec34772b,	0x1fcb5bef,
-0x1dcf8ecb,	0x62653ef3,	0x62ffca63,	0xf8ef085a,
-0x39f12233,	0x04e00586,	0x0ef61e0a,	0x203dcb51,
-0xba26fe41,	0xc955bc0d,	0xc954f298,	0x437baab9,
diff --git a/src/cpu/intel/model_6fx/microcode-m046fbBC.h b/src/cpu/intel/model_6fx/microcode-m046fbBC.h
deleted file mode 100644
index ec0966c..0000000
--- a/src/cpu/intel/model_6fx/microcode-m046fbBC.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m046fbBC.inc  */
-0x00000001,	0x000000bc,	0x10032010,	0x000006fb,
-0x9394765a,	0x00000001,	0x00000004,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x000000a1,	0x00020001,	0x000000bc,
-0x0000003f,	0x2a000000,	0x20101002,	0x00000341,
-0x00000001,	0x000006fb,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x2af1b833,	0x6fa88145,	0xbb3d706f,	0x102fb136,
-0xdd8a5942,	0x49b592b9,	0x2d3fece0,	0xa8c418ff,
-0x58d10d9f,	0xb7f2421d,	0xe4d5fcf1,	0x02889a15,
-0xad9bed07,	0xa32ab3e6,	0x3491afcc,	0x9c991c37,
-0x2a1c2071,	0xf066191a,	0x3bd898e7,	0x2648d958,
-0xc05f7908,	0x05864b9b,	0xbe4c1eee,	0x1e6c7ef4,
-0x0e7a539e,	0x100b2ab3,	0x1273dceb,	0xfec8847d,
-0x8f37946f,	0x634e3b5c,	0x691dbd61,	0xd89e3cb9,
-0x094639d4,	0x7d972e1a,	0xd6dbd94d,	0x2001c3ec,
-0x34f791f0,	0xeee0d794,	0x88b7459d,	0xc2c73aa3,
-0x607a174d,	0x4f0f8304,	0x65790b35,	0x00532bfe,
-0x1fd1e0cc,	0x7b91f873,	0x154ed42b,	0x7a7108e9,
-0x81637c95,	0x192cb173,	0x28ccd94e,	0xb9bcc372,
-0xac05171b,	0x867f47da,	0xf8e8c47d,	0x1edcdb4a,
-0xd2ca6c2d,	0xe9ee9169,	0x5a6efedc,	0xb6825038,
-0x09277eaa,	0x2a34e580,	0x0f794366,	0x86c99402,
-0x211b98bf,	0xdf8eb0e3,	0xda11d7bd,	0xd440363e,
-0xa7d49f1a,	0x16dd7395,	0x5b23c2fc,	0xab93ea3c,
-0x00000011,	0xf54dfe4d,	0xb8599ebd,	0x68368067,
-0x0c28dcb7,	0x92f2bc78,	0x491ac560,	0x329ab46d,
-0x919a91db,	0xbc3fec07,	0x1a5c33bb,	0xfe4d7c1c,
-0xc4313e4c,	0x601898ae,	0xa2b45d10,	0x8d3de9a1,
-0x987f7385,	0x93000345,	0xb08e3756,	0xfc44c2b0,
-0xf292627f,	0x03af916e,	0x32dde7ee,	0xd34d4cdd,
-0x21cbe9ff,	0x37609266,	0x6666d138,	0x7a91e13b,
-0x46484cf1,	0xf8a7c935,	0x6e897d1b,	0xeb0f7917,
-0xfba989fd,	0x2cc10b53,	0xa7edacb5,	0xf3d60e31,
-0x6374a743,	0x64dc6363,	0x3ab65ed9,	0xdc3cea84,
-0x3ad576cb,	0xfd67599c,	0xc7bb3c17,	0x1dc5d240,
-0x0e2f6ed5,	0xb0ccd630,	0xe9770c9b,	0xc93acfd4,
-0xf4fe7c30,	0xbd49a7af,	0xc23863d7,	0x644a7bb4,
-0x0024b38b,	0x8645d8bd,	0x3cb2b02c,	0x8f1caf00,
-0xb46940eb,	0xa447da2d,	0xa9a9fc7c,	0xfe25e95b,
-0x4083643d,	0x7527659a,	0xb3696697,	0xb8dfb8c0,
-0x45f5aac5,	0x8ba9d1f7,	0x3debba3f,	0x914a09ab,
-0xc773edf6,	0xe0e3b2f0,	0x6d2c375c,	0xe63dff4e,
-0x12711e4a,	0x10903919,	0xebbfc605,	0x800d75f2,
-0xfb00d315,	0xf93dc071,	0x0b2529ad,	0x2c1dadd7,
-0x3714ff07,	0xcae69d1e,	0xd726f1a8,	0x4796a657,
-0x52553fa8,	0x9a296689,	0x90280d12,	0xf4ecfd77,
-0x13fb9c84,	0x12662edd,	0x9cd608d8,	0xd738dc25,
-0x0f7fd9cc,	0x80e84675,	0x797d3a62,	0x74855b0e,
-0x53c9f427,	0xe5b9acc3,	0x3b1b9776,	0x8ee9a613,
-0x26e57210,	0x10a9cf35,	0x9286f2f9,	0xbfbcdb15,
-0x673f4e38,	0xd98ce6dd,	0x4d9ce100,	0xb68f501b,
-0x706f9469,	0x6ea08dd5,	0xc73dc3cd,	0xecc7ae70,
-0x9ab0c6b2,	0xb74f9843,	0x0a3058c3,	0x552778da,
-0xb7cd1fbd,	0xb57a827b,	0x13920a27,	0x27587128,
-0xf8a81ffb,	0x129fae97,	0xa8f49d89,	0xfd025aef,
-0xe0f084f6,	0x9ea0d579,	0xe1c34b93,	0x6b5b5bfa,
-0xcab5907f,	0x46c7f3a0,	0x1257abc0,	0xedb94f10,
-0x723b8f25,	0x9f8310a1,	0x99cb5438,	0xd354620b,
-0x637ce697,	0x93899e66,	0x8d9c4941,	0x9206b17f,
-0x632ffaf6,	0x9cf227dd,	0x1b148ac3,	0xe33969c1,
-0xbbb78c2f,	0xadc65796,	0x8f407d7e,	0x7c1716f0,
-0x6433bbdc,	0xd6084baf,	0x7b39c1fd,	0x214d9c6b,
-0x1d0fd4fa,	0xa993ed02,	0x78e39e0e,	0x66f0b3af,
-0x21d6910d,	0x29110ece,	0x1f7b3033,	0xa91398fd,
-0xb82ff1b1,	0x35ead30f,	0x48ce4ceb,	0x152e94e3,
-0x8ca11179,	0x06a0cd52,	0xfb8a2ebb,	0x3cbe5f77,
-0x6f04dfd7,	0x77d6ab17,	0x5efccae5,	0xb4cf074b,
-0x632dc5a0,	0x4c2bd8d7,	0x4c4f9c01,	0x31ba47a9,
-0x1d11e152,	0x8160ab94,	0x5ac00bfd,	0x65cd6d32,
-0x77efb325,	0xad50b063,	0xaf0f2522,	0xa1b58573,
-0x06b96386,	0x987fb308,	0x60d9087d,	0x9e3dda26,
-0xfe56ed7c,	0xf0a18b07,	0x38d7cdba,	0x2c7b25a3,
-0x564cf58f,	0x0ef16d01,	0xdded6d0c,	0x5e50bf20,
-0xe2455331,	0x8d545107,	0xe0f87c6b,	0x38491372,
-0x05352d41,	0x8e156588,	0x3ff31afe,	0x0b0e1d41,
-0x096d7b4a,	0x4729d48c,	0x6cf3f084,	0x71bebbab,
-0xed13fd71,	0x53a4ecdb,	0x539b8640,	0x7c915e51,
-0x08e1f582,	0xdeb5072a,	0x1a79e7ae,	0x0dfc3090,
-0xe2357f73,	0x283dbbf7,	0x66b9b50f,	0xc98c3eef,
-0xbe4cfbea,	0x6c3328e3,	0xecde6b57,	0x2cd15d3f,
-0xb9e4a4db,	0x279ff953,	0x8691aa73,	0xf7da6500,
-0x23fd6f22,	0x0aedc9f9,	0xdc33d374,	0x755755b2,
-0xad2e5a3f,	0x4c7a58c3,	0x9b6d6b56,	0x08c09167,
-0xfb13baac,	0xff4fdaaf,	0x5085e560,	0xacbeb4ca,
-0x4e8e133f,	0x09f9bc70,	0xff088b13,	0x9eb90d1a,
-0x55a2cecf,	0x44250c30,	0xe2c4491b,	0x4ce59d2e,
-0x7cae16e8,	0x1080a65f,	0x1b190acd,	0xcdb6fde6,
-0xd595a15b,	0xac21a20c,	0xd964edaa,	0xb3b91c87,
-0xfffa075c,	0x5955c04e,	0xc19829ea,	0x6b741f50,
-0x2efa46c2,	0xa408fc4d,	0xf384588d,	0xc6493485,
-0xfee07645,	0x8dfcbf85,	0x58497ed9,	0x16c9736b,
-0x7c84c59b,	0x47d9d806,	0x76bdcfbd,	0x9b0feaf6,
-0x15182bfe,	0xa71c9be1,	0x5f57b773,	0xb8605794,
-0x27b8fefe,	0xb93e45aa,	0x4df89c60,	0x3e6fb188,
-0x18a7371d,	0x9294bb43,	0x93df87e6,	0xd376f269,
-0x492d4b7f,	0xd5c3e116,	0xca94c6fb,	0x33fb3fa8,
-0x6f86b3e4,	0x11668629,	0xe29c3038,	0x81e9e93e,
-0xe50f4ad1,	0x18d587cf,	0x80bc338d,	0xdd51eb4a,
-0x9a4d571d,	0xc9e12b23,	0x0bba3c81,	0x0dbf1583,
-0xf150db23,	0xf6a5a5ca,	0x1f78cb4b,	0x5b8a2173,
-0x69b185d8,	0xd290c81b,	0x6b95fbae,	0xfeec8dd0,
-0xd26cb47a,	0xf979074c,	0xe71f504c,	0xd018d28c,
-0x07ac8483,	0x3a74819d,	0xc0e28813,	0x8a8e6055,
-0x9ad0809f,	0x4518202e,	0xd1918fac,	0xd6d21cee,
-0x2ab78998,	0x47069b78,	0x93effaf6,	0x186285b0,
-0x6e943ade,	0xf989327b,	0xd56eb699,	0x2c97eef4,
-0x53c83bd1,	0xabfff7ab,	0xacd4b255,	0xebf557f6,
-0x30190e40,	0x95515337,	0x386219ff,	0xcccca9fc,
-0x08d03684,	0x61d65074,	0x153005b6,	0x423f8486,
-0x79a92726,	0xeeb69d98,	0xebc58165,	0x99ba884a,
-0x54988107,	0x089eb09d,	0x313f1540,	0xf0592023,
-0x7d796b29,	0x985fd1b4,	0x788a1f6c,	0xb4d3eff0,
-0xd3bc1aca,	0xd94cf2ce,	0x50de76f0,	0xe56b3eab,
-0xf7215599,	0x567ad204,	0xf64f3f54,	0x5e4d93f0,
-0x62c197bf,	0xb0a40dfb,	0xbfdcb171,	0x943db348,
-0x317329a3,	0x5801a712,	0x42b746ee,	0x476de579,
-0xb5764347,	0xe1252fd4,	0x382f7e48,	0x4356b7f0,
-0xc8ac11d2,	0xd1e22f3e,	0xe72f873c,	0xb4d7e96a,
-0xe3cae630,	0x87f22e69,	0xb1650694,	0x278f4cd1,
-0xc3048a06,	0xc97facf8,	0x2e42d24b,	0xfbba463a,
-0x1f74936b,	0xaec9f8c0,	0x28ef73dd,	0xa3e593a4,
-0x0bb57346,	0x4fad2d57,	0x6aded116,	0xd474efc0,
-0x850e4911,	0x0243ed1b,	0x8366c88f,	0xffc30812,
-0x8bca3734,	0x5245b274,	0xc180f403,	0x6976a8c8,
-0x9ddd675b,	0x7cb955a0,	0x9c362c6b,	0x6d67075d,
-0xe776e4c6,	0x590e0fd2,	0x96cb03ae,	0xb082292d,
-0xc5b3b48b,	0xb037fb7e,	0xc643c8c4,	0xf06ca5d4,
-0xe274d411,	0x94b96817,	0xd0eb3729,	0x705d5dd4,
-0xee25ca33,	0xc814771b,	0x398d9c90,	0x585d6910,
-0x345e2b62,	0x4f144351,	0xd4231121,	0xb231765c,
-0x043d91f0,	0x9bf7a950,	0x413b4109,	0x62015026,
-0x71dadb80,	0xae46e301,	0x3b453512,	0x08276e4c,
-0x3062b2a7,	0x9126d5ba,	0x38e1dcc5,	0x1d7ce5da,
-0x029f2ebe,	0xe15f0578,	0x30eb611c,	0x43e547bc,
-0xbc6fc58e,	0x859f12e5,	0x7760c4ea,	0xc3e581f9,
-0x6d1f3f15,	0x0c29c987,	0x8fd0b861,	0x5430e1a2,
-0x8fe570c9,	0xb546cb0f,	0x40a832d6,	0x6fb3aa75,
-0x4a44f3eb,	0xeb79dbc5,	0x14ff0379,	0x4104e36b,
-0x180a30dc,	0xa11d6bb5,	0x1f604ef7,	0x53e5afec,
-0x353499a0,	0xfc8dce9f,	0xa3c18d63,	0x16da59e9,
-0x104aceb5,	0xc885941d,	0xf05ec241,	0x26d9128b,
-0xe5d823f5,	0x0ac0afd1,	0x9fbcc9c2,	0x9df56f90,
-0x403a1c0c,	0xbdc01726,	0xcc48d20c,	0xdccdcf5a,
-0x26d3ac5c,	0xd9501d08,	0xb5ebb2ff,	0x78c2b66c,
-0xb5fd1639,	0x41aa2843,	0x2acec360,	0x504f07e2,
-0x0eb9bb79,	0x96f899a3,	0xb3a67885,	0x74d3ad45,
-0x4b7c823e,	0x0bc912c2,	0x39ce413d,	0x205b6d0b,
-0x4593e836,	0x1891bd36,	0x01ff9e90,	0xe74d3ac9,
-0x867e6d49,	0x9b934421,	0x85d79351,	0xbec5402e,
-0x44df416d,	0x8f84c809,	0xdda36686,	0x05ef6d08,
-0xac06f7b4,	0x3e16c558,	0xe8e004fd,	0x309e47f3,
-0x2c786f7a,	0xf4efac57,	0xfe372834,	0x86a57ba4,
-0x621cc0a3,	0xa9bc1b98,	0x0c54e9e8,	0x9f2f23e1,
-0x2acd232b,	0x6e4330d3,	0x33ce13ea,	0x56e269d7,
-0xbed326e1,	0x6bf3e063,	0x9506a92b,	0x568ac248,
-0xe23a98a1,	0x7e0058e1,	0x8c269a39,	0x1dca56eb,
-0x30d0ccb4,	0x3a33f104,	0x0de0a097,	0x2a751844,
-0x9ef24be7,	0x1b10fb65,	0x8751c66d,	0xdc12e3e0,
-0xd2f33411,	0x8ca390f8,	0x869bafb7,	0x4dfef371,
-0xd92b8bb5,	0x9d8336e9,	0x0a38a943,	0xea891683,
-0xacb636f7,	0x1310c7fd,	0x46817b4f,	0xff032aff,
-0xa23a31fc,	0x4baec586,	0x68197f54,	0xa922467e,
-0x97fd6f7c,	0x4df7ae1f,	0xfc1d89f4,	0x9b41d04a,
-0xf702a2f2,	0xe7fd5757,	0x3fb69294,	0x2da320a7,
-0x5d401a3f,	0x33354c44,	0x50b4d9dc,	0xe359505e,
-0x2b6ed0ee,	0x53aed5a4,	0xbd41d513,	0xa02f7959,
-0xb2a5eab1,	0xbe11b48e,	0xdf7f3024,	0xc6bb2abf,
-0x51399983,	0x4edd217c,	0x0510bb05,	0x065ef8e7,
-0xdc255b1a,	0xc175a79e,	0xfad1b360,	0xb01faec8,
-0x561766d8,	0xd8b688d6,	0x665ae094,	0x4723dc8c,
-0x772aaa08,	0xebef217b,	0xc7d538e1,	0x7164cb3e,
-0x2de6153d,	0x5f204777,	0x4e22d120,	0xbdf2792a,
-0x39123d27,	0xe965ab45,	0xd40327b5,	0x4d275cdb,
-0x4afc642b,	0x31f24023,	0xdc972aaa,	0x653c9cd5,
-0x02a6b933,	0x06a32610,	0x07560903,	0xc8822566,
-0x4a524c27,	0x0dc417a2,	0x3c34ac25,	0x933c6ad3,
-0x9f8518b3,	0x9d1f3635,	0xd9d3304f,	0x60e26930,
-0xb42a7f81,	0x00cbeeff,	0x08397da3,	0xb0aad0cd,
-0xa65f19f0,	0xcc47dda2,	0xa32140df,	0x6599d951,
-0x658f5d23,	0x39b4264b,	0x07cb489d,	0x00efe525,
-0xc405cdf5,	0xaf85ad8b,	0x08fbfbb1,	0xe5f34a87,
-0x24bad177,	0x875c7bb6,	0x3773b3a9,	0x6b1d3327,
-0xe5a5174d,	0x769517b5,	0x3cecf45f,	0x3051eda1,
-0x6f4d61e5,	0x1a0e0709,	0x6a7e72af,	0x46ec1dd2,
-0xb9d3afc6,	0x2cc8ac4c,	0x230af233,	0x195043cf,
-0xa02e1518,	0xcc7b6115,	0xacbcbcc2,	0xb33f7b98,
-0x6edda462,	0xbb330186,	0xdf01879e,	0x0b481a98,
-0xce36297e,	0x23c07f85,	0x4cb47367,	0x5dac5ddf,
-0x929dfaa5,	0x58802592,	0xdb378b6e,	0x7b505e3d,
-0x7e2e8c91,	0x3d6b96e7,	0x5b82f891,	0x9c9b2a91,
-0xe745ab2a,	0xbc75cd7b,	0x13550fed,	0x908b3b9f,
-0x638c9a0c,	0x73b0cd23,	0x2bc2a520,	0x3d6bdcf1,
-0x2a6d650a,	0x51f96a5a,	0x5d162bc9,	0x3527cdbd,
-0xec8860c2,	0x2625e87a,	0x2d88cdcb,	0x9a49b134,
-0x90b871bb,	0x46503f0a,	0x794ec752,	0x2271c4c5,
-0x097279e6,	0x3b1c3b20,	0xd7cf47a4,	0x21d1c246,
-0x9267eecd,	0x57a91fab,	0x28642c9e,	0x24a34f67,
-0x8eaf1cab,	0xd2357539,	0x114dda79,	0xbae9d4f9,
-0x70f35b0b,	0x96cedfbd,	0xe56d151f,	0x02985775,
-0x1942c626,	0xca26e101,	0xe42bcefc,	0xde9fb138,
-0xe0c3bd9a,	0xb0c56071,	0xee5bc46b,	0x21020e85,
-0x3e7e55dc,	0x7eac5bdc,	0x2eb99a45,	0xbb4f367f,
-0x27273bd3,	0x2edba4f8,	0x647244b6,	0x6435fe98,
-0xf10b0869,	0x616a689d,	0xf06318d5,	0x27e97290,
-0x4f3e62b6,	0x9892ec7d,	0xc93e6e3e,	0x9ddef56d,
-0x1a67e9b6,	0x9f0658e4,	0xa8d73f65,	0x3f67d89a,
-0x84390631,	0x6699db59,	0xc772a467,	0xf0df9e0c,
-0x5e493d2f,	0xe922e48a,	0xe11d9b6d,	0xcf825a6b,
-0xfbbbae6d,	0x610ecd9d,	0x5dbf5466,	0x2106ac59,
-0xfb74983b,	0xfc83ba77,	0xbef9cf32,	0x3ce1c086,
-0x157d5021,	0x361abad2,	0x5c2ebdc4,	0xdeb283f7,
-0xa545bacf,	0x617edda0,	0x8e1e8edb,	0x45f02d78,
-0x99891b5e,	0x1b467a4f,	0x7c8efb94,	0x4300a286,
-0xe529db22,	0xfd3726cd,	0xff541cd1,	0xf62ddfb5,
-0x2dc1d333,	0x26a1ca1f,	0x1457c996,	0xbf742fda,
-0x12dd7fd5,	0x5de275ea,	0x7e5bfd23,	0x4d3afe35,
-0x4ad09e7d,	0x0f2d884a,	0xa4cc9f31,	0x3f642de6,
-0x91b187d4,	0x2e1c24ae,	0x76b43c0d,	0xa5d8119d,
-0x50949ef2,	0x2e66a03c,	0xd1ce29d8,	0x1e8aecf2,
-0x0ecddd96,	0x85a7b862,	0x203f0647,	0xa50df33d,
-0x3b642f1e,	0x326f3edb,	0x0668a65d,	0x6a2848a8,
-0xae6dc17c,	0x2920d2dd,	0xbc8e71c0,	0xc9980cce,
-0x9b72c039,	0x720e793f,	0xe5d97d25,	0x51ec93c6,
-0x0d05c915,	0x81d0357a,	0xaa7602c3,	0x98527424,
-0xdb19a443,	0xc60b0035,	0x3c931fc9,	0x799c78d5,
-0xc876b63c,	0x1023ded3,	0x71b6302f,	0x922738b5,
-0xd1ba98af,	0x7a68da81,	0x94cf182a,	0xac3c7096,
-0xa3e7ba74,	0xcf16b0a0,	0x54ebceca,	0x3438ef1e,
-0x322ad7cc,	0x1187bdb3,	0x2a773837,	0x59bed8de,
-0x2de08240,	0x77f31676,	0x439da358,	0xacbda2e0,
-0x0e510125,	0xccee51e1,	0xf37aebae,	0x44f3fa95,
-0xa737688c,	0xe5c2635d,	0x7b73d000,	0x2c29aa6a,
-0x143f41d3,	0x1c5b9f66,	0xc8d39eaa,	0x31a46883,
-0xdffb2ff9,	0x9649d362,	0xb3b0ce2a,	0x38f30f5c,
-0x6a2ef3a7,	0x6521e8a4,	0x7f0c23ba,	0xf50d857c,
-0xbe208e70,	0x2267c3a2,	0xf4cb3b59,	0xe7320643,
-0x8c40d62c,	0x47c0f73b,	0x79a81df1,	0x4bc995c9,
-0x22fbdebf,	0x7d3d2140,	0x251cdf70,	0x98ae7c3d,
-0xbc1091e0,	0xecf5b270,	0xa7e6481d,	0x616041e7,
-0xbcd520cb,	0x9f9b3504,	0xd2587397,	0xbaabd954,
-0x8a5be0f8,	0xb3aebea2,	0x7bd23055,	0x5da84cd9,
-0xe18cbd98,	0x7578bc03,	0x91139ebc,	0x95f47022,
-0x0bf89d26,	0x8840e640,	0x64f05a83,	0x19e4bbd8,
-0x6d692db5,	0xd365d778,	0x404e2c29,	0x9e5beb17,
-0x907f8164,	0xceae0c0f,	0x5183fe28,	0xab1dc0d3,
-0x073bc707,	0x39ba58cd,	0x2ebfb51c,	0xe5739667,
-0x5299eb88,	0xee95378a,	0x5755a4d3,	0xd94ec160,
-0xc1f9e441,	0x048073dd,	0x3ac849ad,	0xccf21d91,
-0xf4e708b1,	0xd7987ccf,	0xc7f7828e,	0x797cc29f,
-0xa34eba7c,	0x6783af5f,	0x82e4e461,	0x0cc5c1e1,
-0xbaacc272,	0x8d0815fd,	0x03d4ecd2,	0xd6c139d3,
-0x130d703c,	0xc815e185,	0x7e1e0ca7,	0x191c84fe,
-0x30aa28be,	0xb9711c38,	0x736c3f74,	0xc7d3f4e9,
diff --git a/src/cpu/intel/model_6fx/microcode-m086fbBB.h b/src/cpu/intel/model_6fx/microcode-m086fbBB.h
deleted file mode 100644
index 4459f0b..0000000
--- a/src/cpu/intel/model_6fx/microcode-m086fbBB.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m086fbBB.inc  */
-0x00000001,	0x000000bb,	0x10032010,	0x000006fb,
-0xe7fbf398,	0x00000001,	0x00000008,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x000000a1,	0x00020001,	0x000000bb,
-0x00000036,	0x2a000000,	0x20101002,	0x00000301,
-0x00000001,	0x000006fb,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x84d7de29,	0x8154e0da,	0x2ad08a76,	0x21579689,
-0x46e8c3cf,	0x19314570,	0x4ceed8ac,	0x5891a4da,
-0x58d10d9f,	0xb7f2421d,	0xe4d5fcf1,	0x02889a15,
-0xad9bed07,	0xa32ab3e6,	0x3491afcc,	0x9c991c37,
-0x2a1c2071,	0xf066191a,	0x3bd898e7,	0x2648d958,
-0xc05f7908,	0x05864b9b,	0xbe4c1eee,	0x1e6c7ef4,
-0x0e7a539e,	0x100b2ab3,	0x1273dceb,	0xfec8847d,
-0x8f37946f,	0x634e3b5c,	0x691dbd61,	0xd89e3cb9,
-0x094639d4,	0x7d972e1a,	0xd6dbd94d,	0x2001c3ec,
-0x34f791f0,	0xeee0d794,	0x88b7459d,	0xc2c73aa3,
-0x607a174d,	0x4f0f8304,	0x65790b35,	0x00532bfe,
-0x1fd1e0cc,	0x7b91f873,	0x154ed42b,	0x7a7108e9,
-0x81637c95,	0x192cb173,	0x28ccd94e,	0xb9bcc372,
-0xac05171b,	0x867f47da,	0xf8e8c47d,	0x1edcdb4a,
-0xd2ca6c2d,	0xe9ee9169,	0x5a6efedc,	0xb6825038,
-0x09277eaa,	0x2a34e580,	0x0f794366,	0x86c99402,
-0x211b98bf,	0xdf8eb0e3,	0xda11d7bd,	0xd440363e,
-0xa7d49f1a,	0x16dd7395,	0x5b23c2fc,	0xab93ea3c,
-0x00000011,	0xf112a9c3,	0xa4bb682e,	0x58d741d3,
-0x60af7dbd,	0x38b863ba,	0x2a3b61ab,	0x466b095e,
-0xffc5a1d0,	0xb7968035,	0x50b98e03,	0x9d057a20,
-0x89c75e52,	0xb45e8a92,	0xc93387e5,	0xc393bd14,
-0x099e643b,	0x832e4c3d,	0x7786b8e2,	0xca9c7d1a,
-0x0f742bd3,	0xa78b4b24,	0xfea55210,	0xb53de384,
-0x81fd531d,	0xcdf9c1cb,	0x1eed1ffe,	0xfc7e6554,
-0xc5588dac,	0x01f8913d,	0x929f5c40,	0x23283e5d,
-0x963bb76c,	0x856ee9ff,	0xc328fb38,	0xa646ab2d,
-0xfebcf099,	0xf9d532d6,	0xe1d27138,	0x010dba05,
-0xac2984c9,	0x87439c78,	0x22502053,	0xeaa7b37e,
-0xe6d9c59e,	0x49fc20ac,	0x67a4e6ff,	0xb20abe47,
-0xd1e10978,	0xc29b2566,	0xc7bae6ce,	0x5d45c73a,
-0xae5c85bd,	0x750d99ac,	0x8d407ce9,	0x592c8eb6,
-0x69b5405d,	0x9388059c,	0xe2f54796,	0xb1f3078a,
-0x204fd937,	0x864dff93,	0x0bdf1b64,	0x9e4d2bc7,
-0x1ffc5167,	0x3dcb47f2,	0xf3c62d6e,	0x37a0ce15,
-0xa4a428cd,	0x38a07fee,	0x2dbd7c8c,	0x62695cfc,
-0x64279cda,	0xc8a3ac26,	0x908e16a5,	0x1092a2ae,
-0x149cdbd9,	0xe830cccb,	0x375138f7,	0x156fcf19,
-0x11105098,	0x819fd72d,	0xf102b7c3,	0x4142a1ec,
-0x27f89876,	0x908c1cf0,	0x05100bec,	0xe304bf64,
-0x808d1cdd,	0xa813efe4,	0x00a2acb7,	0xf2e8152f,
-0xfe5f72b0,	0x22f0c927,	0xec83606f,	0xafb07b71,
-0x25ab407f,	0x100b8010,	0x47de2fbe,	0xa7c93203,
-0x13784457,	0xda98c6ab,	0xf8503acf,	0x71dd8632,
-0x16d60dc4,	0xa8f77ffa,	0xc7bb683d,	0xd15b1ef6,
-0x863ce978,	0xba626cba,	0x3a44227f,	0x1da0732c,
-0x2c5094b4,	0xfecd2ec4,	0x3dbfa690,	0x3f32d82d,
-0xb10b4134,	0x144efa36,	0x8d96a5f7,	0xd130e454,
-0xf1fd6b03,	0x67c20916,	0x9f276945,	0x373bf542,
-0xd42cb2bb,	0xf5775d4d,	0x1c21da7d,	0xf952d395,
-0xabb82c10,	0xcdadc55e,	0x6658f1b7,	0x4bc83986,
-0x66527438,	0xf1d5dc92,	0x399396ca,	0x7bdf325c,
-0x40b2f45a,	0x4bd887e7,	0x9320a12f,	0xc0542a51,
-0x650d457b,	0x2d6b740e,	0x68419f29,	0x4f507513,
-0x6d2b8ba5,	0x905f8184,	0x48ca6418,	0xe96a1af2,
-0x454b600f,	0xa5798d8a,	0x4df8c26b,	0xe3388624,
-0x58947c58,	0xd47104ed,	0x0b01e928,	0xb6214d30,
-0x2f02e621,	0xad5e8f94,	0x6c7f934a,	0x61c709f7,
-0xa46bb57a,	0x5270fee4,	0xd86cc03a,	0x214b09c4,
-0xc725543e,	0x6537ef88,	0x9c7814e1,	0x30807a88,
-0xeeaccd59,	0x4f7189a1,	0xaa855972,	0x314570e6,
-0x9479ca6e,	0xe5c468f3,	0x2fb600f6,	0x42472fa3,
-0x1ea3a489,	0x05646b54,	0x88451260,	0x0e09b562,
-0x622de21a,	0x3cd33b74,	0xbd49ecfa,	0x2d44ad7a,
-0x980f2f61,	0x22376dcb,	0xdd5026d6,	0x8ab2464e,
-0x020e2225,	0x6c38852e,	0x70ee321a,	0xa2e3f197,
-0xca0d82fb,	0xeb067168,	0x90d1a8b6,	0xb168c941,
-0xe8b81533,	0xb1269cc4,	0xb1272564,	0x86e4d98a,
-0x0350e35a,	0xcdf22b8c,	0x66f109b4,	0x9abe0664,
-0x51fbc6b3,	0x05ec256b,	0x492f7d30,	0x8a77ea6d,
-0xfb4732b4,	0x61bfced3,	0x0c2700e5,	0xaca05e9d,
-0x1645105d,	0x2f9278ca,	0x24424ad6,	0x03f0969f,
-0x058af281,	0x4a2eebb2,	0xa0b566f6,	0xd614d7d3,
-0x21f0b6aa,	0x696dee33,	0xcd0d0013,	0xa7e3c849,
-0x84c00f16,	0x0f030287,	0x80598d2d,	0xf4040fd5,
-0xcdd74838,	0x0984d353,	0xecc27af7,	0x7ad3abc4,
-0x0ef3aa5a,	0xc4b1bd2e,	0x66c414b9,	0x1d3a1333,
-0x81bd968c,	0x6bb3f1da,	0xe3310bf4,	0xb6fe5582,
-0x8672978a,	0x0091c3d1,	0xac437ef7,	0x610dab42,
-0x5fc0bfd3,	0x53dd0de7,	0x28691bf2,	0xedf19535,
-0x1fe39807,	0x3d76ac86,	0x4c52cd5f,	0xf8044a62,
-0x0701488d,	0x952e7dbd,	0x776b5014,	0x64f43b52,
-0xf25ff5a4,	0x0a0f5cab,	0x82299c71,	0xf7d81c08,
-0x57c8ec52,	0x5bff237c,	0xd513b249,	0x867bc117,
-0x725e852a,	0xf6b228af,	0x86ade7a2,	0xd9d9ba2f,
-0xb43758e4,	0x06934047,	0xe3142a98,	0x7b8eb6e0,
-0x3fd6ee17,	0xe6dd8412,	0x5b02b3d2,	0x7e9df3fa,
-0xbf41a82f,	0xf13231f5,	0xdc43c244,	0x4941bfd1,
-0x2248634f,	0x7885c7da,	0x9410041b,	0xc762cd32,
-0x79c0480e,	0xf13531e0,	0x0ac612dd,	0x14bdea66,
-0xa81f37c4,	0x080ca71b,	0xf80435d5,	0x0efebd48,
-0x308e2484,	0x60c6891a,	0xb491f401,	0xbc2d29c7,
-0x269c1975,	0x9b101700,	0x533dbc13,	0x6c7355b3,
-0x69aee8aa,	0x6a458b45,	0x4830355f,	0xf99e0681,
-0xd8628e07,	0xff4412ec,	0x5f8c6147,	0x662f68a0,
-0x465062d0,	0x08b94845,	0x75a4e5a9,	0xa10f282c,
-0x2a3775ce,	0xbdc74ba0,	0x90228d58,	0xee22d972,
-0x7a7f4196,	0xa1bea738,	0x7d23bd86,	0x12769407,
-0xc8c6d4a1,	0x820b71a8,	0xbe177229,	0x766012fb,
-0xa5d52852,	0xc435a20a,	0xbd445852,	0x77e3a140,
-0x77480bd0,	0x2b801976,	0x753b07a4,	0x73d95d03,
-0xd03016c5,	0x782a743f,	0x43916c5e,	0xbd27fd46,
-0x6a9a544f,	0x1f8eb800,	0x5e1f68bf,	0x45458e60,
-0xb46aa20b,	0xa695c27b,	0x99324fcc,	0xda8db518,
-0xfcc4149f,	0x48496965,	0xc5125478,	0xcb9f4909,
-0x71a47a39,	0x49ddf7e8,	0xce2215a9,	0x48dd7334,
-0x3c28e674,	0x4284a19d,	0x9c671444,	0x15d3bf9b,
-0xdf404c34,	0x2dfad676,	0x1c5cfefe,	0x30db7f4d,
-0x10f34e61,	0x23155da3,	0x3af3b985,	0x1d8655ea,
-0xb69513fb,	0x8d5f54e8,	0x35e69628,	0xafa81388,
-0x6af91c17,	0x7626c421,	0x3e32a974,	0xae66288f,
-0xefa40d29,	0x5ed465bf,	0xb4bccd72,	0x8b11a682,
-0x9c5d73fa,	0x336970bb,	0x4735a454,	0x57dec421,
-0x3964156c,	0xd1e9d186,	0x02e976ca,	0x59154e20,
-0xb0ab5860,	0xc815a52c,	0xd4b1dcb9,	0x63632fcb,
-0xf8c1a929,	0x54b38ea4,	0xd996f2a9,	0x413e781d,
-0x91a3c805,	0x3e824c93,	0xb0fa09f9,	0xd1b5fd20,
-0x86c87eeb,	0xb4358449,	0x83c010f6,	0xe9736613,
-0xc1feef0e,	0x502bab4e,	0x28957ec8,	0xde5c9603,
-0x72cb212b,	0x21036dd2,	0x8b3e143d,	0xedb9de79,
-0x684ab213,	0x06a3eb80,	0x4db55f69,	0x5596549e,
-0xa80eeb50,	0x2acca5c2,	0xfe7940c0,	0x29f57d38,
-0x2de846cb,	0xc2edfbcd,	0xc18be42d,	0x264b4d5c,
-0x19236446,	0xf56e4772,	0xfd69111f,	0xfc79ce8c,
-0x1f95734d,	0x3490dcb2,	0xaeee7fb0,	0xfdeb7084,
-0x3eaa1188,	0x30cb5d59,	0x2f3f78d9,	0x205d4623,
-0x9976239d,	0x5d8261b0,	0xe853ac8a,	0x6edf958f,
-0xbdb35698,	0xf7f0e823,	0xea824b3b,	0x120b3c84,
-0x2cb798f1,	0x580169e0,	0x872514fc,	0xb02687fc,
-0xaffbfcea,	0xfb594a69,	0x2529fc6c,	0xae8fba52,
-0xd44533ac,	0xf6a96fc7,	0xe3677c9e,	0xdfa241c4,
-0x531ade0a,	0x356e5cd2,	0xa15dc75b,	0x8e558aa4,
-0x66c43340,	0xf7a2e22f,	0x476e0848,	0xadae3f2a,
-0x432fa0f5,	0x4603814e,	0x540373af,	0xcfcc3dbc,
-0x5824b73a,	0x78c8bd07,	0xb0be5cf3,	0x8fb444eb,
-0xf04b7b97,	0xab3767fc,	0x384ab1d5,	0x3ef77dbc,
-0xc886c7de,	0x741f60d8,	0xfec35ce7,	0xb741b64f,
-0x5a7fed96,	0xed2176dc,	0xc3b06edf,	0x8b42c8c4,
-0x92d38be9,	0xa5c6a842,	0xbc808e03,	0xb81d9d7d,
-0x267faab8,	0x7efcebe4,	0x6f5ed35c,	0xf15c7af0,
-0x1e2c5b99,	0x0d27778c,	0xd02773b4,	0xf51d5ce7,
-0xcf300ca5,	0x58575539,	0x0f4b720a,	0x3c53ba9e,
-0xf1565cb1,	0x2f5e6604,	0xb054db4d,	0xf4485728,
-0xcb26a9b0,	0x163cd80c,	0xa890c74a,	0x15529812,
-0x99b65ec9,	0xe5335bc7,	0x3ad38937,	0xde6626d4,
-0xd41090f2,	0xc01022ec,	0x5111e9da,	0x2152b83f,
-0xb7cdf055,	0xc3258cd4,	0xb92db8e1,	0x2463b430,
-0x4b9b1eab,	0xa997e650,	0x47896fa5,	0x12f3c3a1,
-0xc944834e,	0x5a50abba,	0xb3355598,	0xfb0124c4,
-0xfcf5f065,	0x559373f4,	0x25564f95,	0x7668293f,
-0x00507044,	0x6a5b01d8,	0xcc674399,	0x33d722d3,
-0xa8240343,	0x07d0d46d,	0x77646c6b,	0x2c91d071,
-0x6da9810c,	0x5eda4292,	0x744ccd31,	0xa939023c,
-0x8cfd962d,	0x4b43a81c,	0xf0db67d9,	0x5133d205,
-0xd85448f2,	0xd7987669,	0xe07844b1,	0xe036ed2c,
-0xef1ceab1,	0x07ac7a18,	0x4ed982da,	0x3ebe677a,
-0x0f48fa66,	0x1bbef9f0,	0x4e713ae7,	0x75cde01f,
-0xc4f38fc3,	0x178f130a,	0x6f0bd993,	0x52167e2c,
-0x46a8ef8f,	0x7a2dbcf6,	0x3a4e073c,	0xa2d54b05,
-0xb110264e,	0x655c7ee3,	0x87d661b7,	0x2d160bdd,
-0x93d090c3,	0x2e994302,	0xfef842be,	0x2a3fa8f7,
-0xd8338a50,	0x91967bcf,	0x68c30318,	0x1869ed49,
-0x59812298,	0xced3ef43,	0x5dbeb2e7,	0xb14cdad1,
-0x2dcc0d3f,	0x3b9c712e,	0x163ba475,	0x32b07638,
-0xb4aff890,	0xdf728615,	0xed3b9255,	0x583efd37,
-0xd8077e68,	0x3ca2f86a,	0x06125765,	0x67547c0b,
-0x65116881,	0xdda6e061,	0x6def68a4,	0x4740507f,
-0x5460d51b,	0xf35c2fcb,	0x8ea9f13e,	0xafba1e62,
-0xe1482458,	0xee29c442,	0xacad0b80,	0x3f842b3e,
-0xcb5d63c9,	0x35353d69,	0x06b8767c,	0x4ea04137,
-0x37e623eb,	0x6c8cb929,	0x64bf85b0,	0x337a24a8,
-0xdeef9220,	0x51ef6954,	0xb5da6ee6,	0xdadea854,
-0xfb6bc7ed,	0x75b2f1b1,	0x0d4c2cec,	0x3955a7b1,
-0xf21db5f3,	0x09b9bc06,	0xf956c31c,	0xc9f426a0,
-0x974a86ac,	0x9ace589a,	0x67d4cd1e,	0xf4871a87,
-0x519e8131,	0x9ea24be0,	0x68b868e1,	0x04828ed6,
-0x934c0e1a,	0xcb273f9e,	0xaa84d606,	0x5d99c08d,
-0x67a9c4ff,	0xa7b7bc5f,	0x1353ebd8,	0x38ee46ea,
-0x452c42d9,	0xb4292946,	0x1ec5554a,	0x8bccfddd,
-0xc8d7818d,	0x617d4765,	0x25596c4b,	0x288c2146,
-0xb8a92411,	0x16112bd5,	0x41bbcd26,	0x5d850ba1,
-0xf63f803e,	0xb224cbf9,	0x458cbc95,	0x9cc52066,
-0xd7205ab2,	0xb7f5399f,	0x9d694b5f,	0x1693901d,
-0x82ae2a98,	0xd26ecd6f,	0x43922643,	0x13d04daf,
-0x25cc4eea,	0x34b5f919,	0x09ce8262,	0x69642f00,
-0xbe00a504,	0x3403e901,	0x3bc08b78,	0xe6af35f6,
-0xbdcbf300,	0x867077c1,	0xd09dac4d,	0x58c3f76b,
-0x322ec60d,	0xeaad3a09,	0xc7ebc488,	0x1b632298,
-0x5de33d25,	0x219546fa,	0xaedab650,	0xd5f0323d,
-0x1843a21f,	0xea68c9d0,	0xddb84d3c,	0xfbfde45f,
-0x953b0832,	0x41d23788,	0xcb88faad,	0xd2e1c52b,
-0x8d1471d1,	0xb90ae765,	0x5db30762,	0xd3eddbfa,
-0x0dbcd60c,	0x15ac4a72,	0xb2a232aa,	0x989ffa89,
-0xae3ce43a,	0x35461438,	0x807bad6b,	0x5f188183,
-0xb3b254bd,	0x7b906a22,	0x3b80e806,	0x7cf31029,
-0x0c012e88,	0x1d959035,	0x0a6d0192,	0x25497a78,
-0xe7058f29,	0xd4be6400,	0x2691419e,	0x648d96a5,
-0xf06722eb,	0x60c35755,	0xcb16a379,	0x869a85f9,
-0x60c691eb,	0xfe0447a5,	0x509d1f6d,	0x64dcd3cc,
-0xb0f54f63,	0xc65183e2,	0x73f5d036,	0xd3892896,
-0x2690c349,	0xf4a3213c,	0x15a6eb29,	0x21ef2ac4,
-0xf30362c3,	0x76f1de6f,	0x428f5af8,	0x3ce3fe79,
-0xffb65487,	0x3f9d66d8,	0xb5df9df1,	0xacf1c1ee,
-0x26ec9ea8,	0x22373e4e,	0x5edf4432,	0xf5dcce46,
-0x9e08f382,	0xd2900c67,	0x43b2a768,	0xb9bcecc5,
-0x7731b94a,	0xf4d0106c,	0x2e3b2fa4,	0x5d160129,
-0x6c9c5508,	0x7e45f826,	0x412da2a8,	0x8950e054,
-0x9e7bffea,	0x02fcb035,	0xa148858b,	0x82c94b9e,
-0xe3596e02,	0xf2ff57be,	0x49d98f35,	0x5dc21f9a,
-0xdd6c0fbe,	0x7acb5cc7,	0x84463ef0,	0x399ac390,
-0x7495c5f5,	0x135e86f6,	0xe31875d0,	0x1ddda9f4,
-0x483685f1,	0x7eefb9de,	0x19b1d8aa,	0x28d08491,
-0x57125d86,	0x24185c1b,	0xc88d20d8,	0x61f73540,
-0xd46babbf,	0xb1a16ffc,	0xb4a4effd,	0x49937eae,
-0xa31bef4a,	0xdefd1e96,	0xf9a06cf2,	0x07c9dadb,
-0x1db422b8,	0x2b55fe65,	0x88719a38,	0x34724211,
-0x6ff55f4b,	0x806fe47f,	0xda6319e4,	0xde7cb0be,
-0xbf29abcb,	0x0780b059,	0x7b5a544c,	0x9d0851c3,
-0xae0534af,	0xa4aba8b4,	0x78e138e9,	0xe97c948a,
-0x332e184e,	0xcdfa5708,	0x68f815eb,	0x9b24aa4a,
-0x5af5374c,	0x1170f55d,	0xfdfba88e,	0xe42716da,
-0x800cc6d9,	0x30f4f029,	0x3cbbf640,	0x19de5ec2,
-0x4a03b248,	0x9266cc96,	0x6afe8b0c,	0x597946d8,
-0x90b5f414,	0x59cd55e6,	0x29e036fe,	0xd29c7f36,
-0x10868f00,	0xba2cbf81,	0xd3fb1ab1,	0xcba68bed,
-0x89fc9d93,	0x4f6efcb7,	0xca97be06,	0xb177bec8,
-0x27d562f5,	0xd77f5b86,	0xbfc1ec83,	0x31009161,
-0x586c4044,	0x4a27ea9a,	0x7fbde77d,	0x0720e593,
-0x00d2de6a,	0x9ec5ae10,	0x5fa27b73,	0x28d5daae,
-0x6707b61b,	0xb055ace0,	0xe18f32e3,	0x463ae479,
-0xa5acf70c,	0x9c3883e0,	0x4eb3e264,	0xb5e8c42d,
-0x5805fc8d,	0x296b99f0,	0x1cd5189f,	0x68085a8d,
-0xf1d8249c,	0xf273f02d,	0x713a42a2,	0x3b1ab91d,
-0x938da247,	0x09e26ce6,	0x4d3ed1ab,	0x7e826b08,
-0x6dd79162,	0x585cac4d,	0xe7f3042e,	0x63aa9674,
-0x0e561f47,	0x17bee4cb,	0xbda0afed,	0x48d22ef7,
-0x869547fa,	0x00f6749f,	0x568fea05,	0xd012835f,
-0x278093bd,	0x5f3a617d,	0x2a1241a7,	0x67ab2e27,
-0xf876bb74,	0x547546d4,	0xce4c4af3,	0x2065c064,
-0x45350db2,	0x07cca227,	0xb7eae48a,	0xb24f922f,
-0x8be4f045,	0x3651b724,	0xef54348f,	0xcc91669b,
-0xe0572acd,	0x8b932dbb,	0x098994a5,	0xa2523f84,
-0xb3463659,	0xe26a0fc0,	0xaee663a5,	0x5e34eb8e,
-0x3af37557,	0xf6f22efa,	0xb69f5ed7,	0x315f866a,
-0x5c87c7fd,	0x24f9296d,	0x6e147817,	0x62b1c4df,
-0x1d585826,	0x58d50f60,	0xe1844e80,	0x28e03ce9,
-0xf1eed53f,	0x165d062f,	0x0e1a1cd4,	0x94f2aa3f,
diff --git a/src/cpu/intel/model_6fx/microcode-m106f76a.h b/src/cpu/intel/model_6fx/microcode-m106f76a.h
deleted file mode 100644
index ab4b1b5..0000000
--- a/src/cpu/intel/model_6fx/microcode-m106f76a.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m106f76a.inc  */
-0x00000001,	0x0000006a,	0x10022010,	0x000006f7,
-0x9911aaf2,	0x00000001,	0x00000010,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x467900ad,	0x38137995,	0x56875a02,	0xff45c996,
-0xa6e65694,	0x50239910,	0xd40e99d6,	0xaa81c1b0,
-0x7f6753f4,	0xdf33c1bf,	0xa3f5d2dd,	0x51255f68,
-0xd185980a,	0x8a6c6bbd,	0x56206d2e,	0xd574f7ea,
-0xab0039ec,	0x7d979417,	0xc886c0ae,	0xac9f89f0,
-0x05c980f4,	0xe9304e5b,	0xf101387f,	0x0ff35cf1,
-0xfa7af25f,	0xd8982e54,	0x2c6e66a2,	0xf52a98fb,
-0x7c463009,	0x03a62c8a,	0x3d62b7d0,	0x6aba4ed3,
-0x63710e97,	0x0c810355,	0x5f6e2a8e,	0x66215303,
-0x9a67de8d,	0x7d69da22,	0x8644304f,	0x94b0f909,
-0x38814d11,	0xade3d3bd,	0xa1e437b5,	0x3a520f8e,
-0x1535edd7,	0x8c3053fc,	0xc86bf30a,	0x12e16f6d,
-0xfa8ea835,	0xc97ce663,	0x142ac49b,	0xd9f8a8a1,
-0xeb81cd91,	0x3f176047,	0xd6bf3ad6,	0xe15afea8,
-0x3e6fcdb5,	0xf773c0c4,	0xc5c06705,	0x3b19d195,
-0xc6b6c86f,	0xe76d0f45,	0x2298f0e0,	0xc3bfb0f7,
-0xc626a77f,	0x2f998c16,	0xee25f7e6,	0xeb9f6f6f,
-0xebb8e9f7,	0xc1a27a12,	0x2b5a8783,	0xe43daebb,
-0xe021ddff,	0x0bd9c080,	0xf7f51900,	0xe4e23ea1,
-0x38341c94,	0xdbbc9ec6,	0xd057e4b2,	0x3f9087c4,
-0xe0836a7e,	0xfbab954a,	0x20cb1cfb,	0xec44e02d,
-0xed064a13,	0x0dd2ba59,	0xe7910f97,	0xe3bd2ff7,
-0x0f42cd09,	0xc5693dea,	0xdabfa55b,	0x0b37cdaa,
-0xfdab5e9d,	0xfa629a43,	0x4d7e04a6,	0xef7721ed,
-0x969c8f94,	0x731c9ad6,	0xd97315a8,	0x9c0fc269,
-0x6c5bb8d4,	0xf0dfa788,	0x9ed34221,	0x64a19420,
-0xfeb3dde8,	0xb4aac191,	0x703c3a68,	0xffaa4126,
-0x81a11023,	0x527d6594,	0x953e0bdf,	0x89d309c7,
-0x706552d8,	0xb319a8e5,	0xe72b29c5,	0x74a17f01,
-0x7469d5f9,	0xc3c82f69,	0xb43bbb5a,	0x7b9684b3,
-0xcc521bc4,	0x957ea566,	0x4e5089c6,	0xcb43c097,
-0x9a88374a,	0x6a2b75f0,	0xdc8be721,	0x96417d2c,
-0x425ea1f5,	0xd83c7c39,	0x99ef90c4,	0x6b942bf9,
-0x1a38e4b1,	0xb8768f7d,	0xef3bc621,	0x130bdcd0,
-0xf320a161,	0xc9d19f54,	0x1b0f921f,	0xfa173f7c,
-0xd8bf4ba4,	0x31784a00,	0xfdd3b782,	0xd9f29e65,
-0x2fca2b6b,	0xd98178bc,	0xf3c7c83a,	0x2c9fd971,
-0x3b457c52,	0xdfdbd7ed,	0xcee1e271,	0x3cd258fd,
-0xfe8414a6,	0xc7ff14a0,	0x0f777bf6,	0xd4078c2c,
-0xfaa46ab2,	0x217857f9,	0xdeb1fd27,	0xf95ff110,
-0x2d696863,	0xdfd1b233,	0xff0b0fad,	0x2a779904,
-0xdaab3743,	0xf92ddd3d,	0x651d7a49,	0xcbf75de8,
-0x90bee476,	0x5c136996,	0xf2c6e6fa,	0x96fbc745,
-0x6c4afb94,	0xdaf21aaa,	0xda6afd90,	0x6c201765,
-0xd2ecb5ee,	0xd1f04c0b,	0x38037c3d,	0xfc2529ce,
-0xe8f7cf93,	0x1215d824,	0xfcbb5531,	0xebcfb824,
-0x1db0706e,	0xde4516f9,	0xf3603b4f,	0x111300ec,
-0xc7632db7,	0xde38178a,	0x7f8527ac,	0xdb7ebd67,
-0x90695cad,	0x61c29861,	0xfb41797e,	0xba145aea,
-0x68744bcc,	0xd7722657,	0xd6c3e32e,	0x7c751560,
-0x94d4981a,	0xc2b530fd,	0x588be7ba,	0x955c8ce7,
-0xc142c441,	0x540814da,	0xbf0a8009,	0xdd725d00,
-0x528f28f7,	0xa4efcb57,	0xf0d6816f,	0x75247184,
-0xa83a9e3f,	0xd9e23ae7,	0x332a6b16,	0xb7ce76ff,
-0xb3300aa2,	0x2f385af4,	0x92b7ab48,	0x9b061b31,
-0x25543cec,	0xb7f6802f,	0xdb8fee9d,	0x32adf93c,
-0xd529ded1,	0xc74e0a48,	0x1cba55c0,	0xfdd9984a,
-0xc545d97a,	0x3a1b5e8d,	0xb5e96bf0,	0xd81d0c49,
-0x5af79a7a,	0xa03aba1e,	0xfee63088,	0x7cedce60,
-0xaee8cd08,	0xde99d9e1,	0x7534b44f,	0xa3b38aa4,
-0xd531b401,	0x767658f3,	0xae20c30f,	0xfb861670,
-0x7e41afa4,	0x860919f1,	0xf96f8cb2,	0x795c56e1,
-0x895cf6a3,	0xfe3db059,	0x76449fce,	0xa109eb6d,
-0xfb236091,	0x5ec3e406,	0xae727227,	0xf3ebfeeb,
-0x5da08e88,	0xa9c528ef,	0xfbfdeeff,	0x7c002344,
-0x6592efb8,	0xd56778e2,	0xbffcae86,	0x6357f2e1,
-0xf6b66a36,	0x999e43f7,	0x7e5401c6,	0xf8da55a9,
-0xe5fe7540,	0x5a995ae8,	0xadf7455f,	0xe54c0153,
-0x4a25a1e8,	0x85fcdd7f,	0xc0d2fd41,	0x4dbab13c,
-0xa5569b27,	0xe1e6e33f,	0x20d2308d,	0xb340b0f4,
-0xae132ad1,	0x17c027c9,	0xa187fbc4,	0xa2e1fc77,
-0x85947d4c,	0x80665121,	0x0b40e119,	0x98cb1f57,
-0xa83ea3d4,	0x1cfd9756,	0x9c4fb97e,	0xc171df91,
-0x16da9798,	0xf912ea52,	0xe87c78ee,	0x1f7d9a96,
-0xb06a25d3,	0xee67d526,	0x6de442a7,	0x9e1fc5b2,
-0xf22dde11,	0x4ffb6394,	0x9c099dc2,	0xf3450821,
-0x54680f36,	0xbfde3715,	0xeee3c9b8,	0x5fde38d6,
-0x9e2d43b2,	0xcafe0f04,	0x45cbb6a9,	0x9e9adcf4,
-0xdb1e6605,	0x40dd6cab,	0x8547565f,	0xfd8356a8,
-0x5d406ce4,	0xa49896c2,	0xe53854a5,	0x57587912,
-0x81f4383d,	0xefc917b8,	0x73be9606,	0xaf9910a7,
-0xdd46562b,	0x5c704155,	0x8ff48ef2,	0xd639651c,
-0x59022602,	0xa612d777,	0xc714df51,	0x5b0be096,
-0xb98e057d,	0xe6308419,	0x50fe12a3,	0xb3fa0a11,
-0xe1c70728,	0x7fda9ada,	0xab3d2bc2,	0xeb10be70,
-0x4edc71e4,	0x8138b998,	0x8c945763,	0x4977b017,
-0xc8d93aaf,	0xa69699f9,	0x7126311a,	0xcb682988,
-0x98463fc5,	0x5d1e8d3d,	0xc3b0c3ec,	0x970246cd,
-0x55e32172,	0xc0bf4d41,	0x87018756,	0x7c6fb145,
-0xc5666ac6,	0xabbb1ca3,	0x755fc521,	0xc351f97b,
-0xb1182f96,	0x5e6cf247,	0xe569ff84,	0xb9898eef,
-0x5773e1fd,	0xcd43a8a7,	0xcce24944,	0x4e5dd0d2,
-0xbc91926d,	0xd39fdbae,	0x781362b6,	0x9e9b0776,
-0x02c8fd51,	0x59e2742a,	0x1d46a07c,	0x1762d917,
-0x3cfb6489,	0x0a42f945,	0x065f34c7,	0x1881bd85,
-0x3d5fabda,	0x2ed6169f,	0x249a76db,	0x28be1c03,
-0x3a384209,	0x1863ce4d,	0x1053f896,	0x38eda520,
-0x30fabde9,	0x394b43f9,	0x0346e58a,	0x37389cb3,
-0x15d0fdf8,	0x29c594fd,	0x2b844453,	0x1be6f155,
-0x1f65fed4,	0x0c7d2f55,	0x10d370f3,	0x14a15608,
-0x07544d7e,	0x336c4e5d,	0x272174d0,	0x0043bd76,
-0x38b5ec11,	0x04b4759b,	0x3b34f8fa,	0x3269ff80,
-0x49025f2e,	0x3f90baef,	0x7127e9a1,	0x6271ca7b,
-0x3d1028ba,	0x5d56e2ab,	0x613bf11a,	0x3f4ff929,
-0x5bd625a9,	0x6bc896f0,	0x363183c4,	0x72d3a8d4,
-0x4b651437,	0x1921047c,	0x5c438f32,	0x44de33f1,
-0x3e7bf308,	0x7b2393c8,	0x57938b77,	0x349e8f28,
-0x6e59b36f,	0x73a3289b,	0x1ecd5543,	0x6304510c,
-0x7fac64fa,	0x38d47220,	0x7a658ff6,	0x7bf0f9f4,
-0x1b3ff185,	0x57ac2f56,	0x421f6dcf,	0x1f55c7f8,
-0x75b029fa,	0x68da8367,	0x3f08def7,	0x7849cc08,
-0x6adf4961,	0x19fbf6f4,	0x5c4900d4,	0x6ee55292,
-0x08bda979,	0x57f98bc6,	0x58f94af2,	0x29505e91,
-0xa7714c73,	0x7818edd4,	0xd0bc6104,	0xa5f06560,
-0x6a327033,	0xd56eff93,	0x8c110cb8,	0x4432fcf3,
-0xca96ce30,	0xa991abe4,	0x6926da11,	0xd3806567,
-0x97851a39,	0x500d6865,	0xd1f7055c,	0x916bfd12,
-0x620509b9,	0xfdab4525,	0x82145b4a,	0x69bb6370,
-0xca80e455,	0xaffaaadd,	0x6a3b14b2,	0xcadda778,
-0xc3273ce6,	0x419d0a9f,	0xe2a2e847,	0xc94e558a,
-0x27db9596,	0xe5d7c9bf,	0xc19b7dfa,	0x226dafd3,
-0xc25cb5e0,	0xd549d017,	0x49c30516,	0xcb44c231,
-0xbc366efa,	0x5ce205e2,	0xdb5b45da,	0x9e74dd29,
-0x678d0840,	0xf2aedb93,	0xb0ee577f,	0x6673b353,
-0xddf51766,	0xb99c0106,	0x656a1243,	0xfb21bcbd,
-0xbe15df52,	0x416fff37,	0xbabbdd4c,	0xa4e038dd,
-0x263e8e86,	0xaa0c1fb3,	0x9be89c2d,	0x01b00c69,
-0xbe6653b3,	0xb08136ee,	0x026094bc,	0xb5f1e378,
-0xbc7cb22c,	0x01230952,	0xb0c001c3,	0x9ff6cc39,
-0x2c26d59b,	0x836582bf,	0x9417e914,	0xb728712e,
-0x5af61259,	0x86b23ca8,	0xc4b5fa54,	0x4f1b3b6e,
-0xf22f778a,	0xf595a7e2,	0x39b6ab30,	0xc895fbb8,
-0xb45c4295,	0x1e71039a,	0x8ac7d99d,	0x96e1f963,
-0x305cdd70,	0x31bb9b43,	0xbdf867ae,	0x84ab631e,
-0x76055642,	0xfb283940,	0xc5ce4d0c,	0x332d739a,
-0x905f250c,	0x9b3214cb,	0x56fcab7c,	0xcd748445,
-0x8ae38533,	0x8adc91d7,	0xd171c1de,	0x5b21a33f,
-0xe155bf7b,	0x891a97e1,	0x304c0e0c,	0xb28c36d3,
-0x835cada5,	0x6aa2b21d,	0xbc915992,	0xd93422df,
-0x4f245e34,	0x9105bdb3,	0xf718e087,	0x6e4c6c6c,
-0x8db4a1fe,	0xab306f24,	0x74c3b694,	0xdc06d0e8,
-0xa7c8390d,	0x293a651e,	0xde9c3baa,	0xf580331e,
-0x078779ed,	0x1fa73391,	0xd6b29fb0,	0xc365a048,
-0x3bbfeed3,	0xef02e271,	0xe85602c3,	0x08233e55,
-0x95b34c2a,	0xfa8aa369,	0x783d990c,	0x844731f6,
-0x95484c0f,	0x2621318c,	0xedf2f7a9,	0xcc2a8404,
-0x011be86d,	0x6fb0fabf,	0xe2010cb5,	0x82bd264c,
-0x0180848b,	0x0a886f1a,	0xeed63b9b,	0xea24f41a,
-0x4e65eb79,	0x5d0ebf96,	0xa6d3f1c0,	0xf9781841,
-0x065e84ea,	0xa9dcf869,	0xa918f949,	0x014adfeb,
-0xd7c00654,	0xf5961eff,	0x7b167f5c,	0x8aa0e16b,
-0x8305642b,	0x7e9ac948,	0xf0786018,	0x86e2d609,
-0x0e655ba9,	0x9bfc718e,	0xf9e5d4a1,	0x6935cc03,
-0xe55b063a,	0xfcd46a75,	0x1db444af,	0xe9ac0c5e,
-0xfb6bca84,	0x1e54c8f3,	0xec5d1e75,	0xf110aaf2,
-0x1dfed11f,	0x8b86c98b,	0xf1106794,	0x87cc12fb,
-0x82c4b867,	0x3cbe8cb6,	0x8d7fd9df,	0x41382210,
-0x34717cb6,	0x59cfafd9,	0x4d0fce18,	0xec5c2e40,
-0x56ff68d9,	0xb6ba95e2,	0xe74de373,	0xa9a0abc7,
-0xb1058df3,	0x87b21c0b,	0xa436577c,	0xd729aec7,
-0x8abea59d,	0x60147adc,	0xd18be0bd,	0x72ebe878,
-0x4fbc81f6,	0xb213152b,	0x5b148454,	0x1de9e9bb,
-0xb1302af5,	0x6cd7738a,	0x18bb8c58,	0x8c6a7111,
-0x65c06cca,	0xe2171813,	0x850e9ed0,	0x9ff21291,
-0xe6e74dee,	0x4bdb99ba,	0x9a3c6aa1,	0x4ad15cfa,
-0x2b2cec1f,	0xd50d3dd0,	0x23d4f65b,	0x01753fab,
-0xdab7ae3b,	0xc5b60f52,	0x031255c9,	0x3349eb6c,
-0xca894813,	0xfbe29df5,	0x3bcb4d51,	0x33dd1c23,
-0xf5e58f7d,	0x98ca49c6,	0x3427a25d,	0x54b0e657,
-0x9fa05130,	0xc0a78e14,	0x5726c729,	0x626eddd3,
-0xc7300d11,	0x210ac1e2,	0x61ca285a,	0xb59d217e,
-0x258b84c6,	0x0094edf8,	0xbb65edab,	0x4929fee9,
-0x0d8e85a1,	0xadd10473,	0x498cf830,	0xe54006a7,
-0x57744ea7,	0x44d79b45,	0x1b6f404e,	0x5a47604f,
-0x731ccf5c,	0xa1dc8f68,	0x6d541762,	0xc0a610b1,
-0x66ab9ec8,	0xb6101475,	0x081c5b64,	0xb773bb0e,
-0x6bc3c7d3,	0x19552503,	0x6f115809,	0x7bb54967,
-0xdd1f50d9,	0x6c5549b7,	0xb1489ffc,	0xd13cd9a1,
-0x70a70248,	0x88d270cc,	0xc77e059e,	0x45d1599d,
-0x494f5fe7,	0x9e9f4796,	0x88880c65,	0x19a78899,
-0x48f717fe,	0xbc5beafb,	0xcac443f4,	0x7615ae5a,
-0xe0f97ce3,	0xc186d276,	0x254fa6c9,	0xe1aa0be5,
-0x3838cfd4,	0x1f29b320,	0x17476863,	0x053bd0ad,
-0x8b43749e,	0x649b7510,	0x9332ebe7,	0xf7e889b0,
-0x35d41705,	0xb79ec634,	0xa909c026,	0x11f810b3,
-0x9011c6a8,	0x8010da65,	0x389c5169,	0xb6d68b7d,
-0x290833db,	0xd13371e4,	0x170e3b23,	0xca769fb2,
-0xf6836f23,	0x7733243b,	0xef6f831b,	0x9501fe05,
-0x2bb2bdc4,	0x304ca4d5,	0xc0b0a7bb,	0xf08b938e,
-0xac52c602,	0x515f0e6f,	0x61f0d676,	0x3f92c984,
-0x8a4bb49f,	0xee9cfeca,	0xe1184181,	0x005c72f3,
-0x3ae2bc1e,	0x50631f7e,	0xd18021cb,	0x8d5b9362,
-0x71fd63ef,	0xdbcb9d68,	0xa435dd9d,	0x7e50217b,
-0xe7d9fd19,	0xa8cb6ee7,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m106fbBA.h b/src/cpu/intel/model_6fx/microcode-m106fbBA.h
deleted file mode 100644
index 4b44abb..0000000
--- a/src/cpu/intel/model_6fx/microcode-m106fbBA.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m106fbBA.inc  */
-0x00000001,	0x000000ba,	0x10032010,	0x000006fb,
-0xed247070,	0x00000001,	0x00000010,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x000000a1,	0x00020001,	0x000000ba,
-0x00000035,	0x2a000000,	0x20101002,	0x000002f1,
-0x00000001,	0x000006fb,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x21d97964,	0x9846e570,	0x1d30fb85,	0xb909572f,
-0x88a15af6,	0xcff6f5d8,	0x01ade078,	0x72eac781,
-0x58d10d9f,	0xb7f2421d,	0xe4d5fcf1,	0x02889a15,
-0xad9bed07,	0xa32ab3e6,	0x3491afcc,	0x9c991c37,
-0x2a1c2071,	0xf066191a,	0x3bd898e7,	0x2648d958,
-0xc05f7908,	0x05864b9b,	0xbe4c1eee,	0x1e6c7ef4,
-0x0e7a539e,	0x100b2ab3,	0x1273dceb,	0xfec8847d,
-0x8f37946f,	0x634e3b5c,	0x691dbd61,	0xd89e3cb9,
-0x094639d4,	0x7d972e1a,	0xd6dbd94d,	0x2001c3ec,
-0x34f791f0,	0xeee0d794,	0x88b7459d,	0xc2c73aa3,
-0x607a174d,	0x4f0f8304,	0x65790b35,	0x00532bfe,
-0x1fd1e0cc,	0x7b91f873,	0x154ed42b,	0x7a7108e9,
-0x81637c95,	0x192cb173,	0x28ccd94e,	0xb9bcc372,
-0xac05171b,	0x867f47da,	0xf8e8c47d,	0x1edcdb4a,
-0xd2ca6c2d,	0xe9ee9169,	0x5a6efedc,	0xb6825038,
-0x09277eaa,	0x2a34e580,	0x0f794366,	0x86c99402,
-0x211b98bf,	0xdf8eb0e3,	0xda11d7bd,	0xd440363e,
-0xa7d49f1a,	0x16dd7395,	0x5b23c2fc,	0xab93ea3c,
-0x00000011,	0x3e547655,	0xa3c23fd3,	0xc4b7878e,
-0x8783318c,	0x52cc22bf,	0xaf347896,	0x54342107,
-0x72c7bb6c,	0x3e13b80d,	0x46bc1a33,	0x23cfc252,
-0x0d4ef13b,	0xc21dc600,	0xdb9ec613,	0x0899f190,
-0xafbb3213,	0x0652ed0a,	0x739aaabe,	0xa4d1ce13,
-0x0fb0b628,	0x1270dc1a,	0xb6d7833f,	0x6846a946,
-0xbc8adbe3,	0xb9f43c78,	0x2008edcb,	0x5a9c34a8,
-0xb38931a2,	0x0c0a82a8,	0xf1e458a2,	0xa20645df,
-0xcb6bb4ee,	0x85c91f0c,	0xed3e330d,	0x76c74422,
-0xdde7d6a0,	0x0af339f8,	0x1a7c4dbc,	0xe79f6e3a,
-0x73b720c9,	0xe1e83952,	0x686f7729,	0xf1925af1,
-0x2b154459,	0x1c540322,	0x5ec2fc7d,	0x87597cd3,
-0xb2031f29,	0x94589a6d,	0x55c3330e,	0x33af7895,
-0xedd71f83,	0xa5a11a4a,	0x4bc706ed,	0xf6f04df1,
-0x724cad51,	0x0a677c56,	0xd0356d3b,	0x6068e86c,
-0xd74f070f,	0xc07b0e3a,	0xa0b98d7d,	0x0041181d,
-0x79266ba5,	0x3ff83201,	0xd1b327ee,	0xaf55f568,
-0xe936acaf,	0xaa5dca57,	0xdeae2b1a,	0xd6643058,
-0x389cec0d,	0x7e524e3c,	0xb0b13d46,	0xbe0722c4,
-0x4fe4f260,	0x6569767a,	0x4ded63fd,	0x03474b65,
-0xe1875127,	0x328e6736,	0x2166cb67,	0x50ee94e8,
-0xd0a26ea2,	0x9751ca79,	0x22c0a65f,	0x5c458980,
-0xe9b9c62f,	0xa13221b6,	0xb43292db,	0x36e2b143,
-0xff8ba502,	0x3f42d32d,	0xd043d05c,	0x77bd8a19,
-0x9a652b71,	0xaae1b2d0,	0xe490085a,	0x181145c7,
-0xbfc061c4,	0x18bfd9b0,	0x22b830b4,	0x5201a02d,
-0x5651bc35,	0x535005f8,	0xcbe674e1,	0xe78d03ce,
-0xc52d0fa2,	0xc8b78a1f,	0x1b694c97,	0xce0e7567,
-0x0f2229de,	0x98c847cc,	0xe68554d7,	0xf9864b16,
-0x3cc47a83,	0x941221d2,	0xcc3a7ef4,	0x0170bb22,
-0xc9053a4b,	0x9c7721de,	0xed941a9b,	0x8be05de7,
-0x2f42fd5e,	0x36b0a67f,	0xb306a1f5,	0x34abbc36,
-0x24c17625,	0x6a3de329,	0x01988238,	0x066a1868,
-0xafca471d,	0xd2adc39b,	0x813525b3,	0x00a0acf5,
-0x2aa361cf,	0x4dbe173e,	0xdaf77894,	0xaa889ded,
-0xa3697b54,	0x80d26705,	0x0c2da0f3,	0x58a4b8a4,
-0x39cc0d4e,	0x3c9d4670,	0xd2b5d20e,	0x2724e973,
-0xb1351d5c,	0x20906d79,	0xe24891e5,	0x2035c218,
-0x4e0139ea,	0x56be6bd7,	0x083b0550,	0xbb402759,
-0xfd95c78d,	0x9fb7daa5,	0x60175f4c,	0x32446eb0,
-0x5021b32b,	0xa772bf99,	0x377195f7,	0x442fb939,
-0x4425cf3f,	0xd0413035,	0x515c39e8,	0x869ee778,
-0x8d4c2561,	0x826a5d49,	0xba1d315e,	0xd850a5b1,
-0x3241090d,	0x4bc25949,	0xa08b2d5e,	0xb69c0931,
-0x7c510465,	0xffb294e3,	0xbd919d03,	0x591938b8,
-0x66fce51e,	0x1da2e975,	0x513c2611,	0xd2c89b3b,
-0x55fa8777,	0x7287353f,	0x0e53d7f5,	0x409d5772,
-0x2db94ea8,	0xde0e9927,	0x8a1e2ac7,	0x1f7ec493,
-0x61089e93,	0x6abe868e,	0xc0df9a96,	0x4436a57d,
-0x0c48c8b0,	0xa247ee28,	0x141d6787,	0x1b12b920,
-0x2e21a991,	0xf0ff3f1d,	0xab4b5b32,	0xc0a0ca68,
-0x430e80d8,	0x8d74a965,	0xb54d5f63,	0x5d68e9e4,
-0x6b548ee8,	0xf047d59a,	0x3b4789f9,	0x21b5069c,
-0xf913817b,	0x732e9a9d,	0x2874cc28,	0xa9627bc0,
-0x6fdb58d6,	0x13587cf9,	0x39ce92e1,	0x36b9492d,
-0x5408f555,	0x8ffe55ba,	0xb43c9df5,	0xfac29337,
-0x56cbe2b3,	0x0185d1ed,	0x9be346e7,	0x40a19df7,
-0x3c1a2895,	0x4d26af1f,	0x45a55ab6,	0xa842ab52,
-0x1f747d77,	0xe0d9102c,	0xf971b544,	0x7ee0828a,
-0xfe3c6fac,	0x25395596,	0xc9b47fa3,	0x156ce98b,
-0x8f31e2b0,	0xb6e25664,	0x9640f47b,	0x8ac2d5bf,
-0x840e6610,	0xa97a44b9,	0x3fdc0ea8,	0x06910a51,
-0x2091b59a,	0x9c2e5439,	0xf8842451,	0x3f9a4ff3,
-0x362a0004,	0x12dad719,	0xb2f60dd0,	0xa97a0474,
-0xfa3560c2,	0x7fd81bf8,	0x57f7532e,	0x23486049,
-0xaafefb9f,	0xc66725ee,	0xdb9cd720,	0x63f4e092,
-0xd0a26789,	0x64b0aa78,	0x58af8ea1,	0x585d3712,
-0x1fd2f90f,	0x8e0574b1,	0x50e4b136,	0x2c1dbb31,
-0xc02feb6b,	0xa2714a85,	0x9130f487,	0x4a1253c2,
-0x6bad5346,	0x546c4765,	0x4fd9e206,	0x1e958eea,
-0x9015b920,	0x50328bec,	0x1cb229f7,	0xe68970ce,
-0x6596e986,	0x5bc7ebcb,	0x68a13530,	0x773e1ef7,
-0x705d8d8e,	0x58a4be35,	0xd1b47b52,	0x0c1d7eb9,
-0x94c9bb62,	0x9f8b78f3,	0xeb6f4c67,	0xe1359c6a,
-0xcc9bb75c,	0xc58dbc28,	0x53972a64,	0x1e077ac9,
-0x30b94c6d,	0x85bd7fca,	0x834a8432,	0xa56b0993,
-0xe8298659,	0x75f7aa51,	0xeff8d034,	0x89ff3761,
-0xe5280f0a,	0x62dc4a8e,	0xa3993ac8,	0x71122e79,
-0xd47785e2,	0x34158175,	0x63c8d85b,	0x7ac99eef,
-0xe0bd1e85,	0xd34d96cb,	0xb98776ef,	0x2ced7ad0,
-0x8de1a90b,	0xb91c6986,	0x031585b2,	0x945f0055,
-0xd619c86e,	0xbcd30cf2,	0x4bf7ffbd,	0x723a068b,
-0x19063c35,	0xb1a0bf7e,	0x76712f67,	0xd4a648d3,
-0x2eac160d,	0x284404e3,	0xc8a18a02,	0x2ff33921,
-0x8d56011a,	0xfda7cc43,	0x41e15608,	0xec688d2d,
-0x648eb60c,	0xe67029e2,	0x481e2a28,	0x82748afd,
-0xd243f0e6,	0x7d48b037,	0x8911dd57,	0x9876663d,
-0xdfc8715f,	0xa725ff6a,	0x18ceae0c,	0x571c5836,
-0x017ec3a0,	0x23e2b7bc,	0x8a19e5d1,	0x49f1ad67,
-0x6eb53ff0,	0x70d5e83f,	0x8d587f1b,	0x9fcd1b0d,
-0xb77c9c28,	0x0fa9ffc9,	0x2567087e,	0xd2626fa6,
-0x13a3d9f8,	0x327f16ea,	0xcf6c283d,	0x9cb948d5,
-0x82d61c27,	0xee7df429,	0xdba4362f,	0x873cd73f,
-0x3ea8c681,	0x99914378,	0x3cdb5ad8,	0xaeb85eef,
-0x10100fbb,	0xc99eba28,	0x55f32c4d,	0x676315eb,
-0xe78da6bd,	0x341f250b,	0x0139763f,	0xf9bcdd95,
-0xee95a716,	0x477450bf,	0x0655a8ec,	0x82ba0c7b,
-0x1f8140ba,	0x1ce6ade2,	0xb395d6bd,	0xe420cc72,
-0x00c9379f,	0xd499a95a,	0x04212c33,	0xe02ccdcf,
-0x01ec3905,	0x23d2c3e9,	0x105c1fc3,	0xedf2f621,
-0x0d2e782a,	0x24f4ed1b,	0x8c8e6bfa,	0x43881813,
-0x67bd4cd1,	0x529b5f8c,	0x7dce8273,	0x792b3c08,
-0xd6d49290,	0x141eb20d,	0x90198577,	0x461a9ca2,
-0xe3ce9501,	0xc1888a85,	0x904ce501,	0x04ab4ef9,
-0xfe292a8f,	0x3aded4f3,	0xa9c4673a,	0x384ba9ca,
-0x092f1252,	0xc0464403,	0xcba863b5,	0x509464ba,
-0xe11d075b,	0x26f1c460,	0x167b95ce,	0x4cec6a27,
-0x1d4845f5,	0x4e8a1314,	0x857e5e97,	0xb7195631,
-0x0378dee2,	0xf461bbd3,	0xc8bfc18d,	0x4587627b,
-0x0cb224e9,	0x0332b337,	0x4d566685,	0xbb52863d,
-0x98f4e44f,	0xa504d2e9,	0x6d57f47e,	0x4a015409,
-0xf54d386f,	0x2da77a2b,	0xab04d06d,	0x7bf8ea19,
-0xb0ebc25c,	0x91119128,	0x56c54eea,	0x152f4e23,
-0xa25117ce,	0x99534ada,	0x8842eb0a,	0x3a5dd205,
-0xe97955a6,	0x80950258,	0xb925944d,	0x628b7f30,
-0xb07c3e37,	0xf5c86344,	0x4c36449e,	0xd940801d,
-0x7b3b0da0,	0x16ea7b8d,	0x4a0f4fa0,	0xbd480d07,
-0x82ec44f6,	0x51779667,	0x5bdbb1d3,	0x8deb45ca,
-0x38a66184,	0xfb470fc9,	0x25363fb1,	0xbc129a95,
-0x29d5068f,	0xf517f1bb,	0xf5769dc1,	0x75a0256e,
-0xa6b98e74,	0x2b76fcdd,	0x4de2eb6d,	0x24ed8d53,
-0x1a6cc18f,	0x1736d538,	0xf4b1cbfe,	0xf8922e6d,
-0x70db7017,	0xdb34cf04,	0x3120bfbf,	0xe087fc6a,
-0xae0a91e2,	0x9f2ea090,	0xbc05b13a,	0xc0ed6589,
-0x73ea7422,	0xbabc72c6,	0x4de4ca2f,	0xa9f8d16f,
-0xe4de37b8,	0x353eeb76,	0xdde6b6ed,	0x21d9e183,
-0x7c57e342,	0xf28b9bb1,	0xab7ca9c0,	0x4a085c72,
-0xffb07dd6,	0x63abd7f7,	0x1ae27c52,	0xf77ee0d7,
-0x708b3437,	0x7e2dff0e,	0xb6b319e6,	0x8c84e925,
-0x55087edc,	0x500f35ad,	0xc81640b0,	0x937d864e,
-0x9efa3d5b,	0xf5eebce7,	0xc740d979,	0x62ab9012,
-0x08e825b3,	0xeba1dda6,	0x0052dd87,	0x6d8d8ad4,
-0x4a047831,	0xfcd9bee3,	0x8510f73f,	0xf83c5f7e,
-0x5a09c0f7,	0x95b0eb08,	0x698d240f,	0xa0560b49,
-0xe19b647a,	0xec596c6b,	0xd13d7808,	0xe259263f,
-0x4a6d99ce,	0xbf035717,	0xc410e0c8,	0xebf36b19,
-0x99256c4a,	0x6c9463e3,	0xf4999032,	0x12216280,
-0x3b8d2e40,	0x1bc6337c,	0xdaa5f7e1,	0xa9acb5ab,
-0x6ccb91dd,	0x152fc803,	0x0bcbc7eb,	0xb94d2418,
-0xd65b6f1e,	0x694756a0,	0x14cd941c,	0xa56429e3,
-0x945054a4,	0xd4922be6,	0xd571552e,	0x82b5c823,
-0x668fafe8,	0x2827fdd9,	0x9af3de76,	0x2a5d0078,
-0xf5ae0dd5,	0x223e7253,	0xa0ae4bb4,	0x812bb4ed,
-0x7d2b571b,	0xfa71b182,	0xb0a73540,	0x3ad09e40,
-0xc814ec6e,	0x71a63179,	0x645ac68b,	0x68d1f6ab,
-0x8dad1277,	0x3782a2a8,	0x173335f5,	0xb5aa47cf,
-0x6df9de08,	0xd1175256,	0xe4d4c2f3,	0xaad6edac,
-0xa0dcfa5a,	0x38e7df7b,	0x93e2fbe9,	0xefe7dc23,
-0xef1ec4b8,	0x9b9f7a91,	0x148474cc,	0x03b75bd2,
-0x5210cba7,	0x4a9b1025,	0xebded8fc,	0x7c570275,
-0x3b654b12,	0x484ed1cf,	0xf4765b45,	0x42b55bd4,
-0x33f6be6b,	0x62e0f627,	0x170ad64c,	0xa80f34da,
-0x695c665f,	0x58a7aa98,	0xd51bab9f,	0xc3b18153,
-0x3ce425c2,	0x81977e00,	0x3b692349,	0xcbb9621f,
-0xc7ed3dec,	0x69bb55fc,	0xf68cb3da,	0xa89f69f9,
-0xe9d78668,	0xac0d599c,	0x9338622e,	0xef6a80a7,
-0xcb803262,	0x98db8030,	0xbc0d6a0e,	0xd0406313,
-0x70d22c76,	0xe71a332e,	0xa55ccdc3,	0x8306d4c8,
-0x5a590069,	0x84fcd275,	0xd090c333,	0x61941b43,
-0x05dcb6fc,	0x83302e99,	0x8526a3ca,	0x28217e4a,
-0xeb77a9ef,	0x285993f7,	0x721d0d7c,	0x920ca6d1,
-0x4a707536,	0xd5aedad0,	0xa82d8e14,	0x235d429e,
-0x68deef3a,	0x48508124,	0x39117ab4,	0xcab7d6f7,
-0xe3799e96,	0x0341dc52,	0x9b10cb97,	0xb76cff12,
-0x78cf69ee,	0x7580b0b5,	0xd320eca4,	0x8c8916f0,
-0x8f04862e,	0xfe38abd1,	0x6af5a6f1,	0x66f216ea,
-0x859c936f,	0xa90c4401,	0x8fe63969,	0xc90d9d23,
-0xdfab6b8b,	0x3b9464de,	0xd4ace239,	0xc8a7a433,
-0xcac0d44c,	0xebe91b1f,	0xb4b10e97,	0x54710112,
-0x14a46abd,	0x6dc859f8,	0x2aed77f0,	0x273d89e5,
-0x17a3c103,	0x761102a3,	0xd2491878,	0x18574db8,
-0x42dd690e,	0xa8e72afe,	0x7a65f1aa,	0x901ed923,
-0xafb8241d,	0xe30986ea,	0xf47a2659,	0xa81ec77e,
-0x8a2534e5,	0x88b8a2cc,	0xeaa1925c,	0x659bb838,
-0x803efa9e,	0xa9ce4dd0,	0x1acc5aa8,	0x047e971e,
-0x16104e25,	0x75340f02,	0x1ef59151,	0xd59d05c9,
-0x815bdc70,	0x3317e826,	0xf02214b5,	0x7ef593e5,
-0xf11dd120,	0x2f5af673,	0xb7a36369,	0xde04b6e3,
-0x70a3698b,	0x8a6a7125,	0x49f9a042,	0xe91787f1,
-0x3c4eca64,	0xf07e2e3c,	0x639f7f1f,	0x29f31127,
-0x7ec2c0c0,	0x5ad15e5e,	0x3841a8f6,	0xe92c1f13,
-0xe17428fb,	0x0520dd9b,	0xad7dc436,	0xd0f9ea71,
-0x6af99936,	0xa98ff1fb,	0xea4d63de,	0x14fc27e8,
-0xf0f310e7,	0x81e089fb,	0xcb968a2e,	0x398deb9d,
-0x08dd9475,	0xb93e206a,	0x6e263c42,	0x6a7db788,
-0xbaf2550a,	0xe8b2f1a5,	0x52c429a5,	0x86914709,
-0x151337b3,	0x72b0fc5a,	0xc2c8b2f8,	0x25fdc9d8,
-0x8d277a69,	0x085053eb,	0x53b0eefc,	0xa3174f8f,
-0xd63c8985,	0x9dabc0e2,	0xfec0af7d,	0x93fe2b0a,
-0x77c80d92,	0x22251dce,	0x365ff8cf,	0x8848fa18,
-0xd8d69de1,	0x4ad3cc19,	0x82a61ab9,	0x4f5c14be,
-0x18aee9cb,	0x688b99c3,	0x9989a836,	0xc8ed5c3c,
-0x67f9594f,	0xb429f789,	0x6ec3958d,	0x20700d5b,
-0xc4d93f4c,	0xb117da5a,	0xeb489006,	0x46ac68a0,
-0x345acaec,	0x5fbf7ec6,	0x0250cab0,	0xc6cd7acf,
-0x06c7fc31,	0x875e8d46,	0x3afcfde8,	0x1019d628,
-0xb6e606a6,	0x09b1600a,	0x0c6bf04c,	0x0c363f57,
-0x6cb49893,	0xcc7e67b7,	0xf6acee2b,	0x1c1d5686,
-0xa4aa0517,	0xe2089ec1,	0x2af868d4,	0xc1f88447,
-0xd8302e27,	0xd2110970,	0x99a3fb15,	0xb623834c,
-0xa66ead4d,	0x76339df5,	0xe9f550bf,	0x841fcd37,
-0x3fb5f706,	0xaea711f1,	0x63ca054e,	0x616b9e4d,
-0x46a13dc7,	0xaf6dda31,	0xec4b56a5,	0xa3590ba2,
-0xbabe700a,	0xd7a9b0e3,	0x5795f4af,	0xa4ec6ce4,
-0x4da3178b,	0xb0de3f9d,	0x9d87e82d,	0x8e4351a1,
-0x859d41c8,	0x13a2c468,	0x07afcc0e,	0xf1da5180,
-0xb8829fca,	0xbfe9b071,	0x12b08a30,	0x694b7b44,
-0xd8acd12c,	0x21d16561,	0xcec3605c,	0x2e4767de,
-0xe1dcdd25,	0x53ffe036,	0x1425b454,	0x5ca3a48c,
-0x1f2d956f,	0x83293d38,	0xe552cbad,	0x752d6b53,
-0x164dba6f,	0x42a461f0,	0x9859d7de,	0xf66c3edb,
-0xece40962,	0xa14a6eea,	0xdefb7686,	0xd80ee1ab,
-0xaeb77e49,	0x403e1906,	0x0e51f3c0,	0x5c9f28c0,
-0x0d272689,	0x545beab0,	0x54cdf4b3,	0x904f5db6,
-0xfe9f71ce,	0x9418f3c3,	0x7ee39ce1,	0x0800f2bd,
-0xa2c3d6df,	0x27711007,	0x78dd3877,	0x4297a11a,
-0x2b8eb39e,	0xea70e965,	0x1fb677b6,	0x675e3093,
-0x26da7820,	0x1f56907e,	0x85427150,	0xe6c21bf9,
-0x8299ade0,	0x1adb2cd3,	0x05614260,	0x6d45f108,
-0xcc26813c,	0x29e466ae,	0x9435f2ca,	0x6c98707b,
-0xef50c1ed,	0xf9a34dca,	0x9e1a6c08,	0x3be4d7e7,
-0x1cbc99a9,	0x409c5101,	0x0ae056a0,	0x25e0ee1c,
-0xa2397cbd,	0x8ef74f44,	0x63983a83,	0x4fbfd861,
-0x90f34161,	0x74c1757b,	0xe62046db,	0xe4edda98,
-0x38643fd9,	0xe479426f,	0x3f94a6c8,	0x9b72900f,
-0x7b9882c1,	0xfe4f4b6d,	0x036d4e10,	0x13f2dde4,
-0x64ec547e,	0x4d4289ec,	0x9f266d7a,	0xf8414ac6,
-0x16a6a163,	0x5543e30e,	0x4e5da63a,	0xd237f10b,
-0x18c3e60f,	0x5d3f91f9,	0xd70f4dd9,	0xb4a8cd4b,
diff --git a/src/cpu/intel/model_6fx/microcode-m16f25d.h b/src/cpu/intel/model_6fx/microcode-m16f25d.h
deleted file mode 100644
index b68579e..0000000
--- a/src/cpu/intel/model_6fx/microcode-m16f25d.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m16f25d.inc  */
-0x00000001,	0x0000005d,	0x10022010,	0x000006f2,
-0x9384a573,	0x00000001,	0x00000001,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0xe32da2e3,	0x0b02d145,	0xf44f9d92,	0x8e379b7a,
-0x6f4270f9,	0x19a2c835,	0xcda45382,	0x74f246d6,
-0x2feb8c1b,	0x4cc03667,	0xb452ba26,	0x9629f921,
-0x76c647d2,	0x9b290b2e,	0xae8abaa3,	0x0ee9d110,
-0x36caf351,	0xd31d8388,	0xcdfefd5c,	0x0c07e711,
-0xac032201,	0xf798593f,	0x0abae9b1,	0xd27ed06f,
-0x7af763f0,	0xd04899e1,	0x02794968,	0x6f911ee5,
-0xa65f5664,	0xe2bad0fe,	0x20fd3ea5,	0x8e80e0e6,
-0xb3a9d037,	0xaef70189,	0x01e60aae,	0x35916cdd,
-0xda9968d9,	0x04b7ba73,	0xeb640ca0,	0x43cf6483,
-0xb9ee837e,	0x40cddcea,	0xc4e0c7f2,	0xd4375d72,
-0x24507f5c,	0x33b59dd8,	0x24af2ecb,	0xf95d623e,
-0x84251660,	0x81c2c5be,	0x87a0eefc,	0xda609566,
-0x98f7b1a5,	0x8b99cf9f,	0x91262115,	0xe1e70b3e,
-0xfd618422,	0x4e271d9e,	0x30dde85c,	0x1eef4f8f,
-0x5414ab71,	0xcdd17175,	0x53447f57,	0x65aed0fc,
-0x26da26fb,	0xf18c45c7,	0x9ac02699,	0x8b3bdf8f,
-0x56855380,	0x0b6fe851,	0xe0806eba,	0x63b4f9a9,
-0x0165c133,	0x78195a10,	0x208274ed,	0xfb5fc52d,
-0x93dba36f,	0x5229dd36,	0xfd4da34a,	0xe20acf6a,
-0xb752fec5,	0x539da293,	0x5dd55f32,	0x1e7a9b1f,
-0x0fbc9023,	0xe917cfec,	0x145d11ec,	0xcf57352a,
-0xbba8cc49,	0xd9fa2f27,	0x44d0ce61,	0x83e1113f,
-0x46bff28f,	0x3963fb31,	0x45c8f622,	0xa035479f,
-0x5d795ca6,	0x04cd2117,	0xffff23c6,	0x63104ad9,
-0x75ed6ef6,	0xddc7b671,	0x5ba4b3f8,	0x5dd86d6f,
-0x3b5e04f7,	0xe717c51e,	0x0ecc5aa3,	0x944daa3f,
-0x095f39eb,	0x6192ee8d,	0x70a62ea1,	0x85c7a8a7,
-0xabb1e226,	0x16d8e7d6,	0x1c941e73,	0x9afe1f9b,
-0x3f8ca013,	0x8678a083,	0xca83cf32,	0x059dffe0,
-0x594a2eab,	0x0d2efbf3,	0x9a0e10bf,	0x7a18e8c6,
-0x976e235e,	0x217be329,	0xa8251bcf,	0xc05527ff,
-0xeaceeb11,	0x7ab35f69,	0x2121fd18,	0x65164cdf,
-0x5bc340d8,	0x6f7504c3,	0x49b6a1ea,	0x3db80d0f,
-0xd9bce615,	0xcc3cee35,	0x2fed7b82,	0xc71ef96c,
-0x277117c5,	0x798af695,	0xc81e9619,	0xb0f29d92,
-0xe3f9aa6e,	0x3df3ccfd,	0xc24ac0ad,	0x3652b337,
-0xbb082497,	0x619f4764,	0x723b778a,	0x65fd9f80,
-0x445733b6,	0xd9fa2f27,	0x11859b34,	0xd6b4446a,
-0xb9400d70,	0x6c36ae64,	0x45c8f622,	0x0a9fed35,
-0xf7d3f60c,	0x51987442,	0x5555896c,	0x63104ad9,
-0x8a129109,	0x2238498e,	0xf10e1952,	0xa2279290,
-0x3b5e04f7,	0xb242904b,	0x5b990ff6,	0x6bb255c0,
-0x5c0a6cbe,	0x6192ee8d,	0xda0c840b,	0x2f6d020d,
-0xfee4b773,	0xbc724d7c,	0x1c941e73,	0x6501e064,
-0xc0735fec,	0x2cd20a29,	0x357c30cd,	0x059dffe0,
-0x0c1f7bfe,	0x587baea6,	0x65f1ef40,	0x2f4dbd93,
-0x976e235e,	0x8bd14983,	0x028fb165,	0x950072aa,
-0x406441bb,	0x7ab35f69,	0xdede02e7,	0x9ae9b320,
-0xf169ea72,	0x908afb3c,	0x49b6a1ea,	0x68ed585a,
-0x8ce9b340,	0x33c311ca,	0x7ab82ed7,	0xc71ef96c,
-0x8ddbbd6f,	0xd3205c3f,	0x9d4bc34c,	0x1a583738,
-0xe3f9aa6e,	0xc20c3302,	0x3db53f52,	0x9cf8199d,
-0x44f7db68,	0x619f4764,	0x276e22df,	0x30a8cad5,
-0xbba8cc49,	0x8caf7a72,	0x11859b34,	0x7c1eeec0,
-0x13eaa7da,	0x3963fb31,	0xef625c88,	0x0a9fed35,
-0x082c09f3,	0xae678bbd,	0xffff23c6,	0x9cefb526,
-0x8a129109,	0x776d1cdb,	0xa45b4c07,	0x5dd86d6f,
-0x6e0b51a2,	0xb242904b,	0xf133a55c,	0xc118ff6a,
-0x095f39eb,	0xcb384427,	0xda0c840b,	0xd092fdf2,
-0x011b488c,	0x16d8e7d6,	0xe36be18c,	0x6501e064,
-0x95260ab9,	0x79875f7c,	0xca83cf32,	0x50c8aab5,
-0x0c1f7bfe,	0xf2d1040c,	0xcf5b45ea,	0x7a18e8c6,
-0x3dc489f4,	0x8bd14983,	0xfd704e9a,	0x6aff8d55,
-0xeaceeb11,	0x854ca096,	0xdede02e7,	0xcfbce675,
-0x841e172f,	0xd1836ef6,	0x21358ab3,	0xe64e765d,
-0x2bb7c3ee,	0x17cb5221,	0x4981ba51,	0xd47a3843,
-0xc14b7136,	0x5ec4dde8,	0xd7aeddf7,	0xdf283450,
-0xd9de9c89,	0x2f21dd24,	0x7a829f8d,	0x6d7a7409,
-0x6793a056,	0x4acebaa3,	0x19bce883,	0xb6f3589a,
-0x8c34a416,	0x26287ee2,	0xc53af3ab,	0x8776aecb,
-0x82ae7486,	0x7beede7d,	0x6297c66c,	0xa7d5a0ef,
-0xcc5b7d98,	0x652585b7,	0xe86e07fd,	0x72bfdbbe,
-0xab43328b,	0xd589f8dd,	0x6a8d330e,	0x48205271,
-0x595b8430,	0x3e929a43,	0xf708ae20,	0xf2b48517,
-0xdcc430bd,	0xa4b61a94,	0x35cc1c1e,	0x40867959,
-0x4b2a02e4,	0x42a2d44f,	0xf9ee857b,	0x85803a4f,
-0xd7ce570a,	0x919287af,	0x9720bd2b,	0x7a35c799,
-0x93a74932,	0x8c7d168b,	0x2dfbd120,	0xfc6d06d9,
-0xd1d76878,	0xc378161d,	0x7afc2a57,	0xfc1e2b22,
-0x273d6014,	0xc9d26cd4,	0xd7168218,	0xc6f5b7e3,
-0x6338ed3e,	0x9760c540,	0x5217a284,	0x94f810bb,
-0x44b788a1,	0x7569fdd8,	0x43b0e151,	0xe4fa7267,
-0xf3a4bac7,	0xe2da00dd,	0x3bb70657,	0x9c809ae6,
-0x41e40a20,	0x39aba1f8,	0xabf9231e,	0x3600aa33,
-0x14eeb867,	0x3433aa5f,	0x6210db34,	0xc12dd01f,
-0x6412c75e,	0xcfc021ff,	0x51854f6a,	0x63024aba,
-0x2b9dd405,	0x68eae8f3,	0x6b229e90,	0x66715ad3,
-0x9356cdea,	0x1785f8a4,	0x9f47b815,	0x135ce0fe,
-0x948a1572,	0x3bd66ec5,	0x278af48f,	0xc41d3127,
-0xa0315a8d,	0x8b258120,	0xbbb987f1,	0xf8104f94,
-0xaf6005de,	0x7836d3d8,	0xdaf3b84c,	0x7badf86b,
-0x64929c4e,	0xd3445b54,	0x0665cbeb,	0x25d7c7bc,
-0xf024a9ae,	0xeb09f55c,	0xcd4b8599,	0x6797c0c4,
-0xdc937428,	0xc2bb99c3,	0xf27ddec7,	0x9409bbd2,
-0x50cbcae2,	0x643648bb,	0x579dc153,	0x21ae1281,
-0xb89e62d4,	0x82744722,	0x3b1ee274,	0x530ad116,
-0xe8c74d35,	0x697614af,	0x39c136ae,	0xd214cb09,
-0xa654055c,	0x4905314f,	0x8413e9fe,	0x7a3f264b,
-0xa9debb13,	0xace6e93b,	0xc18078eb,	0x8ea864be,
-0xf65b119c,	0xafe6e0b1,	0x0a793d31,	0xb24669a9,
-0x54229960,	0xdb54c384,	0xaafb33b0,	0xe749beaf,
-0x5c95dc0a,	0xaeefa011,	0x004b6be4,	0xdd056986,
-0x039cc3ce,	0xe9621de8,	0x780b5909,	0x66269c2d,
-0x0c18be2a,	0x7bd4e50a,	0xad055d0c,	0xe8bc6a72,
-0x3e3ce765,	0xf2b327fa,	0xd449b96d,	0x55dd5fc3,
-0x08aa0917,	0x629b02d2,	0x5bc7d844,	0xb3ec2289,
-0x9ea39052,	0xbe24bcb2,	0xf10e21b1,	0xca8f54aa,
-0xe5dfd399,	0x8a77ac1c,	0x15621798,	0xbc73d912,
-0x2dd02667,	0x008fe60f,	0xe0712f7e,	0xcb52fa84,
-0xfa02f3b7,	0xc2c1d7aa,	0x30f14516,	0xd153f9d9,
-0x4932076e,	0x322da42b,	0xc74f4c86,	0x0fdad2b2,
-0x7225b3c8,	0x4c1fcbfe,	0x7db6b2da,	0x73e9ba8c,
-0x51f0d91c,	0xe340eb1d,	0x142834c5,	0xc2fe27ef,
-0x11455e6d,	0xb0a81649,	0xf42bb2fd,	0x320c73dc,
-0xf75a52c1,	0xdb1f8d74,	0xf01370d4,	0xf2935fff,
-0x426bedb6,	0x1da97d16,	0x096657f9,	0x650daf73,
-0xc030af66,	0xc1f98259,	0x95578020,	0x3f0f12e0,
-0x499864d0,	0x72aba0d2,	0xa6313b0f,	0x803a192d,
-0xa5e9bd05,	0x28d3f8a3,	0xf0b40844,	0xc5b1cfa2,
-0x42e1f771,	0x4b9e8bc7,	0x8df27c91,	0xb8e97ed1,
-0xb2f6d24e,	0xe976e881,	0x2ff6f140,	0x67e5cc26,
-0xebb7ea0f,	0xfc4bc0c8,	0xa635853c,	0x8c383b6e,
-0x11e0ec8c,	0x1664f9ce,	0x662a022e,	0xf95f2e20,
-0xa9916fae,	0xd02e8ea0,	0x77ac001d,	0x8907dac1,
-0xfbdb442b,	0xe5b1da5a,	0x9b234c30,	0xec06dfa4,
-0xb1935f2e,	0x02744a30,	0xea7d891f,	0xd338ead4,
-0x827cf3d2,	0xa64f0c10,	0x9456cd05,	0x5d3a44d1,
-0x6b896551,	0x37212b1d,	0x1c3b90d9,	0x867acae9,
-0x43a8cffe,	0x26ac3587,	0x479e2f5b,	0x29d45ade,
-0x9edcae55,	0x7c399c2f,	0x659f60ec,	0x1f12668d,
-0x665e8299,	0x3ce905ce,	0x4d9269fc,	0x65c972b0,
-0xdaebf783,	0x2c5652da,	0x179506fd,	0x780b4fe3,
-0xa5c89ed9,	0xd809e8a3,	0xea5d6e58,	0x936b35b6,
-0x630225b8,	0x0df201ce,	0x4fa4e548,	0x2f6c222b,
-0x220ccafd,	0x79f23f73,	0x6c2e9033,	0x21ecc2b1,
-0xb0a71983,	0xd7da09f1,	0x8507d4aa,	0x2ec9a44a,
-0x842f64c5,	0x2af4e665,	0x6468c09c,	0x529ed76c,
-0xc5052e0d,	0x7a30d053,	0xfccfbe50,	0xdf8441d9,
-0x39264212,	0xf939bfaf,	0x51d6cc43,	0xa726bde0,
-0xf0dbed71,	0xa1677334,	0x600ce569,	0x1c60ae34,
-0x8d8af918,	0x0a33ca58,	0x4f81b899,	0x50b6ba29,
-0x90f675d5,	0xbaaa14a6,	0x578e8479,	0x50f1c394,
-0x634fe68d,	0xbddb8f72,	0xde6c561b,	0x99a6f900,
-0xe6c6b254,	0x3dfc9b96,	0x17b0084e,	0x03a374e8,
-0x4e04d64e,	0x4571fcd8,	0x7ba89007,	0xa30d1f2d,
-0x362d1eff,	0x016db87e,	0x4d1b6729,	0x4128e42b,
-0x39a427c4,	0xd17aff31,	0x1006af68,	0x555d2ee3,
-0x7a24cb0f,	0xe486ddce,	0xe573336e,	0x9b848ef3,
-0x76235bf9,	0xc39a61bc,	0xbea1c0fa,	0x0e7224f9,
-0xe5266a04,	0x82c2d268,	0x5ead8790,	0x052c15d8,
-0xa68b818b,	0xb6c26a05,	0x741164fd,	0x3f651e4d,
-0x20d47197,	0xdf799be8,	0xc05b22a4,	0xd48c2322,
-0xe7800dc6,	0x21a8cbfd,	0xdfbe6d72,	0x80e41eae,
-0xc9a780b7,	0xf0a0ba8d,	0x44c123cc,	0x53e4fd29,
-0x7503b4ff,	0x1fe494dd,	0xf04f2097,	0x1f5090df,
-0xd89de95d,	0x9a668851,	0x5bbf8ee1,	0xdfa0993a,
-0x8ec2eba2,	0xa7d2ecd3,	0x297cb3aa,	0x913a63fd,
-0x8458609d,	0x34b63916,	0xdebb9f98,	0x7102bea3,
-0xf3e6572a,	0xeea44330,	0xa9d423f6,	0x6551f7b5,
-0x79cb9a5c,	0x4f15a94a,	0x8f245b06,	0xdb46a06c,
-0x20690ce7,	0xb6849988,	0xfabb8acc,	0xd4de67a0,
-0x89b037cd,	0x945537e2,	0xcee35238,	0x6e1acc40,
-0xcc2e5e43,	0x55f98a38,	0xe9ffd2d4,	0xcc03be34,
-0x8ab39677,	0xcb526709,	0x0f6aacf4,	0xf8c8f351,
-0x54d90ac2,	0x1582eb5c,	0x53fd29fd,	0x0ec3d5cf,
-0xb7b1957d,	0xf6fba1e3,	0x9d4847ee,	0xab7bc4d8,
-0xe8776ba3,	0x5b862408,	0x8a585e2a,	0x8ba8e1dd,
-0x02e72853,	0x4fb8242a,	0xfbe29faf,	0xbc9dd031,
-0x6df58e36,	0xf6369a2c,	0x820613f1,	0xc6d06960,
-0xc8c66a0e,	0xf7db5fda,	0x495b06d6,	0xac6bdef7,
-0x577a0057,	0x3315d487,	0xd7e79c20,	0x156aef71,
-0x91671aa5,	0x97e953a9,	0xd0c5a16f,	0x8c6c44d0,
-0x232fc8b4,	0x11464407,	0x81c52c1e,	0x50095bc9,
-0xac03b66f,	0xa5160415,	0x4f698f1d,	0x15fd9072,
-0x6374e42e,	0xa9cd1d3a,	0x6b737d7e,	0xbaa55c08,
-0x4b40489e,	0xa9e86b57,	0xb98663d0,	0xaadeb5d2,
-0x39a47edc,	0x06cfb4eb,	0x26a6d63e,	0x7fa0e17d,
-0x080f7c92,	0x7de4eb45,	0x59aef735,	0x085ac525,
-0xacdcb7c3,	0x85184612,	0xe7bfe4b2,	0xf1709e9f,
-0xb1bc06c0,	0x9bdebe28,	0x2fef5921,	0x5dba465d,
-0xc00bcdf6,	0x85c29171,	0x12f3a26e,	0xe31f2664,
-0xcbd8e556,	0x0db43396,	0x6cc4ea81,	0xd6e28684,
-0x0818e78c,	0x665bd09d,	0x47864efd,	0x32ef4114,
-0x2da7740b,	0x7cefc19b,	0x84658fcf,	0x8e3864fd,
-0x59728a4d,	0xb7e5a853,	0x43a3484b,	0xc4ac99ff,
-0xaecf3f4f,	0x1456e8ce,	0xc32b52f1,	0x5fdf0c89,
-0xb2da86c7,	0xd2697b5e,	0x0bae940d,	0x8201f02c,
-0xf5924444,	0x7a15b8c9,	0x4d7e3a13,	0x7b44d113,
-0xaa6987b1,	0xbf1899f2,	0x5eb17cfb,	0xd9047563,
-0x60dca8f8,	0x10385ace,	0x6d20bada,	0x0a66dccd,
-0xf1811aa5,	0x52557a20,	0xd8f60251,	0x7031d250,
-0xfe7b6b71,	0xdc339eab,	0xef5403db,	0x95860075,
-0x5f6f40a2,	0xf4ab5329,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m16f6d0.h b/src/cpu/intel/model_6fx/microcode-m16f6d0.h
deleted file mode 100644
index 6cdde78..0000000
--- a/src/cpu/intel/model_6fx/microcode-m16f6d0.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m16f6d0.inc  */
-0x00000001,	0x000000d0,	0x09302010,	0x000006f6,
-0xb61ec71a,	0x00000001,	0x00000001,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x5cbc7680,	0x8999fbc9,	0xbced8740,	0x47843619,
-0x585ff247,	0xb54c5bc4,	0xf97a7f8b,	0xe23f377d,
-0x6fe30075,	0x557f5b11,	0xabecf266,	0x48ef1bd0,
-0x2ed831ca,	0x12314239,	0x6f45d230,	0x98098330,
-0xbd1031a7,	0x0d9d4223,	0x17ae7f56,	0x681f75b5,
-0x5a609828,	0x97c39d85,	0xdf59fa11,	0x7de3fca7,
-0xfce6aa1d,	0x0b7501d2,	0x8941f37f,	0x81be81a5,
-0xe0c7c6e3,	0x729c6824,	0xb36b3966,	0x61bff1be,
-0x11f94541,	0x0a1ddabe,	0xf02e33b5,	0xe80036a2,
-0xbb36d9f7,	0x7cd46b63,	0xd81ff2dc,	0x7160eb26,
-0x60856ebb,	0x6305acd2,	0xae7988a5,	0xa4f66112,
-0x17588a96,	0x430f5284,	0xf47caf1a,	0xa91188cc,
-0x96a5df64,	0x00407a38,	0x7d3a9dcd,	0xd6c23fd0,
-0xa66e2ef9,	0x909e57f4,	0xfb945644,	0x31319ac2,
-0x7ef3851c,	0xcc56ed66,	0xca6c7a2c,	0x478b840e,
-0x238a219b,	0x9a15c897,	0x889083e7,	0x833b25c7,
-0x99264c88,	0xc590a8ab,	0x747b914f,	0xf33dbc25,
-0x9ff090a3,	0x3b9e69e8,	0x6da52774,	0x87abc3f1,
-0x28ee787c,	0x71bc3bc8,	0xfb3c92ec,	0x802353e3,
-0x9e6cad93,	0x1711487d,	0x64c75d38,	0xa77ea762,
-0x8fb9a957,	0xd35e1329,	0xe0bd4ffb,	0x793b78bd,
-0x238fadcd,	0xcf5ccad5,	0xa92aa4d6,	0x717a8fda,
-0x3bcd31e9,	0xc81e2d96,	0x834eb28f,	0xa62899ca,
-0x22c1c0c1,	0xf554bddd,	0xda7e66de,	0x41175474,
-0x3d6d45dd,	0xc29482fb,	0x716889d8,	0x48735926,
-0x7f5f05b6,	0x43e46278,	0xfc10d02b,	0x085f41c8,
-0xf922bc38,	0x7876fb5b,	0xe3adefa1,	0x3377bde8,
-0x6a2c2459,	0x174804f3,	0xe6cb28cf,	0x721bdef7,
-0x1725d176,	0xba3a7025,	0xcc5b1458,	0x047f5f5b,
-0xc8a6cabe,	0x2c34ecbd,	0xb7b86f20,	0x2e349ca5,
-0xfbb1e07a,	0x3e9b5538,	0x2d01ec7c,	0xa247b264,
-0x545f4321,	0xaad23d7b,	0x1fcbde1a,	0x32ac7c71,
-0x25ec882c,	0xa7386995,	0xaa35f913,	0xf702c91d,
-0xe1733f3d,	0x24be5875,	0x2334f5dc,	0x14f06462,
-0x46ec757c,	0xc7f7dcc3,	0x7b7bcce2,	0xd7b62f56,
-0xbe78cf3d,	0x3f99a219,	0x4eb47adb,	0x896ab895,
-0x697bf24c,	0x6444e260,	0x1bc4e629,	0x3dcfb9e1,
-0xcc7d261f,	0x48572db4,	0x3d3ee9c1,	0xc46cec41,
-0xf8d4cad5,	0xb870a9ea,	0x11f9f931,	0xfe550c4c,
-0x75be8e07,	0x55a74285,	0xf7b3c793,	0xaace416e,
-0x7b7069bd,	0x4071176c,	0xcfd33a4f,	0x3090196b,
-0x7c56c1e1,	0x846fcec4,	0x04140cbc,	0x839838be,
-0x4cfcef7e,	0xccc8e501,	0xefe667d8,	0x6d598934,
-0x5ad949f6,	0xdf5d1bc4,	0x219dbb66,	0x182e4c40,
-0xe2b1f162,	0x068fb62e,	0xdf1f2358,	0x1f176b8f,
-0xc1b857a6,	0x9705ac72,	0x21a35ef8,	0x3400b7b8,
-0x65c52a95,	0x0fb522ab,	0x1dd48132,	0x7e88b074,
-0xb3f5c88b,	0x8659a950,	0xebe39208,	0xdbcc7784,
-0x89643912,	0x455e6fa7,	0x0040d553,	0x1b3173d8,
-0x9f832d1e,	0xdfd2eca6,	0xf4761e2b,	0x89daacbb,
-0x5999a410,	0xf83eaa68,	0x6c37e921,	0x0c5389b3,
-0x211c3a90,	0x6f512233,	0x70e51e10,	0xd46cd1bc,
-0x8c16b510,	0x0938aaf6,	0x20b3fb20,	0x0fa301f4,
-0x3a25bd93,	0xf6bafa2e,	0x3ae44000,	0x886778d4,
-0xede2c985,	0x4b440d05,	0x73f92033,	0xc8611e14,
-0x9ab03b54,	0xa5ef4c75,	0xccc5598c,	0x42808094,
-0xba8bea08,	0x429cdb7f,	0x4a6ceeea,	0xca692301,
-0x7971a8ab,	0xaa78387d,	0xa279f9a8,	0x737fdf3c,
-0xfe0e48a8,	0x7fac5f30,	0xce969eb1,	0xb61ad6ea,
-0x2266003d,	0x6ca8ba9b,	0x5ad13209,	0xc80cc17f,
-0xdc0a1573,	0x3906e6ac,	0xad8a7dc9,	0xa4febb3f,
-0x4b63b44c,	0x97c590de,	0x8678c24f,	0x4a63c7ce,
-0x088f7a18,	0xdce3d49d,	0xbc8a4c4f,	0x2df29bdd,
-0x3b6342a0,	0xf58d3f68,	0x240d0b20,	0x61c5cffc,
-0x2c0579ce,	0xc5a80655,	0x1a61cf28,	0xf16e185c,
-0x687cc9af,	0x42883fd4,	0x81101471,	0xafe63df5,
-0xabb07849,	0x5a8ead50,	0x01bb4ef4,	0x4ab2091c,
-0x4d0e9296,	0x0069f92d,	0xbab34b5d,	0x5872ec6e,
-0x5ffd24c5,	0xb748d299,	0xf85efeaa,	0xbb478857,
-0x0d4bcff3,	0x6c59fbfd,	0xfb5730bc,	0x6f7428a3,
-0x2cd07bbc,	0x86d9947f,	0x485cb0db,	0xa64a0125,
-0x43721769,	0x7a07b0a7,	0xe598c10c,	0xa5656e3b,
-0x41c17593,	0x332f2fce,	0x383053d5,	0xfdf06a3c,
-0x1e154c99,	0x94b5b281,	0x342cfe33,	0x7c11b9bf,
-0x4bb05ad4,	0x63cfd328,	0xa2b32fad,	0x1aea8db2,
-0xeabb7b05,	0xc7ca5c4d,	0xc7b04109,	0xfb436b8c,
-0xc0f36c21,	0xbd32f82a,	0x6a5997d8,	0xa2f88aec,
-0x9adfa6d5,	0x435d6246,	0xf9a760c5,	0xa05cf177,
-0xe5816c75,	0x2ebb304e,	0xff182ba1,	0xec46768e,
-0xff11c672,	0x487d626a,	0x54dcc391,	0x8fa98d72,
-0x7f5ea02a,	0x309a98f9,	0x5c4ac1e9,	0x1d017088,
-0x4705f453,	0x3e907640,	0x86750cba,	0x2212afc0,
-0x9fa37298,	0x53d51009,	0x740a9f7f,	0x8f8ca52a,
-0xb8325767,	0xc207ff88,	0xe40c99a7,	0x1bb10293,
-0xa0465bd4,	0x840e01bf,	0x59a1c6aa,	0xa27bdf17,
-0xdc7fabeb,	0x11f4b211,	0x8f991bdb,	0x85f8fa9f,
-0x1432a0e3,	0x4cdf8295,	0x48a71878,	0x4f9192ee,
-0x4f798c73,	0x7028962a,	0x206b5bfe,	0x52539ff4,
-0x3639ec2e,	0x2912064d,	0xd593ade9,	0x5343c62a,
-0x1c73f1c4,	0x0217850a,	0x8cc82aad,	0x9d0b7403,
-0x6088e6e6,	0x9a2644e7,	0xe3638773,	0x68535a8f,
-0x9f9eeee5,	0x6dcce994,	0x326ef02b,	0x416335e6,
-0x72b5d230,	0x53bdcabf,	0xec528d9c,	0xf731f450,
-0xb3e6138b,	0x2c1c76cd,	0x9bf7ca7a,	0xd33af7bf,
-0xff6eebbf,	0x28b8c8fb,	0x7ef25845,	0x5fed67b0,
-0x4ab24885,	0x64989141,	0xe0572139,	0x8e6edebf,
-0xe5859f30,	0xea74d0ac,	0x65975e10,	0xc8feca45,
-0xcac1c46f,	0xad58c4c1,	0x24d0cdeb,	0x0e8fc1c8,
-0xf2d464bf,	0xb091a3ca,	0x78682cce,	0xe39f766b,
-0x117dd3a0,	0x56cc7203,	0xbca65887,	0x31720231,
-0x70a8c30e,	0xcd616f03,	0x55e5f2d8,	0x305a338c,
-0x0aac9107,	0x1a529132,	0x5e0c9fa8,	0xc9056f1c,
-0x0272a7b5,	0x7f8ccb6f,	0x476c2e89,	0x31c06949,
-0x4bccfbf1,	0x6abe4ead,	0x17c1420f,	0x2a43d2ba,
-0xb2ed9ba7,	0x0a06ca6b,	0x9f1544ae,	0x5e2b3aa6,
-0x7bb26d3b,	0x26f1a47c,	0xdf6712d1,	0x5c681abb,
-0x3a170a0e,	0xf4e45d46,	0xa821cb9c,	0x0290f9d5,
-0x57b78b82,	0x12fc5ecf,	0x3d35fdda,	0xaeac8e47,
-0x3d1f9b78,	0x0a250846,	0x14dd5bcf,	0xdcaf372b,
-0x1f92780e,	0xddc69513,	0xf1884515,	0x7b9d3613,
-0x0f112fa2,	0x909a5206,	0xe5010760,	0xb77d3c9e,
-0x40e42dda,	0xb1144c5e,	0x0e7f0bb3,	0x29570f4c,
-0xb1d7b23e,	0xf97d8d8d,	0x58471b97,	0x8b637b0f,
-0x7bc3c9fc,	0x89605e08,	0x65c63147,	0x78ce0489,
-0x815d813f,	0xd30aa6ed,	0x98ece9cd,	0x0881d52b,
-0xbe5f2d55,	0x04127a0e,	0xb3e89d23,	0x63470fb7,
-0x5e38d51b,	0x878c2bb7,	0x86023153,	0x51e5be52,
-0xcf4b68b2,	0x2521257a,	0x1c09b27d,	0x77de8aed,
-0x9c07d59f,	0x893fa805,	0x72f44390,	0x84e23dab,
-0x0b1e48cc,	0x429b7d04,	0x6c49a4d1,	0x6af33ef5,
-0xec2c8b11,	0xc75c3164,	0x71349ada,	0x8dd51925,
-0x4abb1bdc,	0xeb7e253b,	0x8e14441a,	0x907493c0,
-0x9d76706e,	0x1f2e93e2,	0x7e6c4676,	0x6384ea8b,
-0xd16a0aaf,	0x2f071b4c,	0x66f45d6d,	0xbae25768,
-0x1315f996,	0x785991d3,	0x039985dd,	0x178913d0,
-0x8de2d6d5,	0xd4d4bc33,	0xa1138faa,	0x2ce7b7f3,
-0xeca0a179,	0x658b687f,	0x00969236,	0x3c11304a,
-0x8d8fdec7,	0x74d7d2a5,	0x50dd3e54,	0x4e242bb1,
-0x96fdb8a9,	0x120943e5,	0x67ff957b,	0x8ae64ff0,
-0x6ba4c563,	0xab958468,	0xbab32100,	0xcaeec1b5,
-0x9c13950d,	0xe54e532c,	0x6a2e028b,	0x12778226,
-0x43f874ad,	0x43227a1f,	0x2a9e9df7,	0x7dd4721e,
-0x9031abaa,	0xe3c1b1b8,	0xa039cdce,	0xe23d35c1,
-0x6a1fb9cc,	0xaefadfd7,	0xc820af87,	0xbd98f24e,
-0xd81a29a6,	0x084ebad5,	0x17fff0ca,	0x4aa81896,
-0x545d81f0,	0xa84a4fdc,	0x1c1c67bd,	0xa14c0ca2,
-0x13b9bebd,	0x0c70a581,	0xc9bacffa,	0xa461cd9c,
-0x152043c0,	0x37bc1df9,	0x85a7ee54,	0x610c9be6,
-0x209cc2b8,	0x3dcb669a,	0x34a269af,	0xb82158a2,
-0x70d5aac9,	0xb29a459b,	0x00273b64,	0x8cdb1813,
-0x1a4f3bd0,	0xeb1c1ab0,	0x6ad1ed50,	0x802419dd,
-0x2f0c4377,	0x4013848c,	0xdcdce6bd,	0x6480fea9,
-0x74f8aa8f,	0xf9dd5178,	0xaef69bb2,	0xe3415026,
-0xe2438f19,	0xd1485540,	0x02ea125a,	0x61421c87,
-0x8fc1d8dd,	0xffa663b1,	0x1690f2e7,	0xc9cd3cb5,
-0x44b86404,	0xa8c6380f,	0x0055cfdf,	0x0612b87c,
-0xd0196e82,	0xd6934379,	0x3def73af,	0xbcc46907,
-0xa2cbc2a5,	0x9a0f2953,	0xcd2858ba,	0x671a7fed,
-0x9ebc3d5a,	0xa4fa7613,	0x42e225b3,	0xef3da50f,
-0x4182948f,	0xc6c4c952,	0x4873af5f,	0x57b3bce4,
-0xb643bffa,	0x08de6c41,	0xd5e41983,	0x599b9f60,
-0x8382727e,	0xb7628030,	0x522afa2d,	0x2cacf66b,
-0xea497926,	0x506081f6,	0x9e9796bc,	0xfb03aea1,
-0x1f319f13,	0x8e42ab8d,	0x58d1ef56,	0x61c97438,
-0xb5b06892,	0xae2617a6,	0x1260edd6,	0x553daa2e,
-0x55a72186,	0xdb08fbf1,	0xd4e0330d,	0xb4b9c065,
-0x424f84ba,	0x69532fa8,	0xcaaae9dd,	0x088a3e31,
-0xc82f72ef,	0x2eeb54ca,	0x936138ef,	0xc8b89c8f,
-0xcdccba3f,	0x9f01d780,	0x598ab7b6,	0xbd5d99fd,
-0x84f0e5a2,	0xcb63526a,	0x9c01ac28,	0xceb12bb8,
-0x19a06673,	0xfde07021,	0xa403c9e5,	0x381b7a46,
-0x96cb6fa6,	0x89dbfd6e,	0x967faf50,	0x01d6b59c,
-0x02f312f8,	0x60afed74,	0xfd26b806,	0xbcb95cad,
-0x3c5b6a68,	0xda05f4df,	0x505b4d92,	0x4cabf81a,
-0x90dd26fc,	0x218faa25,	0xc3736eaa,	0x15a0596b,
-0x309220fc,	0x2d74f026,	0x981b5078,	0x86c88f49,
-0x93445186,	0xaf5640d0,	0x2773322e,	0xd9a68a3d,
-0x6d69a2f9,	0x2c0e3c5a,	0x95d2c844,	0xdf3e7e5f,
-0x2eb7b439,	0xe82ecd15,	0xdd1467d7,	0xefe96ad2,
-0x1fef9af8,	0xa43aafd2,	0xa5c01de1,	0x87f4ed88,
-0xe16cdcbf,	0x3f50872d,	0x45269fca,	0xcf205169,
-0x96d08481,	0xfce63116,	0xaf3f68a4,	0xae341706,
-0x15c83138,	0x5c3a533b,	0x24d58f0a,	0xaf537397,
-0x2cc457a8,	0xa04bc27b,	0xbec16cc1,	0xb0f6e761,
-0x1526c3df,	0x37e29a6c,	0x851014ac,	0x2ddd72af,
-0x7b718388,	0x2e9f0772,	0x89ed4c30,	0x948b324e,
-0x42fb24d8,	0x9b3ad6f1,	0x165caff8,	0xc9c06f8e,
-0x01b36c0e,	0x38363673,	0xf8efc7cf,	0xb7ac9e8b,
-0xbcdda49b,	0x0ea5e154,	0x30bd3809,	0x4548930a,
-0x1ae17287,	0xdb71591c,	0x80ff154b,	0x17f7b42c,
-0x37ed652d,	0xdfa44e92,	0xc98ac949,	0x95236c98,
-0xb53f0612,	0x770071d0,	0x7c99654a,	0x62f1966f,
-0x83a232ec,	0x780e2839,	0xcaf46a07,	0xb3268130,
-0xb7e4ba6e,	0x1f4eb959,	0x300378c1,	0x7259d312,
-0x37e1b6c0,	0x2d7ad4fe,	0x02b5b503,	0x25cb71c4,
-0xaf873dd7,	0x71da1889,	0x79928f3f,	0x4b9f57a3,
-0xe5f2f180,	0x8134ac54,	0x2ae65195,	0x360261b6,
-0xcd39d9be,	0xd9cbdb58,	0x41c1bf3f,	0x42ddee3c,
-0xc035090c,	0x37242f7e,	0xba2ac4e1,	0xc32e2eef,
-0x6ed29910,	0x20781f18,	0x4ef65098,	0xa0fbb812,
-0xdff59b40,	0x59c2e55e,	0xd7bfad27,	0x1193f011,
-0xa0567949,	0xe76ae056,	0x79ace28a,	0x4dd47450,
-0xc45e1f95,	0x1faf3a1d,	0xe71b9517,	0x7216b8d6,
-0xc86bf69e,	0xedf30556,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m16fda4.h b/src/cpu/intel/model_6fx/microcode-m16fda4.h
deleted file mode 100644
index 2bbbd60..0000000
--- a/src/cpu/intel/model_6fx/microcode-m16fda4.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m16fda4.inc  */
-0x00000001,	0x000000a4,	0x10022010,	0x000006fd,
-0x9ace6116,	0x00000001,	0x00000001,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x7f914831,	0x7f280950,	0xcc39293b,	0xe0137d67,
-0x25a22f1a,	0xc7d8e840,	0xe609cbee,	0x26a84b50,
-0xc85354c6,	0xe397b7c6,	0x2242c9b9,	0xe0bc9aab,
-0xe5a1f3ca,	0x040ad2ae,	0xeb88afeb,	0xe47ce2bc,
-0x0529444f,	0xea4b23f9,	0xecce0288,	0x2a97ea69,
-0xe8db41ed,	0xcde8afe0,	0x287c2c4d,	0xe1fb67db,
-0xcfe5fe88,	0x21c8c817,	0xec9d32f9,	0xef42ab3e,
-0x2d362cd3,	0xcfcdb590,	0xeedc5247,	0x256173c2,
-0xcfa8fc16,	0xe7ccf864,	0x2771c55d,	0xe72a2a73,
-0xed1aaac2,	0x05d9700a,	0xe41338c9,	0xe8199a01,
-0x07091a2e,	0xef7d983c,	0xeb1ff270,	0x29f83510,
-0xe7e56beb,	0xc1c2e8ff,	0x2b17c7dc,	0xef8c0c30,
-0xcd709efb,	0x2c80ef6d,	0xe4a44893,	0xeee55636,
-0x238c0560,	0xccec88f1,	0xe323272d,	0x26365c26,
-0xc68e9a8e,	0xebf1571d,	0x2938c56e,	0xe9cf0fdd,
-0xe74cbdc1,	0x03bb4075,	0xe085209d,	0xe7820854,
-0x0db1b449,	0xeee44fa7,	0xe99e54de,	0x21257916,
-0xe44b936f,	0xc48e22fd,	0x27d76bae,	0xee7b649b,
-0xc19abfde,	0x2dd42a7c,	0xe69fd84e,	0xebf23110,
-0x22312129,	0xc82f7083,	0xe7b142aa,	0x2f8d059e,
-0xcc7cc6ae,	0xe30b9bf7,	0x2dd4bfee,	0xe7d41cee,
-0xef85526b,	0x060b57a9,	0xef0b3942,	0xef2969c5,
-0x01d7493c,	0xe880a203,	0xec0d6932,	0x2b0ac8b7,
-0xe06d9134,	0xc9e1f69f,	0x23be1ff0,	0xe7003514,
-0xc277744c,	0x296a86d8,	0xeb89e47b,	0xe0dbb817,
-0x2cb39966,	0xc52b3e10,	0xe6e4a36b,	0x2ca60c46,
-0xc4f282bd,	0xe66d7a92,	0x2a2fbdfd,	0xe8bf157a,
-0xe380b895,	0x044a9754,	0xe3cef9f3,	0xe6ee481f,
-0x0d95c4d1,	0xe13f8025,	0xead12877,	0x2327147b,
-0xe4194617,	0xce6dce34,	0x289214fd,	0xe8207eef,
-0xceb61061,	0x2e046d71,	0xe6a08bee,	0xe979f3c2,
-0x24e27654,	0xc668dffc,	0xee41de56,	0x23a3fcef,
-0xc11e4883,	0xe94f7250,	0x2e0a9386,	0xe1909db4,
-0xe98ca63a,	0x0e248f56,	0xec457525,	0xec35146b,
-0x0fc2600e,	0xe0dfef2a,	0xed159a8d,	0x294082b5,
-0xee01f8c0,	0xc48f8345,	0x2b5bf3f1,	0xed975f49,
-0xcb9cf329,	0x27dbf7da,	0xe42e98af,	0xe2a1cfe7,
-0x22250230,	0xcab63bd2,	0xec4b3b56,	0x267aa6a3,
-0xcc50b117,	0xe367a614,	0x2c449c82,	0xeb4a4510,
-0xeeaa0758,	0x0227e0b7,	0xe31963eb,	0xeaa673f9,
-0x0492017c,	0xe835adc7,	0xe8abaa8d,	0x23fe84cd,
-0xed9fe20f,	0xc7ef7b0a,	0x20824add,	0xe9a10b7c,
-0xc8766bef,	0x28ef7911,	0xe88a9a71,	0xe230d0c5,
-0x25717aac,	0xc9a9bd9c,	0xe35b5c0f,	0x2653ba3a,
-0xcae1d0ef,	0xeaff2875,	0x2c4c2521,	0xe7bfe871,
-0xedd73936,	0x0ccb7213,	0xea27c1f5,	0xe1aa4007,
-0x066507c7,	0xe2912003,	0xeca7157d,	0x259b89a5,
-0xedf87aed,	0xcd96574d,	0x2ff8b1d8,	0xed1622d3,
-0xc18c03c3,	0x2b71f0b7,	0xe55a4705,	0xe89be9a4,
-0x260e0dba,	0xc13cec48,	0xe529f238,	0x2196cc88,
-0xcced8255,	0xe134a48b,	0x27ace2e0,	0xe58fec14,
-0xec6dee21,	0x05f13b71,	0xe1bb97bf,	0xe3d2412f,
-0x0de00a6a,	0xe3211560,	0xe8bf4c7f,	0x298029d8,
-0xe7a07e6a,	0xc6c4fe3c,	0x25ca5a7f,	0xef79822b,
-0xc496fc94,	0x23410562,	0xe0c7d1e6,	0xe1d499a7,
-0x26788fac,	0xcf740894,	0xea5cfa3e,	0x2cf20081,
-0xcc9b4d3d,	0xe94fb63e,	0x2eca3c16,	0xe798d9cd,
-0xe45e9f23,	0x0272400f,	0xee06be50,	0xe578343c,
-0x09e00ebb,	0xe8c8c4e1,	0xeb95b883,	0x2cd26f30,
-0xea3cb684,	0xc6b8cea4,	0x293caafe,	0xeedbdbe4,
-0xc6d6e44a,	0x2d756447,	0xe6c63524,	0xea0ba0e6,
-0x2b5b934f,	0xc1cee629,	0xef8b197b,	0x2b98f34c,
-0xcd06599b,	0xedb7b212,	0x228c4551,	0xed102fbf,
-0xe13578b7,	0x0804a0ed,	0xe445ad7e,	0xe943b724,
-0x0e020e25,	0xeadbb2ad,	0xe9991a5b,	0x2633de6c,
-0xe049cac7,	0xce0a0ca5,	0x6864caf2,	0xf7d55f4f,
-0xb115e7ee,	0x5e4ba2c0,	0xd46f4cd5,	0x99d7f745,
-0xcfddde23,	0xd6d0f22c,	0x3980cb83,	0xc4021fea,
-0xf56a0652,	0x304936e0,	0xf31fe215,	0xf45b9204,
-0x40bf5961,	0xf570501e,	0xa654981b,	0x42d846ae,
-0xeae6f9b2,	0xa0a65c38,	0x6d68812a,	0xcca7f340,
-0x09e1e321,	0x483b0132,	0x0748f5d6,	0x1ec48ee6,
-0x2b8ff862,	0x31581bce,	0x2d08d925,	0x09da6c1c,
-0xaffb005a,	0x27ce6a21,	0xc692ac71,	0xa4bed23f,
-0x45631b61,	0xe7597f61,	0x9e2898ce,	0x6c8fb6e5,
-0x75b78116,	0x914e01f9,	0xc4ea2379,	0x735c8476,
-0x99ffefe7,	0xea2676c9,	0x4e97ac98,	0xb9a25044,
-0xde8248c4,	0x4f0b7232,	0xfe659700,	0xda32e4fe,
-0x0d6b8ff4,	0xdc2822ef,	0xca64fff2,	0x27929668,
-0x25c5ab1b,	0xc0cc4ef4,	0xea31ddc4,	0x27e5fe71,
-0xe90185c9,	0xc2da31db,	0x309e76da,	0xcd3cd4c3,
-0xf5cf45e4,	0x3ff1e893,	0xf398e5ca,	0xf0a16da4,
-0x0362d00f,	0xfd2169da,	0xec190995,	0x0eb0f290,
-0xd0f80a1b,	0xed5d50ab,	0x506df840,	0xdc8fd35c,
-0xafd97707,	0x5ea52fcb,	0xf80ace57,	0xa4ba5890,
-0x40524dc8,	0xf375878e,	0xe686742a,	0x47fb24d4,
-0xa4a47665,	0xcf142d99,	0x653d49dd,	0x8570e383,
-0xcafac093,	0x616bf439,	0xfbf8637b,	0xdc6fa376,
-0x15fc680c,	0xeb725bf1,	0xe7ce12b6,	0x1c24efa8,
-0x3035e762,	0xea122123,	0x922fa067,	0x28760697,
-0x862a3133,	0x8e85e6e0,	0x39c291c8,	0x8dc3c577,
-0xadc6ec89,	0x300ef14b,	0xc14da686,	0xbc825b5f,
-0x40c4a0a8,	0xfdfe67d4,	0xbdd68cb8,	0x6d7c14db,
-0xcaf384fd,	0xbdcd0023,	0x76ad805c,	0xd79da753,
-0x9b643d15,	0x45b22c31,	0xd88c5161,	0xba18ad9d,
-0x6179b1f2,	0xdd324cb5,	0x9310bb3e,	0x71545f27,
-0xd201934f,	0xa6c4815f,	0x4f90c3e8,	0xf5db1f7a,
-0xb82d7cdd,	0x4c4d74e8,	0xf531b446,	0xa5fa063e,
-0x64050ec5,	0xc2ed99f2,	0xb7726c94,	0x4fac111c,
-0xc32b4379,	0xb83d819c,	0x7c1518ee,	0xc416397f,
-0xb4261160,	0x774802de,	0xf298c616,	0xb39c2606,
-0xb4f79481,	0xffb1e8c8,	0x60318988,	0xb3283520,
-0xf9bbdba2,	0x4b9d48df,	0xad52f49f,	0xddc2eb10,
-0x78190f4e,	0xaae99813,	0xd6e5c066,	0x58cb1e21,
-0xabd2a669,	0xf0c6d09d,	0x49fb834b,	0xa1392147,
-0x90b72907,	0x43ebe243,	0xf66d7020,	0x9a9ae4ec,
-0x615681c1,	0xfe18af31,	0xa5641fd4,	0x67982a14,
-0xc415a16d,	0xa25328ee,	0x68a79f60,	0xdf5b1629,
-0x82bb2ad4,	0x5fe84bfe,	0xf4b35f6b,	0x8d0de53b,
-0x52b95234,	0xdf1482b1,	0x8f37da27,	0x5128333b,
-0xfe2a1eb2,	0xab521426,	0x5c080d14,	0xd43c8e79,
-0x8a9f5cc4,	0x5d26763b,	0xcf024c5e,	0x9e2660a4,
-0x64b22b57,	0xd9085aa4,	0x95192214,	0x49bfbf2f,
-0xfab57ae0,	0xbb0e076e,	0x45d3417f,	0xf2ae3908,
-0xbeab771d,	0x4a5041e8,	0xf95895a8,	0x9f84a66c,
-0x4f37487f,	0xded740fa,	0x9fba5434,	0x46ca9981,
-0xd5104ebc,	0x9f64c009,	0x4dc22d1f,	0xf8327865,
-0x9a756819,	0x65735a2b,	0xf1d7e7f0,	0x9c14db6b,
-0x6e86f9a2,	0xf8fca776,	0x90a9c636,	0x45df3ae8,
-0xf33d98d5,	0xbd342aef,	0x4bcde82b,	0xf96b51ce,
-0xb9689be4,	0x4ac17555,	0xfa57e7c4,	0x96fbfc20,
-0x474a0aaa,	0xd0d6cb66,	0x9ecaefec,	0x422ca1c4,
-0xd38042f7,	0x9d4bc834,	0x4c982e66,	0xf0102312,
-0x9f1c3560,	0x68311f39,	0xf757001a,	0x96a962c9,
-0x6608d1bb,	0xffd3cfb7,	0x97a21537,	0x42198caa,
-0xc4aeaa5e,	0xb150220f,	0x6bf5e435,	0xce7c0f19,
-0xa22ebd19,	0x405b4bee,	0xf9842846,	0x89ede122,
-0x48e5e781,	0xf99193fb,	0x82950d12,	0x4fd33665,
-0x9ee664f4,	0x87930fe2,	0x21ded336,	0x943e59e0,
-0x255409e9,	0x1819eec8,	0x231d7525,	0x0681cb7e,
-0x58dc4eb0,	0x483d1096,	0x7e461818,	0x3d290697,
-0x33c2d2f5,	0x7dbe2a0f,	0x43cdbd36,	0x3d0d2196,
-0x2407748e,	0x130e0ceb,	0x624c6b26,	0x734bdd68,
-0x5a7984b7,	0xfd39fd9c,	0x3b0ad891,	0xcbac1264,
-0xe5acb841,	0x08df5569,	0xdf958fb9,	0xd86b8277,
-0x524c81ce,	0xb54056dd,	0x81567b9e,	0x374d4515,
-0xeec6fa40,	0x3301767c,	0x60b0f1b9,	0x514f700a,
-0x21f52aa1,	0x483f3449,	0x4e3ba650,	0x06d22e4c,
-0x1a90d4db,	0xe97e6d78,	0x524b9616,	0xbccb57e3,
-0xfa46b9de,	0xaa642c97,	0xa9f72127,	0x0b177a62,
-0xef46dd1a,	0xffc46c3a,	0x4d1096b6,	0xbdde556c,
-0xa2f47f3d,	0x5f45e4a8,	0xe32e4fe1,	0xb241ae2f,
-0x033dec3e,	0x20924d41,	0xe10a81ef,	0xc1f10763,
-0x75d661af,	0x3008c555,	0x9e3ac84b,	0xabeefd59,
-0x40007f3f,	0xaff388ba,	0xd8f8a9f5,	0x7af34b81,
-0xdaa7dfb2,	0x42552f54,	0x09ca5b35,	0x4ad0c847,
-0x37d8b94f,	0x9abd5c27,	0x36cb64ee,	0xa6968f51,
-0xe0634c21,	0x0d1868b9,	0xd83117d2,	0xd38a78d3,
-0x7ee43c80,	0x26f55fd1,	0xaa70d5c6,	0x8e53b620,
-0x54fa99ae,	0x565b0640,	0xfa4ef821,	0xa9123e22,
-0x2e3d0dea,	0x72f69599,	0xdd6ba118,	0xae16a900,
-0x0ff27140,	0xe78209c3,	0xd3d4100a,	0x3419f8b5,
-0x926bdf4c,	0xd20bbbc1,	0x4855839a,	0x938a2bb7,
-0xabdf85fa,	0x4dd349df,	0xeb6639fa,	0xa7d33e68,
-0x45b530ed,	0xea017f8a,	0xa4e1a2f2,	0x48b5fb02,
-0xec141665,	0x21ad191a,	0x4c25dc15,	0x9f53f39f,
-0x2099a272,	0x1e6eb1ee,	0x90297aab,	0x72d42e1b,
-0x1496fdce,	0x048039ba,	0x7ad82625,	0x815d87c5,
-0x0a811470,	0x38629c79,	0x87b5d17f,	0x473043c4,
-0x36006763,	0xb15511e0,	0x4c5f3c9b,	0x3bf666db,
-0x92eff23a,	0xd0a259fe,	0x13451600,	0x32358f70,
-0xd1415db9,	0xe67e42e0,	0x39320c2f,	0x213f5b8d,
-0xe375d554,	0x5d16b554,	0x2dc268a4,	0x81a3ba66,
-0x59a06dc4,	0xd891c126,	0x88b7a790,	0xc6d4b89e,
-0xbc5f3b6b,	0xd4d618ad,	0xa4bef51e,	0x8f1300ed,
-0xd0c96dae,	0xc4353314,	0x84a49853,	0xb7f7b6d6,
-0xcdc514ef,	0xc8016279,	0xba353c96,	0x83bac6b1,
-0xcb56413c,	0x47330102,	0x807d5321,	0x3d46c48b,
-0x49ce0cf8,	0x1da536f6,	0x31a263a0,	0xd912f713,
-0x133a44d0,	0x8a734292,	0xd78c1910,	0x5c7e7acf,
-0x7fef5b51,	0xd6b502bf,	0xa9ad020e,	0x72d0934d,
-0xb2db6114,	0x25678bab,	0x1df4f7e7,	0x325f42ae,
-0x6f5a5373,	0xd0ad7cdd,	0x783e918e,	0xae0911dc,
-0xa2a90916,	0x2c7ce025,	0xd5cf763e,	0xf7ac5a63,
-0x97e1ab8d,	0x20eec0fe,	0x48076419,	0x6dfc45ab,
-0xfed0b83b,	0x7feb8ae0,	0xbecff335,	0xcc1096ce,
-0x14eeb4dc,	0x44a3171e,	0xa931484d,	0xe375ac04,
-0xdb062d00,	0x6af0f4e0,	0x7c7d1519,	0x191cea88,
-0x13939ee3,	0x7df26a04,	0x6b97b7fb,	0x14c2726a,
-0xa7a5b43e,	0x3e0f5f83,	0xc99da4d5,	0xf617e90c,
-0x4e4d7d95,	0xb3921925,	0x8c673c13,	0x3f94c204,
-0xf9f83ece,	0x2d6a54da,	0x7bff3079,	0x53e2b8b5,
-0xbf764166,	0xe18cbb4b,	0xca616193,	0x2c011d88,
-0xd29b7326,	0x5084d426,	0x13c277fa,	0x436a1815,
-0x19b4b9d0,	0x56caca92,	0x08ee14a8,	0x5bf9285d,
-0x960b6cbb,	0x0f1337b5,	0x97a20b46,	0x969ae8cc,
-0x009aa11e,	0x9535b093,	0x9271fdf6,	0x0c67dba8,
-0x033d95ef,	0xa78d8a5b,	0x9a2e9e29,	0x347fa867,
-0xe91d758b,	0xa2a2c2e3,	0x793e0dbd,	0xd05c4ed8,
-0x3cd9477a,	0xd28a4cd9,	0x4aa58942,	0x93056cb8,
-0xbc2864fc,	0xe4acfc2a,	0xf7dd070a,	0x1aa90b56,
-0x0dbbefc4,	0xa15f0477,	0xfdc84914,	0x580511aa,
-0x8eabb367,	0xa4c8f643,	0x74f0eb55,	0xdfa86d6b,
-0xc1146003,	0x991ec567,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m206f25c.h b/src/cpu/intel/model_6fx/microcode-m206f25c.h
deleted file mode 100644
index 9270600..0000000
--- a/src/cpu/intel/model_6fx/microcode-m206f25c.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m206f25c.inc  */
-0x00000001,	0x0000005c,	0x10022010,	0x000006f2,
-0xc335a60f,	0x00000001,	0x00000020,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x1b26fd03,	0xd21db0c4,	0x87a944f1,	0x8cef80a3,
-0x3c3a9518,	0xf997c9a3,	0x8ae424d2,	0xbe26d038,
-0x1dabd74d,	0xbaffdea0,	0xaf215749,	0x53734fce,
-0x838ef9b3,	0x0ad0b0ca,	0xe2a9c052,	0xfdd95e31,
-0x82909fc9,	0x749d2c92,	0x041f40d0,	0xee7145ee,
-0x984d8b58,	0x87a9612c,	0x85e1cd39,	0x00b8982c,
-0xcd4b8b89,	0x413f7e0c,	0xfb61c097,	0x142ca23b,
-0xb4b67950,	0x7993eb01,	0x775cbb24,	0xf54c5e0a,
-0xca3a75e0,	0x8b0813b8,	0xc43f37df,	0x6cb9b554,
-0x3930c5ed,	0x73b2a236,	0x85c157f7,	0xfe568382,
-0x76fd31fe,	0x17457261,	0xfa1412cd,	0x86448a5b,
-0x33980fc7,	0x2d136266,	0xe0ad02a7,	0x63a7c8f5,
-0xaf00a7c4,	0x6e42381b,	0x4e8342a5,	0x332132a0,
-0x46a315d1,	0xf9731223,	0xd35a1db5,	0x68b50e9d,
-0x88bf24ab,	0x800217db,	0x1e342281,	0xdba512ba,
-0x3b871e9d,	0x1bd639dc,	0x1a97daa1,	0x41af2d7e,
-0x952df8b6,	0xbada3006,	0x08fddce1,	0xe34a959b,
-0x5c531910,	0x895bcccc,	0x2fcc1f48,	0x9783d8fa,
-0x39ff2c01,	0x414ba021,	0x572df63f,	0x003b2f67,
-0x4c4c6a72,	0xb0afc9d9,	0xa7b8e94d,	0xcd352082,
-0x1e7e50aa,	0x08f598f5,	0xf9d7e716,	0xd5eb0993,
-0xd5d85c26,	0x14d076c6,	0xeaf56638,	0x84e6640a,
-0x4a4f9c0c,	0x18c42ac6,	0xd15efccf,	0xfcd0fece,
-0x23786f89,	0x5cf7ee38,	0xc19add2a,	0x79e4379a,
-0xd72da86b,	0x6afb109f,	0xe6c97926,	0x23c8fb90,
-0x1973cadd,	0x18ef8f6c,	0xa60f7f32,	0x82a703d0,
-0xaa4ea86b,	0x480e629f,	0x669a567f,	0xfb96cd0d,
-0xa4de47a4,	0xba0f960b,	0xfdf894cb,	0xfb912b44,
-0xee881cc8,	0x317d5142,	0x710f1bc2,	0x943ae93e,
-0xa4fe3c81,	0xd41dc286,	0x2a69726e,	0x58a26707,
-0xee2100f6,	0xd99caf57,	0x8b5cf30d,	0xe3ce8b5d,
-0xa0c1b8ec,	0x2d18eaf7,	0xf4f80641,	0x40a81b36,
-0xefb80e36,	0xb1e9e36a,	0x5778eb88,	0x237cdf8e,
-0x57e0982c,	0x0704a0b7,	0xe5ec18b7,	0x879a4b77,
-0x4d73dee3,	0xed5474ab,	0xad2f3bbd,	0x128f90fa,
-0x3942cf6c,	0x31e8f2c5,	0x79de27e3,	0x716494f9,
-0x84859866,	0x4c7d1b8c,	0x3e69016d,	0x60bf70e5,
-0xa41815cf,	0xc485381c,	0x54608b32,	0x8dd871d2,
-0x5219a77a,	0xa2fc8fe1,	0xa28b03a3,	0xad34e72a,
-0x110318f5,	0xa9a4ee25,	0x55d3fecc,	0x5a5b1e8c,
-0x5e19b54c,	0xb0d26cbf,	0xa7fea0cb,	0x70de1484,
-0xa378945d,	0x5d51d34c,	0xb3089cf0,	0xe43053f3,
-0xe5648b24,	0xbab5b02f,	0x9738d028,	0xbab02072,
-0xbc03a045,	0x3b4b177c,	0x2f72ac70,	0xb9f4eda5,
-0xbd55174d,	0x0f3048db,	0x4ca4cd60,	0xcb46d1a1,
-0xb3f0b47f,	0xfeaf6827,	0xfc544849,	0xd2ce07ee,
-0x20c69753,	0x2db12680,	0xb183035c,	0x59d61a7a,
-0x4b91945c,	0xed7f6218,	0x26c6037c,	0xee0221f7,
-0xafc3558b,	0xb0f29743,	0xfa546c22,	0x59d53087,
-0xe409381c,	0x51543c6f,	0x585aaf68,	0x1ecfe5ef,
-0x331ed250,	0xc7fc307f,	0x91dfb162,	0xa1e83b07,
-0x219b1a12,	0x5a64edec,	0xbcf5286b,	0x7794094f,
-0x644701ff,	0x3d8ae10a,	0xfb3db125,	0x9d79df0a,
-0xc9fdd39f,	0xe5357185,	0xad005070,	0xa314d7c3,
-0x124e8b8b,	0x76121ac5,	0xf5999ea3,	0x8930dfb9,
-0xaeb64cd3,	0xae41855a,	0xa6cba7d7,	0x82eae9c9,
-0xb0dd0b30,	0x47148188,	0xfe806db7,	0xda6f880f,
-0x60f27ef2,	0xc2030b44,	0xe8f282e3,	0xef0b91a7,
-0xcdf0264b,	0x08adedd8,	0x76cbc87d,	0x90b6152a,
-0x0adf2bd9,	0xf1eb69ab,	0x20e0c2ba,	0x29bfcbf2,
-0x00840a14,	0x9bfc2588,	0xb350d250,	0xe37594b7,
-0x9a067a97,	0xab9eb679,	0xdc70fcee,	0x1d353245,
-0x29dd940a,	0xfba0bd7c,	0x1973ebba,	0xfc240dfa,
-0xeff18193,	0x0a0e7a84,	0x03b980fc,	0x7b5168db,
-0x55267024,	0xb2bb9aa0,	0x6925594e,	0xd74d73e2,
-0x147f88d5,	0xf1b3bc2c,	0x39454e44,	0xb0fec6d3,
-0xd7bd797a,	0xbbf4b2a0,	0x2e6a5be3,	0x82ebae6d,
-0xa15daea7,	0xd60e451a,	0x5d8d0f66,	0x8ae1d84f,
-0x0d9f8140,	0xb4d182d0,	0x68494d71,	0xfcc24fc0,
-0xbd8651f6,	0xbfafbf94,	0xa1c48c01,	0x25dfca33,
-0x295562f6,	0x90adc9f1,	0x7fe85c82,	0x2733bf76,
-0x330593aa,	0x62d46cdb,	0xd1833fce,	0xf4ac17a0,
-0x5c30c745,	0xcd8e1527,	0x230bad60,	0x3b8fdffe,
-0x792ab8e7,	0x32d8c714,	0x431b7668,	0x68374de9,
-0x2fb8475c,	0x9d964710,	0xaf08fa18,	0x48fc9d57,
-0x4aa3d819,	0x1c2b0cb9,	0xda7d98a7,	0xa3f7ec81,
-0xbd3d0569,	0x6588348b,	0x04c268be,	0x505dac23,
-0x5beb56e3,	0x9d5e3c06,	0xa7f03e1a,	0xf62cc848,
-0x2db3b180,	0x2b3d12ab,	0x8cd03d1b,	0x2a9ae49c,
-0x8fa3adf4,	0x6702253f,	0x99377253,	0x6aec0f31,
-0x4215ff50,	0x45c2dde3,	0xaddd38e7,	0xe7a49181,
-0xb1c43888,	0x24f74abd,	0x69203a3c,	0x890f1a4f,
-0x80788351,	0xe0ab8cac,	0x3c4ae338,	0x50da6385,
-0x513c32b1,	0x2afb254a,	0xcb06e297,	0x197552f3,
-0xa3b8ea49,	0x8e3cbad8,	0x61e873a2,	0xea8b59e4,
-0xb40b0ad7,	0x044c43fc,	0xa8c7360b,	0x59297172,
-0xed906d04,	0x1d1f7d23,	0xfab0bf7c,	0x23747224,
-0x447b30f5,	0xf1721b28,	0xab9b996c,	0xe718dff3,
-0x54213508,	0xc9a902e1,	0x71955768,	0xcc7116db,
-0x915033bc,	0xf66cc5c5,	0x093713e0,	0x0a853e08,
-0x98d26732,	0x023b50a4,	0x6f4ad3a6,	0x2abe98af,
-0xb7ad44e9,	0x0561d975,	0x48655ae6,	0x56eab2e1,
-0x3ed80250,	0x0b2544de,	0x383307ad,	0xaf473f8c,
-0xba88886c,	0xd77d7479,	0x6f822580,	0x1233a6d1,
-0xbf4f8744,	0x49b3de29,	0x858c5f99,	0x7c35d06b,
-0x064ce53b,	0x9a819395,	0x05ba22b3,	0x45e85745,
-0x5062e9fb,	0x7ef4985a,	0x91f38b31,	0x106d0311,
-0x17f284dd,	0x7db3acce,	0xb77b1ecb,	0x5a669ab9,
-0xd5af93e6,	0xaaf20015,	0x446c0c78,	0x292635a9,
-0x53a2dd64,	0x9b7694ab,	0x6a22a17b,	0x31fa34a8,
-0xb4b22ce0,	0xde51fdf3,	0x50bbfa2a,	0x82cca0db,
-0x20a065ed,	0x49c0d99a,	0xc3a8086b,	0xc245fbb3,
-0xdb203f9d,	0x2e8d599c,	0x45acf14c,	0xc0e84739,
-0xd6e667c9,	0x759745ee,	0xf78afb3a,	0xdf1960ab,
-0x749d78d3,	0xebfd60d5,	0x38e9c925,	0x53769f42,
-0x204c68a8,	0x9a34d05b,	0xdb5e56a9,	0x666abcf2,
-0x3196e094,	0x9826ea35,	0x5f41cc1c,	0x8a550de3,
-0x113e7a6c,	0x7d10fae9,	0x692bca9b,	0x58570e7b,
-0xc56bbc50,	0x91250951,	0x5b640bd7,	0x9e544e5d,
-0xeb17dde7,	0x255174f1,	0x482a3a43,	0xd522a3cf,
-0x05d5c24b,	0xefb96af2,	0x8cbcfdec,	0x86dae21d,
-0x01b66bbb,	0xde764519,	0x05bf62d0,	0x2072a91e,
-0x43b8c445,	0xdce2e051,	0xb33dbbb1,	0x6ecd4ba3,
-0x42010827,	0x0d76e82b,	0x726f05eb,	0x2f8b2891,
-0x060125b6,	0xd7b11c1e,	0xed4a0b1f,	0x16ba2ff9,
-0x504bd2b5,	0x8ebeb436,	0x1c694ee1,	0x3c9055b5,
-0xd8cbfd47,	0x8b349768,	0x32bc9536,	0x59f7a205,
-0xd8952eba,	0xefcf4c28,	0x8aefc190,	0x810d79c4,
-0xba57969d,	0x8f58c0f0,	0xcd98ab53,	0x9c1c06ac,
-0x0dd44162,	0x7f9dc0dd,	0x190cde55,	0x45c8e757,
-0x7193f60d,	0x7cbca632,	0xc721c2c8,	0xace085f9,
-0x8c7d0202,	0x8d7107a7,	0x6bb4eeb1,	0x79e0f71f,
-0x6d807c6b,	0x1cc11126,	0xff71f823,	0x664125ee,
-0x7a7fd32b,	0xc3dbbdd9,	0xf3b34ff3,	0xd533c95f,
-0xe487f390,	0x4f8380b4,	0xf68ac91b,	0x03953d46,
-0xbe7ab73f,	0x8dda40b8,	0xac15af0f,	0x8dcab6e6,
-0xf68e1be4,	0xbe51fe0d,	0x23347015,	0x170073ea,
-0x6e4a1364,	0xcf708271,	0x184649f1,	0x1915e9b3,
-0x9f8b98f4,	0x4a96e734,	0x3081a08e,	0x3cfdf5d3,
-0x836b2412,	0x55b46bd5,	0x98013339,	0x8d142c58,
-0xdd5edd38,	0x57e67a01,	0x9f3ac916,	0x5de7375e,
-0x1e8db6f5,	0x3642b030,	0x9f3f52d3,	0x0d13c783,
-0x3d1206ec,	0x8545f3af,	0xa4f31ae1,	0x2e3c0129,
-0x66708818,	0xdf4a96db,	0x50ff060c,	0xa2642150,
-0xdf9df58c,	0x160d47ea,	0xb7ee65ee,	0xb28445a7,
-0xaf3f0f5e,	0x75b3c6a6,	0xd3c7484a,	0x1b549690,
-0xf4f0ed04,	0xb61dedcd,	0xbd57e8f2,	0xeba17757,
-0x83eca654,	0xd54cfb71,	0xa8e183a9,	0xbe3227a8,
-0x6f321d97,	0xd25abd41,	0x4e58e4b0,	0xb4284b35,
-0xcfe33780,	0x1a25e447,	0xf2f9ad56,	0x5585b9bb,
-0x4d90382d,	0x5fd92ce9,	0x1531afdd,	0x2f8e6e88,
-0x7a7a7f3f,	0x588f7292,	0xd5e8b818,	0xcc4fc966,
-0x3c8ad06b,	0x9145e687,	0x4d258e67,	0x5fae76cc,
-0x92a2c2c4,	0x1a0499ee,	0xbf754c4b,	0x644ccb7b,
-0xa99f20d0,	0x25fc626a,	0x00e136db,	0xaf43df3c,
-0x83ef88d4,	0xdc089216,	0x8b9bb531,	0x6897c80a,
-0xf9c63046,	0x2b3479ea,	0x2c7b9180,	0xce56fcc3,
-0x7272a0d0,	0x6bd774e6,	0x6af29640,	0xc7090bc3,
-0xd80cfef8,	0xe1858e84,	0x463db271,	0x691408ea,
-0xfe143fd6,	0x06ad4c18,	0x969bced5,	0x666431d9,
-0xe467b691,	0x2b077b31,	0xb6a12eff,	0x73e27a22,
-0x8cfdaf14,	0xc37667df,	0x508199e5,	0x8c74a9a0,
-0xe5e6568a,	0xab749682,	0x9a3f782d,	0x54bec389,
-0x58ef997e,	0x8f5abfac,	0xa397ccbb,	0x7fb7e75c,
-0xb153b2a1,	0x042197a7,	0x47a40db4,	0x515d555a,
-0x8c16e81f,	0xac4196f4,	0x3a98daa5,	0xc5c67c59,
-0xd6112948,	0x1328e4ae,	0xfba6ab9d,	0x47cb6983,
-0x24b5fcc0,	0x1fcd81b3,	0xc823e126,	0x351ae2b0,
-0xd37cf571,	0xb2a1e02c,	0x99f3bfb4,	0xf14cb17a,
-0xada36215,	0xf4c02d24,	0x4e743749,	0x0d6813ef,
-0xa3000b22,	0x23a513a0,	0xdecc7c3f,	0xd971f199,
-0x133a45f6,	0x1af56282,	0xd4f4320c,	0xfc71fbda,
-0x0846d1b3,	0xdc66fdc4,	0xf361c7c8,	0x7f3a6610,
-0xd1ae19bc,	0xe264b334,	0xf3606e31,	0x04f7e5dc,
-0xc72cd6ff,	0x781d6e3a,	0xe36fd40f,	0xba799753,
-0xad4d6d9b,	0x0d702541,	0x5072ce6c,	0xf8d93341,
-0x07f56a9d,	0x72db6e20,	0xb254fe22,	0x88df5a6a,
-0x4569508a,	0x52480b1c,	0x510b01f2,	0xd434a120,
-0xf8fff273,	0xd908fca0,	0x636c4ebc,	0x0234e212,
-0xaa42b087,	0x71676f12,	0x538d392e,	0x18704171,
-0xaa806c9e,	0x639ec9d1,	0xd11a846b,	0xb4456cbd,
-0x829bf03e,	0x4df0906f,	0x99863937,	0xf42d1a92,
-0x2a60caab,	0xed976817,	0xb5f1601b,	0xd9faa1e4,
-0x9c6f5310,	0xac160bad,	0x9c7b3bae,	0x57681b3a,
-0x483a0857,	0x03a080af,	0x045d7c94,	0x7bb24301,
-0x692b6af1,	0xba70957c,	0x2c5055ba,	0x895be04f,
-0x3e71c0ff,	0x9165b8bb,	0x7bc533bd,	0x3355ddd1,
-0x57ec4d50,	0xb268345b,	0x2711e040,	0x5b8c5792,
-0xfecc7a8b,	0x8462ae5d,	0x5ac5c5d8,	0x1cbf6807,
-0x1a3861e2,	0x1c976424,	0x283bd5f3,	0x31bd6a73,
-0x68c9de6e,	0x64770f4b,	0x904f104e,	0xba014c26,
-0xfe407ea0,	0xb04e487f,	0xf8cfa3fa,	0xbf173258,
-0xa1a0cf2f,	0x692b3200,	0x609abaea,	0xde11f4b0,
-0x29bca417,	0x514b30e8,	0x744e92c4,	0x424ed029,
-0xf42b530a,	0x7b70be34,	0x5b083aae,	0x414b9d11,
-0x1b3fc6e7,	0x9414edba,	0x8643fd9c,	0x088b23fd,
-0x309d1453,	0x7801d4ad,	0xdc7c28e5,	0xb1e84413,
-0x4d2e9157,	0x20cb06a2,	0xbd82a64e,	0x2f6b309a,
-0x9764f1f4,	0x31396c74,	0x059eca64,	0x941b4009,
-0xac093191,	0xd50a6cb9,	0x1dd9da8f,	0x817f804a,
-0xb907e66d,	0x78685370,	0x5d01f70f,	0x74c33b7d,
-0xac657774,	0x4fb10251,	0x82aa4504,	0x50bb021a,
-0xee72abc0,	0x85bec45d,	0x1563750c,	0xa288eee0,
-0xa7832733,	0x660113b2,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m206f6d1.h b/src/cpu/intel/model_6fx/microcode-m206f6d1.h
deleted file mode 100644
index 0e4db80..0000000
--- a/src/cpu/intel/model_6fx/microcode-m206f6d1.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m206f6d1.inc  */
-0x00000001,	0x000000d1,	0x10012010,	0x000006f6,
-0xc3efba8f,	0x00000001,	0x00000020,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x965c1896,	0xd07bfcf0,	0x7b07577a,	0xae971342,
-0xf109a79c,	0x7adfc4ad,	0x8d30b3ea,	0xfd218da2,
-0x576ff53a,	0xaa25accf,	0xe1201462,	0x53057f46,
-0xb5b48fbf,	0xc9cc439f,	0x7bb46e63,	0xbd48777f,
-0xce3fbcd0,	0x5537400b,	0xaa5e588c,	0xc0472d72,
-0x7ebdf968,	0x84cc404d,	0xfb638455,	0x7fb86b5f,
-0xa4df4b7e,	0xd2b8c2a0,	0x59c7e5dc,	0xafae5f50,
-0xdd3d9046,	0x7bb5160a,	0x996edf9c,	0xd47ba5c4,
-0x73871d20,	0xbd5c08c7,	0xf7a59a6d,	0x7a84b57f,
-0x9c21bba1,	0xd616a35b,	0x45a872a4,	0x9afaa4b6,
-0xd28a8a24,	0x65dcf000,	0xa7b4be6e,	0xdcf4e501,
-0x50793667,	0x8f0d4210,	0xdc642f39,	0x5bab5998,
-0x9dc8298a,	0xde24ef46,	0x7d723328,	0xb94f6da6,
-0x4ccdc7ee,	0x5af407d1,	0x58940773,	0x54d28c5e,
-0x37ef85e1,	0x422e2b5f,	0x5a0a0872,	0x54c48bd7,
-0x4f962349,	0x3cc4934b,	0x7e533da1,	0x4feb25fa,
-0x7b0cb744,	0x7d225464,	0x3bccb602,	0x59aa051a,
-0x6f398fa2,	0x18c51f3e,	0x54459025,	0x6d9dceaf,
-0x055d9e9b,	0x7efe8dae,	0x72a17959,	0x01811a1f,
-0x583c51e6,	0x55ac81a2,	0x1a9376cc,	0x5aa8113e,
-0x4314a883,	0x138f035d,	0x44543deb,	0x65e9e03f,
-0x0d51122a,	0x6b232988,	0x408aa9de,	0x00d3ee73,
-0x781c5d9a,	0x4d355629,	0x3db6ae06,	0x5bc49a15,
-0xbbf6254b,	0x1058555c,	0xabf3fe56,	0xbac5f1aa,
-0x0fb4eea3,	0xa7044771,	0x918ea94b,	0x2ea5bcd1,
-0xbd88c375,	0xb4705a29,	0x03b803a9,	0xa7b74bb2,
-0x8c13fad5,	0x375ff8ff,	0xaab2e276,	0x8979c51f,
-0x098b2df6,	0x8f182271,	0xb386996c,	0x04d7ea53,
-0x92c26118,	0xbac86438,	0x0ec1160a,	0xb6b03b6b,
-0x92f395e1,	0x2b5ac686,	0xf0b09a2c,	0x80b3c69d,
-0x4131f408,	0xea12b43b,	0xbcfd7084,	0x693069ff,
-0xe7990a85,	0x95ac7010,	0x4e91ad6e,	0xe1b2e425,
-0xaf37d653,	0x66e4b544,	0xcdde3ff4,	0xa63bf453,
-0x4b184f82,	0xef944bb4,	0x9f8afede,	0x4f430188,
-0x919ce98c,	0x9b4ad7c8,	0x21fa468a,	0xbeff7800,
-0xb3633a42,	0x0579bb57,	0xd17b1e46,	0xa4f7ff99,
-0x4f91aee3,	0xc9b3255c,	0x8a8300bf,	0x42056f14,
-0xc17cb77a,	0x82f52e66,	0x69bd0ec5,	0xd296ddaa,
-0x812ae627,	0x70984d16,	0xf406c97f,	0xa66aa1e6,
-0x71133e80,	0xd3183ef0,	0xec6e1000,	0x6e6ddc92,
-0xb4b6cd65,	0xfeb1cb8f,	0x4299c5ed,	0x904ae993,
-0xf0ae54c1,	0x6df419d3,	0xd618c06c,	0xee54a554,
-0x0f5c2b74,	0xc8381eb6,	0xc0cf3bf7,	0x218ef2ba,
-0xc1634787,	0xe11b8a39,	0x63207574,	0xd776a45f,
-0x815f2d29,	0x79be3345,	0xf6a0927e,	0xa4ce7be5,
-0x74aff413,	0xd452cb84,	0xa1458f9e,	0x7adef9e3,
-0xd8e274b1,	0xafa5960c,	0x799da850,	0xfef34e22,
-0xa758da76,	0x5e630c23,	0xf3a68c80,	0xae7d4996,
-0x554f1a6f,	0xf5630c09,	0xa59ba003,	0x7807f81a,
-0xf673536d,	0x876c9b85,	0x789609b7,	0xf93183fa,
-0x87313765,	0x7f1a44c3,	0xf0700569,	0xa600f7e8,
-0x741e8329,	0xdd3bd56f,	0xad068c42,	0x7f5d2cf2,
-0xdf4794c6,	0xab6b86ad,	0x7872cec5,	0xf2f9599f,
-0xa91ee6dc,	0x5a460e1d,	0xf18b4bad,	0xab495927,
-0x505b65f7,	0xf1a114b2,	0xaa37286f,	0x71513b34,
-0xff986d2e,	0x86bac264,	0x71da4aed,	0xfb3a2c4b,
-0x8f842ddf,	0x78a9a377,	0xff3239c6,	0xa6345d94,
-0x747ad071,	0xd6f7c5c9,	0xa678fed5,	0x7f0cfeaa,
-0xdec60ade,	0xae8fba4f,	0x716a0e60,	0xfeadaf5b,
-0xa0e990ec,	0x5fa5fa56,	0xf870a292,	0xad70c6b2,
-0x5eb0d3c1,	0xfef7bf57,	0xa8d267b9,	0x76038748,
-0xfddfb4dd,	0x872c4a1b,	0x7960b633,	0xf16806bd,
-0x89ab2ddd,	0x7a2a82a9,	0xf731e57e,	0xa22afa6b,
-0x76b1fdfa,	0xd7082969,	0xa7f8ba1c,	0x78e23df4,
-0xd3f35a7c,	0xad3d911f,	0x74a8b545,	0xfcfd9792,
-0xba5e1451,	0x59f7d9bc,	0xbaeda3ca,	0xbc7942a8,
-0x005f88b6,	0x9b473913,	0x957fb16c,	0x090a1e4f,
-0x9857a526,	0xb388013f,	0x78436ae8,	0x863e14b7,
-0xc2481047,	0x6d7d1f14,	0xba316aa1,	0xe618e170,
-0xb572713e,	0x9658a65f,	0x6452e9c4,	0xa06d79b8,
-0xfd3de8fb,	0x7b140dd4,	0xb938cd37,	0xdeebab99,
-0x46eabc7a,	0x94d8ea64,	0xcedfdce7,	0x50efb74c,
-0xad825cbc,	0xd6a152d3,	0x6159e62c,	0x8bd4febc,
-0xed549a2b,	0x4d0bf09a,	0xacc16fe1,	0xedb278aa,
-0x4f32c37f,	0x86eaa5eb,	0xf1be8b78,	0x46a61b93,
-0x9811b38f,	0xdec9cfa5,	0x42a34f6c,	0x90e2ede0,
-0xd13cc49e,	0x623eee02,	0x8189f59c,	0xd3433e52,
-0x52b6ed15,	0xae8482c0,	0xbaee309f,	0x56354579,
-0xe6ce3c6a,	0x96db7391,	0x625abb50,	0xef5854f0,
-0xa43426ae,	0x442cdfc6,	0xe4602733,	0xa83eb9b3,
-0x465a1b35,	0xeb2256b3,	0xb63a3154,	0x62c3a1b8,
-0xfde482b9,	0x99737daa,	0x7e530510,	0xf8fa3165,
-0xa10d46ac,	0x56f83fe6,	0xee481fa5,	0xaaa15251,
-0x5a75a55a,	0xcfd712fd,	0x9294efd7,	0x5fe5fdbc,
-0xc1d21d02,	0x907fe631,	0x6335b67f,	0xe85c257d,
-0x825f4903,	0x479dc9e4,	0xc1ad5263,	0x8dc07e28,
-0x4e8c04de,	0xed66882b,	0x9bc134a2,	0x4fae29a0,
-0xc3b14dd0,	0xbbedf12d,	0x71af0dd1,	0xc45ac637,
-0xa9a23629,	0x56c717a7,	0xc8839126,	0xa95d3818,
-0x4d1883a8,	0xee22ccb7,	0x872dadcf,	0x4f5fa1f5,
-0xcce09dc2,	0x8087ccca,	0x6776dfbb,	0xe88d972f,
-0xa0a9d198,	0x441d4457,	0xe978e2ed,	0xa44e64f6,
-0x6424cfaa,	0xc472723c,	0xbe30df8f,	0x6883f963,
-0xb8852598,	0x9db3cb5c,	0x3a1a3557,	0xbce352d4,
-0x8940c762,	0x1f6b8a25,	0x962dce30,	0x828f5d7a,
-0xb3d070a1,	0xb5b0e263,	0x40c38cde,	0xaa4ec1aa,
-0xd931d522,	0x74659a76,	0x9e267123,	0xd871e8b9,
-0xe98cf852,	0xbf71b5f5,	0x3d1d1eac,	0xec90e42b,
-0xf736f07c,	0x15e44e49,	0xddcb61f3,	0xf2ca5be7,
-0xabe43619,	0xf18b2b9b,	0x0fd5da9f,	0xa6ad309c,
-0x801c0d47,	0x08720cfb,	0xa62d6657,	0xa3f31d88,
-0x2be04e92,	0x88db11f5,	0xa9dce31f,	0x2b111b18,
-0x8bd6d20a,	0x8b951802,	0x039a5ba3,	0x85b6c291,
-0xa12e473e,	0x232f5873,	0x94eabc8b,	0xa1598ffa,
-0x1d48c2e6,	0xbdf9104f,	0x98e7c969,	0x1a41bca8,
-0xa0576ec1,	0xb18dda12,	0x136cb6bc,	0xa75fa561,
-0xb1d79465,	0x3027664a,	0x9aa1c631,	0xba80b56d,
-0x4a384b65,	0xbe506ee3,	0xf4fa3413,	0x4566fff0,
-0x93c3d3bb,	0xf7f20b82,	0x5d06c988,	0xb92840af,
-0xc35c38e0,	0x75d02992,	0xb93925fc,	0xc7132e92,
-0x79515935,	0xbaa38295,	0xd76b3e7f,	0x5fca8ec2,
-0x236451ff,	0xf0b960f5,	0xdd3d1989,	0x26ca6797,
-0xf1cc386a,	0xf07077a8,	0x314de9a8,	0xf51898be,
-0xeeebc84a,	0x1aa25331,	0xdf7d00e3,	0xe658ddf8,
-0x6dc0ae0f,	0xf17adc4e,	0x89f8eb60,	0x6b36d821,
-0xcf2fff4f,	0xa3ace7f9,	0x66da4d8d,	0xc6b6664c,
-0xa0b097c2,	0x47206aa4,	0xe05fe51f,	0xadde146d,
-0x21df0004,	0xc96371bb,	0x89297ecc,	0x254cd3e9,
-0xa3f17bc0,	0x80e975c5,	0x2d13a802,	0xab65c08d,
-0x005b1324,	0x2e2672a2,	0x78b456e8,	0x10f56e75,
-0x5d49599d,	0x45961097,	0x29d48e70,	0x59786d0e,
-0x978b7a65,	0x031b3349,	0x9f3660c1,	0x929deec1,
-0x0c98ccab,	0xbfce15f1,	0xa5bfe421,	0x0518f937,
-0xe2009224,	0x88c5ed01,	0x273e02e2,	0xfe545e31,
-0xe466b269,	0x355376ed,	0xd99efbda,	0xc5383a2d,
-0x4677d091,	0xffc53c06,	0xaa60c17f,	0x4c8548d7,
-0xeecc7086,	0xa75068f2,	0x7c738226,	0xcc45c6c3,
-0x9079c770,	0x5b5b1301,	0xc8c56803,	0x98f4818d,
-0x4cafe5f9,	0xc6e89794,	0xac14abdc,	0x6c8edc5d,
-0x5eed56b6,	0xcb18bd4c,	0x8d078ccf,	0xd8e76429,
-0x24edeba0,	0x3722ecf0,	0xae8812de,	0x9bae67d7,
-0x42fd6237,	0xf62ba0ec,	0xe5b29dd1,	0x11b3e084,
-0xbecd5671,	0x71151130,	0x5f70f6f9,	0x2d379832,
-0x5aa1c8f1,	0x20870270,	0x07383de8,	0x27d9a443,
-0x6db700e6,	0x749fe33e,	0x62bab353,	0x168efc05,
-0x19e1048f,	0x051f0c5e,	0x779bf311,	0x794b272b,
-0x19d28256,	0x3b6ce30a,	0x629082d9,	0x5d457c5e,
-0x550e1243,	0x4e8abe63,	0x34daf454,	0x71345026,
-0x45bdda51,	0x2035271b,	0x7765b4a1,	0x572018a7,
-0x0ed79a6e,	0x7fb5b549,	0x79538268,	0x07156ddc,
-0x6efb9d55,	0x7dd30110,	0x1267cb93,	0x67474355,
-0x78246bb1,	0xd6516c07,	0x62de23f4,	0xb8923432,
-0xf97c03e5,	0x3ef87b93,	0x9a339985,	0xaac3a049,
-0x167acc56,	0x5fbd0ab1,	0x8354dcf9,	0xdbb05773,
-0x29e7f000,	0x2bdf8ea7,	0xa53839c8,	0x817b3a47,
-0x285a8fc1,	0x70a54363,	0x860f1453,	0xffcffe84,
-0x1c4e0572,	0x95121a39,	0x9a2dc3ce,	0x0468d9fc,
-0xfdf89cf0,	0x94f0c5a3,	0x6bd7da9d,	0xf833f8a8,
-0xbf98e9c7,	0x353238eb,	0xd45d39e8,	0xee15e325,
-0x51e274af,	0x8a280503,	0x8fe0a88f,	0x08e261f0,
-0xcb66652a,	0x2b748738,	0x40bd97f1,	0x66a589d8,
-0x77db4e3d,	0xf8334db7,	0x3eed90b4,	0xc481bf68,
-0x82847bf8,	0xe0ecdd49,	0xb6ca5eff,	0x5301c380,
-0x9ee2877c,	0x315e438b,	0x21781354,	0x1a6e7b41,
-0x35d5e2f7,	0x24d3f7ee,	0x1ec61d3e,	0x37b651f3,
-0x2e2c7339,	0x60422031,	0x34e33094,	0xa4e65a14,
-0x6d066d40,	0x9e69aa1f,	0xa24e37e6,	0xcedd4254,
-0x9eb7ae70,	0x51fd30f8,	0xce68f293,	0x6ccb8e2c,
-0x52aa81dc,	0x71d3cee0,	0x689c8c49,	0xeb351c4e,
-0x788e13cf,	0x9f9db68c,	0xe777e2f0,	0x85938dc4,
-0x92a16bb7,	0xdd044ca2,	0x880cecb5,	0x92decc36,
-0xf86af1ba,	0xda55b5b3,	0xb28f3b76,	0x94564dfc,
-0xd8d99fec,	0x991b65f3,	0x9b9cede6,	0xfea11102,
-0x9433fcea,	0x30eb5261,	0xf76a6e8c,	0x31a6d55e,
-0x361f4786,	0x03866a0d,	0x37747762,	0xa028ed03,
-0x6a1ba8ce,	0x9cacf9e9,	0xc9374f85,	0xaf5a0445,
-0x9132ee48,	0x3e81072b,	0xa5bcc165,	0x6accdf99,
-0x306b1dfd,	0x356e4825,	0x6c0b8fb6,	0xa20f99d5,
-0x34804212,	0xd88562a2,	0xa792e8aa,	0x84c5a856,
-0xdb3a4bfc,	0x5f299b3b,	0x8433db39,	0x2f7cb314,
-0x5ba4678a,	0x28b937a2,	0x2592b791,	0xfdda8a10,
-0x2db307b0,	0xd5f6d980,	0xfd81c0f6,	0x2e77ab1b,
-0x2668eefa,	0xe2cc4cf7,	0xddf6e022,	0x336921cb,
-0x9879f6b3,	0xfb6d8af0,	0x46ff44ec,	0xbb1bc99c,
-0x5f2c45d9,	0x4697780f,	0x1a988d70,	0x597fea79,
-0xeee72ecd,	0x7cdcfd9e,	0xf862c760,	0x82596552,
-0x823268c2,	0x66441964,	0x7a0e57cc,	0x1d4aa66a,
-0xf9fa81df,	0x286c2a30,	0x8834aa62,	0xab542b93,
-0x818b871a,	0xbf9502fb,	0x0743b800,	0xba47f765,
-0x74b3468a,	0x0d51147c,	0x7c3eb6d6,	0x7ed21418,
-0x8d7b2c3e,	0xe13ed619,	0xfdd84fcc,	0x150816bc,
-0x81a852fe,	0x1f2bb352,	0x7d73f5bf,	0x6c81082c,
-0x495c219d,	0x892f3812,	0x3691f3c4,	0xb4bc18a7,
-0x3bcb6f5a,	0x3d01dada,	0x0627f1b8,	0x3467560d,
-0xc57c882a,	0xdd770d9b,	0xc3c2122b,	0x1c33cb75,
-0xfc35153d,	0xff362278,	0x3c05fb69,	0xc0785f67,
-0x0c82b867,	0x5ce4d4d1,	0x37b1f461,	0x61ce39b5,
-0xfcd1ee1c,	0xb97df3e6,	0xc18c360b,	0x70e4aadb,
-0x0422113d,	0x3b29697c,	0xc372ed8e,	0xf03e7f1b,
-0x72ad4e52,	0x9aa15d93,	0xb819d0f2,	0x235cb721,
-0x6bb77b8c,	0xd9d5a960,	0xd91b4329,	0x07170cca,
-0xee427a42,	0x0456c1ed,	0x3181ca96,	0x3a73db14,
-0xe1baa271,	0xfb099171,	0xd0e7d92a,	0x222bedfe,
-0xada12d33,	0xfbe26e2b,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m206fbBA.h b/src/cpu/intel/model_6fx/microcode-m206fbBA.h
deleted file mode 100644
index ad3b6c5..0000000
--- a/src/cpu/intel/model_6fx/microcode-m206fbBA.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m206fbBA.inc  */
-0x00000001,	0x000000ba,	0x10032010,	0x000006fb,
-0x9777492e,	0x00000001,	0x00000020,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x000000a1,	0x00020001,	0x000000ba,
-0x00000035,	0x2a000000,	0x20101002,	0x000002f1,
-0x00000001,	0x000006fb,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x21d97964,	0x9846e570,	0x1d30fb85,	0xb909572f,
-0x88a15af6,	0xcff6f5d8,	0x01ade078,	0x72eac781,
-0x58d10d9f,	0xb7f2421d,	0xe4d5fcf1,	0x02889a15,
-0xad9bed07,	0xa32ab3e6,	0x3491afcc,	0x9c991c37,
-0x2a1c2071,	0xf066191a,	0x3bd898e7,	0x2648d958,
-0xc05f7908,	0x05864b9b,	0xbe4c1eee,	0x1e6c7ef4,
-0x0e7a539e,	0x100b2ab3,	0x1273dceb,	0xfec8847d,
-0x8f37946f,	0x634e3b5c,	0x691dbd61,	0xd89e3cb9,
-0x094639d4,	0x7d972e1a,	0xd6dbd94d,	0x2001c3ec,
-0x34f791f0,	0xeee0d794,	0x88b7459d,	0xc2c73aa3,
-0x607a174d,	0x4f0f8304,	0x65790b35,	0x00532bfe,
-0x1fd1e0cc,	0x7b91f873,	0x154ed42b,	0x7a7108e9,
-0x81637c95,	0x192cb173,	0x28ccd94e,	0xb9bcc372,
-0xac05171b,	0x867f47da,	0xf8e8c47d,	0x1edcdb4a,
-0xd2ca6c2d,	0xe9ee9169,	0x5a6efedc,	0xb6825038,
-0x09277eaa,	0x2a34e580,	0x0f794366,	0x86c99402,
-0x211b98bf,	0xdf8eb0e3,	0xda11d7bd,	0xd440363e,
-0xa7d49f1a,	0x16dd7395,	0x5b23c2fc,	0xab93ea3c,
-0x00000011,	0x3e547655,	0xa3c23fd3,	0xc4b7878e,
-0x8783318c,	0x52cc22bf,	0xaf347896,	0x54342107,
-0x72c7bb6c,	0x3e13b80d,	0x46bc1a33,	0x23cfc252,
-0x0d4ef13b,	0xc21dc600,	0xdb9ec613,	0x0899f190,
-0xafbb3213,	0x0652ed0a,	0x739aaabe,	0xa4d1ce13,
-0x0fb0b628,	0x1270dc1a,	0xb6d7833f,	0x6846a946,
-0xbc8adbe3,	0xb9f43c78,	0x2008edcb,	0x5a9c34a8,
-0xb38931a2,	0x0c0a82a8,	0xf1e458a2,	0xa20645df,
-0xcb6bb4ee,	0x85c91f0c,	0xed3e330d,	0x76c74422,
-0xdde7d6a0,	0x0af339f8,	0x1a7c4dbc,	0xe79f6e3a,
-0x73b720c9,	0xe1e83952,	0x686f7729,	0xf1925af1,
-0x2b154459,	0x1c540322,	0x5ec2fc7d,	0x87597cd3,
-0xb2031f29,	0x94589a6d,	0x55c3330e,	0x33af7895,
-0xedd71f83,	0xa5a11a4a,	0x4bc706ed,	0xf6f04df1,
-0x724cad51,	0x0a677c56,	0xd0356d3b,	0x6068e86c,
-0xd74f070f,	0xc07b0e3a,	0xa0b98d7d,	0x0041181d,
-0x79266ba5,	0x3ff83201,	0xd1b327ee,	0xaf55f568,
-0xe936acaf,	0xaa5dca57,	0xdeae2b1a,	0xd6643058,
-0x389cec0d,	0x7e524e3c,	0xb0b13d46,	0xbe0722c4,
-0x4fe4f260,	0x6569767a,	0x4ded63fd,	0x03474b65,
-0xe1875127,	0x328e6736,	0x2166cb67,	0x50ee94e8,
-0xd0a26ea2,	0x9751ca79,	0x22c0a65f,	0x5c458980,
-0xe9b9c62f,	0xa13221b6,	0xb43292db,	0x36e2b143,
-0xff8ba502,	0x3f42d32d,	0xd043d05c,	0x77bd8a19,
-0x9a652b71,	0xaae1b2d0,	0xe490085a,	0x181145c7,
-0xbfc061c4,	0x18bfd9b0,	0x22b830b4,	0x5201a02d,
-0x5651bc35,	0x535005f8,	0xcbe674e1,	0xe78d03ce,
-0xc52d0fa2,	0xc8b78a1f,	0x1b694c97,	0xce0e7567,
-0x0f2229de,	0x98c847cc,	0xe68554d7,	0xf9864b16,
-0x3cc47a83,	0x941221d2,	0xcc3a7ef4,	0x0170bb22,
-0xc9053a4b,	0x9c7721de,	0xed941a9b,	0x8be05de7,
-0x2f42fd5e,	0x36b0a67f,	0xb306a1f5,	0x34abbc36,
-0x24c17625,	0x6a3de329,	0x01988238,	0x066a1868,
-0xafca471d,	0xd2adc39b,	0x813525b3,	0x00a0acf5,
-0x2aa361cf,	0x4dbe173e,	0xdaf77894,	0xaa889ded,
-0xa3697b54,	0x80d26705,	0x0c2da0f3,	0x58a4b8a4,
-0x39cc0d4e,	0x3c9d4670,	0xd2b5d20e,	0x2724e973,
-0xb1351d5c,	0x20906d79,	0xe24891e5,	0x2035c218,
-0x4e0139ea,	0x56be6bd7,	0x083b0550,	0xbb402759,
-0xfd95c78d,	0x9fb7daa5,	0x60175f4c,	0x32446eb0,
-0x5021b32b,	0xa772bf99,	0x377195f7,	0x442fb939,
-0x4425cf3f,	0xd0413035,	0x515c39e8,	0x869ee778,
-0x8d4c2561,	0x826a5d49,	0xba1d315e,	0xd850a5b1,
-0x3241090d,	0x4bc25949,	0xa08b2d5e,	0xb69c0931,
-0x7c510465,	0xffb294e3,	0xbd919d03,	0x591938b8,
-0x66fce51e,	0x1da2e975,	0x513c2611,	0xd2c89b3b,
-0x55fa8777,	0x7287353f,	0x0e53d7f5,	0x409d5772,
-0x2db94ea8,	0xde0e9927,	0x8a1e2ac7,	0x1f7ec493,
-0x61089e93,	0x6abe868e,	0xc0df9a96,	0x4436a57d,
-0x0c48c8b0,	0xa247ee28,	0x141d6787,	0x1b12b920,
-0x2e21a991,	0xf0ff3f1d,	0xab4b5b32,	0xc0a0ca68,
-0x430e80d8,	0x8d74a965,	0xb54d5f63,	0x5d68e9e4,
-0x6b548ee8,	0xf047d59a,	0x3b4789f9,	0x21b5069c,
-0xf913817b,	0x732e9a9d,	0x2874cc28,	0xa9627bc0,
-0x6fdb58d6,	0x13587cf9,	0x39ce92e1,	0x36b9492d,
-0x5408f555,	0x8ffe55ba,	0xb43c9df5,	0xfac29337,
-0x56cbe2b3,	0x0185d1ed,	0x9be346e7,	0x40a19df7,
-0x3c1a2895,	0x4d26af1f,	0x45a55ab6,	0xa842ab52,
-0x1f747d77,	0xe0d9102c,	0xf971b544,	0x7ee0828a,
-0xfe3c6fac,	0x25395596,	0xc9b47fa3,	0x156ce98b,
-0x8f31e2b0,	0xb6e25664,	0x9640f47b,	0x8ac2d5bf,
-0x840e6610,	0xa97a44b9,	0x3fdc0ea8,	0x06910a51,
-0x2091b59a,	0x9c2e5439,	0xf8842451,	0x3f9a4ff3,
-0x362a0004,	0x12dad719,	0xb2f60dd0,	0xa97a0474,
-0xfa3560c2,	0x7fd81bf8,	0x57f7532e,	0x23486049,
-0xaafefb9f,	0xc66725ee,	0xdb9cd720,	0x63f4e092,
-0xd0a26789,	0x64b0aa78,	0x58af8ea1,	0x585d3712,
-0x1fd2f90f,	0x8e0574b1,	0x50e4b136,	0x2c1dbb31,
-0xc02feb6b,	0xa2714a85,	0x9130f487,	0x4a1253c2,
-0x6bad5346,	0x546c4765,	0x4fd9e206,	0x1e958eea,
-0x9015b920,	0x50328bec,	0x1cb229f7,	0xe68970ce,
-0x6596e986,	0x5bc7ebcb,	0x68a13530,	0x773e1ef7,
-0x705d8d8e,	0x58a4be35,	0xd1b47b52,	0x0c1d7eb9,
-0x94c9bb62,	0x9f8b78f3,	0xeb6f4c67,	0xe1359c6a,
-0xcc9bb75c,	0xc58dbc28,	0x53972a64,	0x1e077ac9,
-0x30b94c6d,	0x85bd7fca,	0x834a8432,	0xa56b0993,
-0xe8298659,	0x75f7aa51,	0xeff8d034,	0x89ff3761,
-0xe5280f0a,	0x62dc4a8e,	0xa3993ac8,	0x71122e79,
-0xd47785e2,	0x34158175,	0x63c8d85b,	0x7ac99eef,
-0xe0bd1e85,	0xd34d96cb,	0xb98776ef,	0x2ced7ad0,
-0x8de1a90b,	0xb91c6986,	0x031585b2,	0x945f0055,
-0xd619c86e,	0xbcd30cf2,	0x4bf7ffbd,	0x723a068b,
-0x19063c35,	0xb1a0bf7e,	0x76712f67,	0xd4a648d3,
-0x2eac160d,	0x284404e3,	0xc8a18a02,	0x2ff33921,
-0x8d56011a,	0xfda7cc43,	0x41e15608,	0xec688d2d,
-0x648eb60c,	0xe67029e2,	0x481e2a28,	0x82748afd,
-0xd243f0e6,	0x7d48b037,	0x8911dd57,	0x9876663d,
-0xdfc8715f,	0xa725ff6a,	0x18ceae0c,	0x571c5836,
-0x017ec3a0,	0x23e2b7bc,	0x8a19e5d1,	0x49f1ad67,
-0x6eb53ff0,	0x70d5e83f,	0x8d587f1b,	0x9fcd1b0d,
-0xb77c9c28,	0x0fa9ffc9,	0x2567087e,	0xd2626fa6,
-0x13a3d9f8,	0x327f16ea,	0xcf6c283d,	0x9cb948d5,
-0x82d61c27,	0xee7df429,	0xdba4362f,	0x873cd73f,
-0x3ea8c681,	0x99914378,	0x3cdb5ad8,	0xaeb85eef,
-0x10100fbb,	0xc99eba28,	0x55f32c4d,	0x676315eb,
-0xe78da6bd,	0x341f250b,	0x0139763f,	0xf9bcdd95,
-0xee95a716,	0x477450bf,	0x0655a8ec,	0x82ba0c7b,
-0x1f8140ba,	0x1ce6ade2,	0xb395d6bd,	0xe420cc72,
-0x00c9379f,	0xd499a95a,	0x04212c33,	0xe02ccdcf,
-0x01ec3905,	0x23d2c3e9,	0x105c1fc3,	0xedf2f621,
-0x0d2e782a,	0x24f4ed1b,	0x8c8e6bfa,	0x43881813,
-0x67bd4cd1,	0x529b5f8c,	0x7dce8273,	0x792b3c08,
-0xd6d49290,	0x141eb20d,	0x90198577,	0x461a9ca2,
-0xe3ce9501,	0xc1888a85,	0x904ce501,	0x04ab4ef9,
-0xfe292a8f,	0x3aded4f3,	0xa9c4673a,	0x384ba9ca,
-0x092f1252,	0xc0464403,	0xcba863b5,	0x509464ba,
-0xe11d075b,	0x26f1c460,	0x167b95ce,	0x4cec6a27,
-0x1d4845f5,	0x4e8a1314,	0x857e5e97,	0xb7195631,
-0x0378dee2,	0xf461bbd3,	0xc8bfc18d,	0x4587627b,
-0x0cb224e9,	0x0332b337,	0x4d566685,	0xbb52863d,
-0x98f4e44f,	0xa504d2e9,	0x6d57f47e,	0x4a015409,
-0xf54d386f,	0x2da77a2b,	0xab04d06d,	0x7bf8ea19,
-0xb0ebc25c,	0x91119128,	0x56c54eea,	0x152f4e23,
-0xa25117ce,	0x99534ada,	0x8842eb0a,	0x3a5dd205,
-0xe97955a6,	0x80950258,	0xb925944d,	0x628b7f30,
-0xb07c3e37,	0xf5c86344,	0x4c36449e,	0xd940801d,
-0x7b3b0da0,	0x16ea7b8d,	0x4a0f4fa0,	0xbd480d07,
-0x82ec44f6,	0x51779667,	0x5bdbb1d3,	0x8deb45ca,
-0x38a66184,	0xfb470fc9,	0x25363fb1,	0xbc129a95,
-0x29d5068f,	0xf517f1bb,	0xf5769dc1,	0x75a0256e,
-0xa6b98e74,	0x2b76fcdd,	0x4de2eb6d,	0x24ed8d53,
-0x1a6cc18f,	0x1736d538,	0xf4b1cbfe,	0xf8922e6d,
-0x70db7017,	0xdb34cf04,	0x3120bfbf,	0xe087fc6a,
-0xae0a91e2,	0x9f2ea090,	0xbc05b13a,	0xc0ed6589,
-0x73ea7422,	0xbabc72c6,	0x4de4ca2f,	0xa9f8d16f,
-0xe4de37b8,	0x353eeb76,	0xdde6b6ed,	0x21d9e183,
-0x7c57e342,	0xf28b9bb1,	0xab7ca9c0,	0x4a085c72,
-0xffb07dd6,	0x63abd7f7,	0x1ae27c52,	0xf77ee0d7,
-0x708b3437,	0x7e2dff0e,	0xb6b319e6,	0x8c84e925,
-0x55087edc,	0x500f35ad,	0xc81640b0,	0x937d864e,
-0x9efa3d5b,	0xf5eebce7,	0xc740d979,	0x62ab9012,
-0x08e825b3,	0xeba1dda6,	0x0052dd87,	0x6d8d8ad4,
-0x4a047831,	0xfcd9bee3,	0x8510f73f,	0xf83c5f7e,
-0x5a09c0f7,	0x95b0eb08,	0x698d240f,	0xa0560b49,
-0xe19b647a,	0xec596c6b,	0xd13d7808,	0xe259263f,
-0x4a6d99ce,	0xbf035717,	0xc410e0c8,	0xebf36b19,
-0x99256c4a,	0x6c9463e3,	0xf4999032,	0x12216280,
-0x3b8d2e40,	0x1bc6337c,	0xdaa5f7e1,	0xa9acb5ab,
-0x6ccb91dd,	0x152fc803,	0x0bcbc7eb,	0xb94d2418,
-0xd65b6f1e,	0x694756a0,	0x14cd941c,	0xa56429e3,
-0x945054a4,	0xd4922be6,	0xd571552e,	0x82b5c823,
-0x668fafe8,	0x2827fdd9,	0x9af3de76,	0x2a5d0078,
-0xf5ae0dd5,	0x223e7253,	0xa0ae4bb4,	0x812bb4ed,
-0x7d2b571b,	0xfa71b182,	0xb0a73540,	0x3ad09e40,
-0xc814ec6e,	0x71a63179,	0x645ac68b,	0x68d1f6ab,
-0x8dad1277,	0x3782a2a8,	0x173335f5,	0xb5aa47cf,
-0x6df9de08,	0xd1175256,	0xe4d4c2f3,	0xaad6edac,
-0xa0dcfa5a,	0x38e7df7b,	0x93e2fbe9,	0xefe7dc23,
-0xef1ec4b8,	0x9b9f7a91,	0x148474cc,	0x03b75bd2,
-0x5210cba7,	0x4a9b1025,	0xebded8fc,	0x7c570275,
-0x3b654b12,	0x484ed1cf,	0xf4765b45,	0x42b55bd4,
-0x33f6be6b,	0x62e0f627,	0x170ad64c,	0xa80f34da,
-0x695c665f,	0x58a7aa98,	0xd51bab9f,	0xc3b18153,
-0x3ce425c2,	0x81977e00,	0x3b692349,	0xcbb9621f,
-0xc7ed3dec,	0x69bb55fc,	0xf68cb3da,	0xa89f69f9,
-0xe9d78668,	0xac0d599c,	0x9338622e,	0xef6a80a7,
-0xcb803262,	0x98db8030,	0xbc0d6a0e,	0xd0406313,
-0x70d22c76,	0xe71a332e,	0xa55ccdc3,	0x8306d4c8,
-0x5a590069,	0x84fcd275,	0xd090c333,	0x61941b43,
-0x05dcb6fc,	0x83302e99,	0x8526a3ca,	0x28217e4a,
-0xeb77a9ef,	0x285993f7,	0x721d0d7c,	0x920ca6d1,
-0x4a707536,	0xd5aedad0,	0xa82d8e14,	0x235d429e,
-0x68deef3a,	0x48508124,	0x39117ab4,	0xcab7d6f7,
-0xe3799e96,	0x0341dc52,	0x9b10cb97,	0xb76cff12,
-0x78cf69ee,	0x8970288b,	0x4b4dc210,	0x617fd486,
-0xe714c612,	0x43bced55,	0x759335f1,	0xfa2cf191,
-0x1ce2278b,	0x20c1a720,	0xf01415fd,	0x0c1923f1,
-0xfe04d73a,	0x93f8ce91,	0xbcf31c33,	0x5d592412,
-0xeed0de72,	0x0ed18fcb,	0xf8cbecb3,	0x9bda800a,
-0x804d1bdc,	0xb3b59009,	0xe7647016,	0xa7f67eb0,
-0xe32e1750,	0x94bf7ae8,	0xdd83eac0,	0x179ef1e6,
-0x6bd1b25e,	0xcdb4067b,	0x32fea012,	0x98ca93af,
-0x11d77730,	0x5bee1f0e,	0x17ee87cf,	0xea8516af,
-0xd75f0c7b,	0x8e1af57d,	0x4c1d285a,	0xc30a1439,
-0xfec99a04,	0x028f6d00,	0xf8a12dff,	0xb7d746c4,
-0xc5c31f61,	0x8d38aef2,	0xb09977d2,	0x1a923dfe,
-0xcd9f6621,	0xcd1452eb,	0x6e48fc27,	0x7dc791a1,
-0x55d4105b,	0x046c853d,	0x41f4fb51,	0xd13c7864,
-0x1f41289c,	0x1d0d1a21,	0xedf8444e,	0x7c5636fc,
-0x5a70ae2c,	0xac7d232a,	0x2f922896,	0xcd7c1505,
-0x3d8fbe37,	0xe2be7cab,	0x5229d192,	0xf17fc306,
-0x6c69956f,	0x49f01aa6,	0xbd61e1bd,	0xef1c261a,
-0xeef77876,	0xf48560f7,	0xe10da128,	0x90ac207b,
-0x7a697de9,	0x468a7556,	0x0439a4d2,	0xa72c353b,
-0xae95f251,	0xeda01d6b,	0xea71c037,	0xa8bda5d5,
-0xd50d28ba,	0x0538e66c,	0x0ddb538d,	0x6f1314d6,
-0x007e4ccb,	0xd9c388ca,	0xd4730dc9,	0x1d0b3d4b,
-0xa799ecef,	0xf8d83235,	0x779b3d02,	0xed9bf4cd,
-0x29f1195c,	0x26f0f33e,	0xba5ef2b0,	0x6b3d2f3f,
-0xc25c5995,	0x21dc25e8,	0x64ca2239,	0xcd097928,
-0xf485b093,	0x46d45cfa,	0x113dab41,	0x17d74a14,
-0xc7734cec,	0x64ab29f7,	0xb0b3e3be,	0x6540b947,
-0x2d863102,	0xef06d6b1,	0x5be045a0,	0x77503f23,
-0xcab91ba1,	0xee734c5e,	0x2a1a9fd0,	0x94caace4,
-0x624bc780,	0xe7990ec5,	0x3f7ea429,	0x2c600af9,
-0x101fd527,	0x46017b07,	0xe35353b8,	0x9b77b604,
-0x3772e0db,	0xf8bda873,	0xe4c292ac,	0xb18fc5b5,
-0x093b4caa,	0xdefeec30,	0x5b81d7a0,	0x51f53ce5,
-0x4f69a2f8,	0x315611e7,	0x38fea48a,	0x95d9383b,
-0xeec151d3,	0x09f2329c,	0x871be798,	0xe2ee2a4c,
-0x2fe9755c,	0x51e0eef4,	0x4bbaba5f,	0xc427b65c,
-0xa374c6c1,	0x884af386,	0x16f33ba5,	0xbcc33d85,
-0x13ce7c1c,	0xf54325c3,	0x4bcf6c51,	0x95e99a5b,
-0x66f81148,	0x0ca663b7,	0x4545b59d,	0xaca1c158,
-0xcb4060c9,	0x89d93306,	0x01f464f9,	0x6bf12234,
-0xf1298bf3,	0xa45eca1f,	0xce7a462d,	0x6e78a63c,
-0x4f3c5719,	0x2f14e2f4,	0xeed92a03,	0xd59b8193,
-0x64da4a4c,	0x43e53431,	0xd1d57351,	0x1f4d2ae8,
-0xef09a5d8,	0xb410ef49,	0xf7274758,	0x96673691,
-0x143d2742,	0xf06d9aec,	0x9be9085d,	0xc5002fbd,
-0xc2a20d2c,	0x863122e3,	0xb9129006,	0x074c7284,
-0x3e0e89c6,	0xc80ada43,	0x3bb89c43,	0xacf8d13b,
-0x907e6320,	0x1bc04cf6,	0x810bd209,	0x6ff87dc9,
-0xecec843d,	0x780066c0,	0xbf4b59e3,	0x73fbec14,
-0x3115a934,	0x33699e49,	0x55f9b374,	0x08151397,
-0x85e6b786,	0xa3ec3a58,	0xb777f30a,	0xec5f95ed,
-0xb1eecc1d,	0xcf9d00a6,	0xba46666e,	0xc8439778,
-0x9ffb972b,	0x300a774c,	0x7d4494bc,	0xe1355826,
-0x9e327260,	0x98817734,	0x4f540740,	0x88356313,
-0x70b578a8,	0x96d81298,	0x7d06a905,	0x7024c1e2,
-0x8b588b6c,	0x61f11351,	0x7f5840ff,	0xecd2dc8b,
-0x6a78a90a,	0x7e9cc93d,	0xc0e3b740,	0x96167bbd,
-0x747017d8,	0x53444f79,	0xcf2d7dbf,	0x98fddde8,
-0x079a5000,	0x68116222,	0xb30f9909,	0xb3966e2e,
-0x17f8e692,	0x84081654,	0x3fbd2c4e,	0xb6a5ffc0,
-0x8db946c0,	0x91f31323,	0x9513ea68,	0xadb427a5,
-0x56a181d8,	0xcd48215f,	0xdc7129b0,	0x65b2f606,
-0x961defca,	0x68ac72bb,	0xa5f97c32,	0x8795ad4e,
-0x31cb626d,	0x55448a5b,	0x7c78b68a,	0x1bbe6418,
diff --git a/src/cpu/intel/model_6fx/microcode-m206fda4.h b/src/cpu/intel/model_6fx/microcode-m206fda4.h
deleted file mode 100644
index 1547a8b..0000000
--- a/src/cpu/intel/model_6fx/microcode-m206fda4.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m206fda4.inc  */
-0x00000001,	0x000000a4,	0x10022010,	0x000006fd,
-0x9ace60f7,	0x00000001,	0x00000020,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x7f914831,	0x7f280950,	0xcc39293b,	0xe0137d67,
-0x25a22f1a,	0xc7d8e840,	0xe609cbee,	0x26a84b50,
-0xc85354c6,	0xe397b7c6,	0x2242c9b9,	0xe0bc9aab,
-0xe5a1f3ca,	0x040ad2ae,	0xeb88afeb,	0xe47ce2bc,
-0x0529444f,	0xea4b23f9,	0xecce0288,	0x2a97ea69,
-0xe8db41ed,	0xcde8afe0,	0x287c2c4d,	0xe1fb67db,
-0xcfe5fe88,	0x21c8c817,	0xec9d32f9,	0xef42ab3e,
-0x2d362cd3,	0xcfcdb590,	0xeedc5247,	0x256173c2,
-0xcfa8fc16,	0xe7ccf864,	0x2771c55d,	0xe72a2a73,
-0xed1aaac2,	0x05d9700a,	0xe41338c9,	0xe8199a01,
-0x07091a2e,	0xef7d983c,	0xeb1ff270,	0x29f83510,
-0xe7e56beb,	0xc1c2e8ff,	0x2b17c7dc,	0xef8c0c30,
-0xcd709efb,	0x2c80ef6d,	0xe4a44893,	0xeee55636,
-0x238c0560,	0xccec88f1,	0xe323272d,	0x26365c26,
-0xc68e9a8e,	0xebf1571d,	0x2938c56e,	0xe9cf0fdd,
-0xe74cbdc1,	0x03bb4075,	0xe085209d,	0xe7820854,
-0x0db1b449,	0xeee44fa7,	0xe99e54de,	0x21257916,
-0xe44b936f,	0xc48e22fd,	0x27d76bae,	0xee7b649b,
-0xc19abfde,	0x2dd42a7c,	0xe69fd84e,	0xebf23110,
-0x22312129,	0xc82f7083,	0xe7b142aa,	0x2f8d059e,
-0xcc7cc6ae,	0xe30b9bf7,	0x2dd4bfee,	0xe7d41cee,
-0xef85526b,	0x060b57a9,	0xef0b3942,	0xef2969c5,
-0x01d7493c,	0xe880a203,	0xec0d6932,	0x2b0ac8b7,
-0xe06d9134,	0xc9e1f69f,	0x23be1ff0,	0xe7003514,
-0xc277744c,	0x296a86d8,	0xeb89e47b,	0xe0dbb817,
-0x2cb39966,	0xc52b3e10,	0xe6e4a36b,	0x2ca60c46,
-0xc4f282bd,	0xe66d7a92,	0x2a2fbdfd,	0xe8bf157a,
-0xe380b895,	0x044a9754,	0xe3cef9f3,	0xe6ee481f,
-0x0d95c4d1,	0xe13f8025,	0xead12877,	0x2327147b,
-0xe4194617,	0xce6dce34,	0x289214fd,	0xe8207eef,
-0xceb61061,	0x2e046d71,	0xe6a08bee,	0xe979f3c2,
-0x24e27654,	0xc668dffc,	0xee41de56,	0x23a3fcef,
-0xc11e4883,	0xe94f7250,	0x2e0a9386,	0xe1909db4,
-0xe98ca63a,	0x0e248f56,	0xec457525,	0xec35146b,
-0x0fc2600e,	0xe0dfef2a,	0xed159a8d,	0x294082b5,
-0xee01f8c0,	0xc48f8345,	0x2b5bf3f1,	0xed975f49,
-0xcb9cf329,	0x27dbf7da,	0xe42e98af,	0xe2a1cfe7,
-0x22250230,	0xcab63bd2,	0xec4b3b56,	0x267aa6a3,
-0xcc50b117,	0xe367a614,	0x2c449c82,	0xeb4a4510,
-0xeeaa0758,	0x0227e0b7,	0xe31963eb,	0xeaa673f9,
-0x0492017c,	0xe835adc7,	0xe8abaa8d,	0x23fe84cd,
-0xed9fe20f,	0xc7ef7b0a,	0x20824add,	0xe9a10b7c,
-0xc8766bef,	0x28ef7911,	0xe88a9a71,	0xe230d0c5,
-0x25717aac,	0xc9a9bd9c,	0xe35b5c0f,	0x2653ba3a,
-0xcae1d0ef,	0xeaff2875,	0x2c4c2521,	0xe7bfe871,
-0xedd73936,	0x0ccb7213,	0xea27c1f5,	0xe1aa4007,
-0x066507c7,	0xe2912003,	0xeca7157d,	0x259b89a5,
-0xedf87aed,	0xcd96574d,	0x2ff8b1d8,	0xed1622d3,
-0xc18c03c3,	0x2b71f0b7,	0xe55a4705,	0xe89be9a4,
-0x260e0dba,	0xc13cec48,	0xe529f238,	0x2196cc88,
-0xcced8255,	0xe134a48b,	0x27ace2e0,	0xe58fec14,
-0xec6dee21,	0x05f13b71,	0xe1bb97bf,	0xe3d2412f,
-0x0de00a6a,	0xe3211560,	0xe8bf4c7f,	0x298029d8,
-0xe7a07e6a,	0xc6c4fe3c,	0x25ca5a7f,	0xef79822b,
-0xc496fc94,	0x23410562,	0xe0c7d1e6,	0xe1d499a7,
-0x26788fac,	0xcf740894,	0xea5cfa3e,	0x2cf20081,
-0xcc9b4d3d,	0xe94fb63e,	0x2eca3c16,	0xe798d9cd,
-0xe45e9f23,	0x0272400f,	0xee06be50,	0xe578343c,
-0x09e00ebb,	0xe8c8c4e1,	0xeb95b883,	0x2cd26f30,
-0xea3cb684,	0xc6b8cea4,	0x293caafe,	0xeedbdbe4,
-0xc6d6e44a,	0x2d756447,	0xe6c63524,	0xea0ba0e6,
-0x2b5b934f,	0xc1cee629,	0xef8b197b,	0x2b98f34c,
-0xcd06599b,	0xedb7b212,	0x228c4551,	0xed102fbf,
-0xe13578b7,	0x0804a0ed,	0xe445ad7e,	0xe943b724,
-0x0e020e25,	0xeadbb2ad,	0xe9991a5b,	0x2633de6c,
-0xe049cac7,	0xce0a0ca5,	0x6864caf2,	0xf7d55f4f,
-0xb115e7ee,	0x5e4ba2c0,	0xd46f4cd5,	0x99d7f745,
-0xcfddde23,	0xd6d0f22c,	0x3980cb83,	0xc4021fea,
-0xf56a0652,	0x304936e0,	0xf31fe215,	0xf45b9204,
-0x40bf5961,	0xf570501e,	0xa654981b,	0x42d846ae,
-0xeae6f9b2,	0xa0a65c38,	0x6d68812a,	0xcca7f340,
-0x09e1e321,	0x483b0132,	0x0748f5d6,	0x1ec48ee6,
-0x2b8ff862,	0x31581bce,	0x2d08d925,	0x09da6c1c,
-0xaffb005a,	0x27ce6a21,	0xc692ac71,	0xa4bed23f,
-0x45631b61,	0xe7597f61,	0x9e2898ce,	0x6c8fb6e5,
-0x75b78116,	0x914e01f9,	0xc4ea2379,	0x735c8476,
-0x99ffefe7,	0xea2676c9,	0x4e97ac98,	0xb9a25044,
-0xde8248c4,	0x4f0b7232,	0xfe659700,	0xda32e4fe,
-0x0d6b8ff4,	0xdc2822ef,	0xca64fff2,	0x27929668,
-0x25c5ab1b,	0xc0cc4ef4,	0xea31ddc4,	0x27e5fe71,
-0xe90185c9,	0xc2da31db,	0x309e76da,	0xcd3cd4c3,
-0xf5cf45e4,	0x3ff1e893,	0xf398e5ca,	0xf0a16da4,
-0x0362d00f,	0xfd2169da,	0xec190995,	0x0eb0f290,
-0xd0f80a1b,	0xed5d50ab,	0x506df840,	0xdc8fd35c,
-0xafd97707,	0x5ea52fcb,	0xf80ace57,	0xa4ba5890,
-0x40524dc8,	0xf375878e,	0xe686742a,	0x47fb24d4,
-0xa4a47665,	0xcf142d99,	0x653d49dd,	0x8570e383,
-0xcafac093,	0x616bf439,	0xfbf8637b,	0xdc6fa376,
-0x15fc680c,	0xeb725bf1,	0xe7ce12b6,	0x1c24efa8,
-0x3035e762,	0xea122123,	0x922fa067,	0x28760697,
-0x862a3133,	0x8e85e6e0,	0x39c291c8,	0x8dc3c577,
-0xadc6ec89,	0x300ef14b,	0xc14da686,	0xbc825b5f,
-0x40c4a0a8,	0xfdfe67d4,	0xbdd68cb8,	0x6d7c14db,
-0xcaf384fd,	0xbdcd0023,	0x76ad805c,	0xd79da753,
-0x9b643d15,	0x45b22c31,	0xd88c5161,	0xba18ad9d,
-0x6179b1f2,	0xdd324cb5,	0x9310bb3e,	0x71545f27,
-0xd201934f,	0xa6c4815f,	0x4f90c3e8,	0xf5db1f7a,
-0xb82d7cdd,	0x4c4d74e8,	0xf531b446,	0xa5fa063e,
-0x64050ec5,	0xc2ed99f2,	0xb7726c94,	0x4fac111c,
-0xc32b4379,	0xb83d819c,	0x7c1518ee,	0xc416397f,
-0xb4261160,	0x774802de,	0xf298c616,	0xb39c2606,
-0xb4f79481,	0xffb1e8c8,	0x60318988,	0xb3283520,
-0xf9bbdba2,	0x4b9d48df,	0xad52f49f,	0xddc2eb10,
-0x78190f4e,	0xaae99813,	0xd6e5c066,	0x58cb1e21,
-0xabd2a669,	0xf0c6d09d,	0x49fb834b,	0xa1392147,
-0x90b72907,	0x43ebe243,	0xf66d7020,	0x9a9ae4ec,
-0x615681c1,	0xfe18af31,	0xa5641fd4,	0x67982a14,
-0xc415a16d,	0xa25328ee,	0x68a79f60,	0xdf5b1629,
-0x82bb2ad4,	0x5fe84bfe,	0xf4b35f6b,	0x8d0de53b,
-0x52b95234,	0xdf1482b1,	0x8f37da27,	0x5128333b,
-0xfe2a1eb2,	0xab521426,	0x5c080d14,	0xd43c8e79,
-0x8a9f5cc4,	0x5d26763b,	0xcf024c5e,	0x9e2660a4,
-0x64b22b57,	0xd9085aa4,	0x95192214,	0x49bfbf2f,
-0xfab57ae0,	0xbb0e076e,	0x45d3417f,	0xf2ae3908,
-0xbeab771d,	0x4a5041e8,	0xf95895a8,	0x9f84a66c,
-0x4f37487f,	0xded740fa,	0x9fba5434,	0x46ca9981,
-0xd5104ebc,	0x9f64c009,	0x4dc22d1f,	0xf8327865,
-0x9a756819,	0x65735a2b,	0xf1d7e7f0,	0x9c14db6b,
-0x6e86f9a2,	0xf8fca776,	0x90a9c636,	0x45df3ae8,
-0xf33d98d5,	0xbd342aef,	0x4bcde82b,	0xf96b51ce,
-0xb9689be4,	0x4ac17555,	0xfa57e7c4,	0x96fbfc20,
-0x474a0aaa,	0xd0d6cb66,	0x9ecaefec,	0x422ca1c4,
-0xd38042f7,	0x9d4bc834,	0x4c982e66,	0xf0102312,
-0x9f1c3560,	0x68311f39,	0xf757001a,	0x96a962c9,
-0x6608d1bb,	0xffd3cfb7,	0x97a21537,	0x42198caa,
-0xc4aeaa5e,	0xb150220f,	0x6bf5e435,	0xce7c0f19,
-0xa22ebd19,	0x405b4bee,	0xf9842846,	0x89ede122,
-0x48e5e781,	0xf99193fb,	0x82950d12,	0x4fd33665,
-0x9ee664f4,	0x87930fe2,	0x21ded336,	0x943e59e0,
-0x255409e9,	0x1819eec8,	0x231d7525,	0x0681cb7e,
-0x58dc4eb0,	0x483d1096,	0x7e461818,	0x3d290697,
-0x33c2d2f5,	0x7dbe2a0f,	0x43cdbd36,	0x3d0d2196,
-0x2407748e,	0x130e0ceb,	0x624c6b26,	0x734bdd68,
-0x5a7984b7,	0xfd39fd9c,	0x3b0ad891,	0xcbac1264,
-0xe5acb841,	0x08df5569,	0xdf958fb9,	0xd86b8277,
-0x524c81ce,	0xb54056dd,	0x81567b9e,	0x374d4515,
-0xeec6fa40,	0x3301767c,	0x60b0f1b9,	0x514f700a,
-0x21f52aa1,	0x483f3449,	0x4e3ba650,	0x06d22e4c,
-0x1a90d4db,	0xe97e6d78,	0x524b9616,	0xbccb57e3,
-0xfa46b9de,	0xaa642c97,	0xa9f72127,	0x0b177a62,
-0xef46dd1a,	0xffc46c3a,	0x4d1096b6,	0xbdde556c,
-0xa2f47f3d,	0x5f45e4a8,	0xe32e4fe1,	0xb241ae2f,
-0x033dec3e,	0x20924d41,	0xe10a81ef,	0xc1f10763,
-0x75d661af,	0x3008c555,	0x9e3ac84b,	0xabeefd59,
-0x40007f3f,	0xaff388ba,	0xd8f8a9f5,	0x7af34b81,
-0xdaa7dfb2,	0x42552f54,	0x09ca5b35,	0x4ad0c847,
-0x37d8b94f,	0x9abd5c27,	0x36cb64ee,	0xa6968f51,
-0xe0634c21,	0x0d1868b9,	0xd83117d2,	0xd38a78d3,
-0x7ee43c80,	0x26f55fd1,	0xaa70d5c6,	0x8e53b620,
-0x54fa99ae,	0x565b0640,	0xfa4ef821,	0xa9123e22,
-0x2e3d0dea,	0x72f69599,	0xdd6ba118,	0xae16a900,
-0x0ff27140,	0xe78209c3,	0xd3d4100a,	0x3419f8b5,
-0x926bdf4c,	0xd20bbbc1,	0x4855839a,	0x938a2bb7,
-0xabdf85fa,	0x4dd349df,	0xeb6639fa,	0xa7d33e68,
-0x45b530ed,	0xea017f8a,	0xa4e1a2f2,	0x48b5fb02,
-0xec141665,	0x21ad191a,	0x4c25dc15,	0x9f53f39f,
-0x2099a272,	0x1e6eb1ee,	0x90297aab,	0x72d42e1b,
-0x1496fdce,	0x048039ba,	0x7ad82625,	0x815d87c5,
-0x0a811470,	0x38629c79,	0x87b5d17f,	0x473043c4,
-0x36006763,	0xb15511e0,	0x4c5f3c9b,	0x3bf666db,
-0x92eff23a,	0xd0a259fe,	0x13451600,	0x32358f70,
-0xd1415db9,	0xe67e42e0,	0x39320c2f,	0x213f5b8d,
-0xe375d554,	0x5d16b554,	0x2dc268a4,	0x81a3ba66,
-0x59a06dc4,	0xd891c126,	0x88b7a790,	0xc6d4b89e,
-0xbc5f3b6b,	0xd4d618ad,	0xa4bef51e,	0x8f1300ed,
-0xd0c96dae,	0xc4353314,	0x84a49853,	0xb7f7b6d6,
-0xcdc514ef,	0xc8016279,	0xba353c96,	0x83bac6b1,
-0xcb56413c,	0x47330102,	0x807d5321,	0x3d46c48b,
-0x49ce0cf8,	0x1da536f6,	0x31a263a0,	0xd912f713,
-0x133a44d0,	0x8a734292,	0xd78c1910,	0x5c7e7acf,
-0x7fef5b51,	0xd6b502bf,	0xa9ad020e,	0x72d0934d,
-0xb2db6114,	0x25678bab,	0x1df4f7e7,	0x325f42ae,
-0x6f5a5373,	0xd0ad7cdd,	0x783e918e,	0xae0911dc,
-0xa2a90916,	0x2c7ce025,	0xd5cf763e,	0xf7ac5a63,
-0x97e1ab8d,	0x20eec0fe,	0x48076419,	0x6dfc45ab,
-0xfed0b83b,	0x7feb8ae0,	0xbecff335,	0xcc1096ce,
-0x14eeb4dc,	0x44a3171e,	0xa931484d,	0xe375ac04,
-0xdb062d00,	0x6af0f4e0,	0x7c7d1519,	0x191cea88,
-0x13939ee3,	0x7df26a04,	0x6b97b7fb,	0x14c2726a,
-0xa7a5b43e,	0x3e0f5f83,	0xc99da4d5,	0xf617e90c,
-0x4e4d7d95,	0xb3921925,	0x8c673c13,	0x3f94c204,
-0xf9f83ece,	0x2d6a54da,	0x7bff3079,	0x53e2b8b5,
-0xbf764166,	0xe18cbb4b,	0xca616193,	0x2c011d88,
-0xd29b7326,	0x5084d426,	0x13c277fa,	0x436a1815,
-0x19b4b9d0,	0x56caca92,	0x08ee14a8,	0x5bf9285d,
-0x960b6cbb,	0x0f1337b5,	0x97a20b46,	0x969ae8cc,
-0x009aa11e,	0x9535b093,	0x9271fdf6,	0x0c67dba8,
-0x033d95ef,	0xa78d8a5b,	0x9a2e9e29,	0x347fa867,
-0xe91d758b,	0xa2a2c2e3,	0x793e0dbd,	0xd05c4ed8,
-0x3cd9477a,	0xd28a4cd9,	0x4aa58942,	0x93056cb8,
-0xbc2864fc,	0xe4acfc2a,	0xf7dd070a,	0x1aa90b56,
-0x0dbbefc4,	0xa15f0477,	0xfdc84914,	0x580511aa,
-0x8eabb367,	0xa4c8f643,	0x74f0eb55,	0xdfa86d6b,
-0xc1146003,	0x991ec567,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m406f76b.h b/src/cpu/intel/model_6fx/microcode-m406f76b.h
deleted file mode 100644
index 27280b7..0000000
--- a/src/cpu/intel/model_6fx/microcode-m406f76b.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m406f76b.inc  */
-0x00000001,	0x0000006b,	0x10022010,	0x000006f7,
-0xcc4deed3,	0x00000001,	0x00000040,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x39e89091,	0xe80354c3,	0x3a586ae4,	0xb0338c3a,
-0xb9c0ab50,	0x5a2525bf,	0xa9ff426b,	0xb4b7ab59,
-0x21fb3a76,	0xbfbe2f60,	0xca601c6d,	0x2535b3ab,
-0x2b774d7d,	0x75117c1b,	0x35a107c0,	0xf984ab6a,
-0xf3dd2667,	0x21c1eddf,	0xec4d9220,	0xc142c3d7,
-0x2396655b,	0x29e40144,	0x1734ee49,	0x4b458fd0,
-0x3c6a81fa,	0x07ef22a5,	0xbbc2aa55,	0x7ef586b1,
-0x8cd054e5,	0x7a90aa34,	0x642f8804,	0x0fb4e4b8,
-0xdd9bdd89,	0xe063d48c,	0x28f7b28f,	0xe5fc43b2,
-0xe8eff74f,	0x1e8f6fcf,	0x16d4e3fa,	0x236ae648,
-0xebe46a80,	0x6e853675,	0x335a89eb,	0xec85401d,
-0xdb14474f,	0x5e54513f,	0x62ac0fb9,	0xc0631457,
-0x995cc376,	0x2c377a62,	0xc881fb68,	0x686eaf81,
-0xa5a1e98e,	0x1750ae2a,	0x80eefd16,	0x1c9fae3f,
-0xeeb5f5d2,	0x0d703f1f,	0xb70e6489,	0x40705886,
-0xf431cc8b,	0xfde99df2,	0xd78f35e5,	0x7ef9f1f6,
-0xf2ce4a0a,	0x1be5288d,	0x074e92fe,	0x2069fca7,
-0x70d4a148,	0x1f27d962,	0x06a9b54d,	0xacf217b6,
-0x8d482699,	0x987da26e,	0x94dd96f7,	0x088666e8,
-0x1a47fa32,	0x8f1a4620,	0x857bd167,	0x4747924d,
-0x6af12671,	0x8acd93e0,	0x8f6b70cd,	0xda7089a8,
-0xca15a0cd,	0xd7e86da2,	0x995c3578,	0xc372acdf,
-0x05c1005c,	0x55873202,	0x0568ef08,	0xe788fb12,
-0x5a3e167e,	0x11f2e789,	0xa0463355,	0x4331ae44,
-0xbbf2f4ac,	0xd85c5998,	0x934b6b68,	0x176b90f6,
-0x0902093f,	0x1287c572,	0x0e561ae4,	0x3f7bfa47,
-0x187bdf3b,	0x9483c3b8,	0xd33c9d4e,	0x3070eeaf,
-0x4e09b309,	0x6c8d9e4f,	0x0dd6a477,	0xfc24a95e,
-0xb899dbcf,	0xfb304feb,	0xf86fa3fa,	0xe76eb1f5,
-0xbb153e5e,	0x7153b1fc,	0x320556d2,	0xcc588417,
-0xfa71ae64,	0xbe12a125,	0x7589e3c6,	0x561d47c2,
-0xa6560978,	0x9ba98f97,	0x9f6ddd63,	0x951d63b0,
-0xc664b6b2,	0xfd25f054,	0x94d03120,	0xc930ae7a,
-0x6029d246,	0x9c2c4716,	0xc2f4e7c0,	0x91cecfd1,
-0x66f49ce2,	0xdcfc755b,	0x23f9f6b5,	0x547fb372,
-0x18d3c42d,	0x5a603ecb,	0x410f917f,	0x6c54cd52,
-0xcae68a21,	0x23c8419c,	0xa1a7ef7a,	0x922f04e6,
-0x01bb2420,	0x17b894c9,	0x8e285d74,	0xf369fc78,
-0x30cd8a37,	0xe2e7c52a,	0x70f8a198,	0x617da614,
-0xbdddb461,	0x7ff5d6fe,	0x6ed3d0fa,	0xce515246,
-0x7e6742be,	0x2b04d362,	0x62f90f86,	0x12fefbf5,
-0x543fe5a9,	0x9d5e10f6,	0xc437e45c,	0x3654e3e6,
-0xfa927dfc,	0x35dda83c,	0xffc1f9ba,	0xcd9ad05b,
-0x442ed20e,	0x77cc782c,	0x731d7f99,	0xfacd36d1,
-0x6f1e8eed,	0xb4bf9376,	0x39db16db,	0xfbfe78e9,
-0xa70f6201,	0x12acde31,	0xb1f8cab1,	0x67aeed72,
-0xff064efb,	0xd98f9dea,	0x8d57173b,	0x2f17b6f9,
-0x3f6f6538,	0x9ea5f01a,	0xb4c86e8d,	0xeefcf037,
-0x60fccc0d,	0x15d69d9d,	0xa9aceeed,	0xc38c649f,
-0xe5669d1c,	0x9af569a5,	0x94c153de,	0x04024a12,
-0xb67092a5,	0xd08916e4,	0x6fae466f,	0xb019edd5,
-0x0611197f,	0x562cbfa8,	0xd8943ff4,	0x47722e25,
-0x2ea26077,	0x9401e0b3,	0xaecab47e,	0x192a598a,
-0x42c5cdb5,	0x65f2b34a,	0x2f196c1c,	0xf2f4a9e4,
-0xdfe0f55a,	0x3b2f1125,	0xb33f21e3,	0x96011e0d,
-0x92331320,	0x62d3e370,	0x723aa175,	0x2dde9684,
-0x1931e17e,	0xd1dd74d5,	0x8dd12a67,	0x386009f2,
-0x62f4e624,	0xc93d9e23,	0x1591e3c6,	0xbd0ef1b5,
-0xdae0c783,	0xda95c26e,	0x6625cb7d,	0x96e6f051,
-0x9315aced,	0xf93c8ead,	0x653648a1,	0x7a760b4e,
-0x93eb3e9f,	0x39080e49,	0xfbd9594e,	0xcc222c15,
-0x3875b81c,	0x933f9baf,	0x25d98e34,	0x83a28ed3,
-0x1c524ef7,	0x3a4444dc,	0x0456f12e,	0x2b2ea5bd,
-0x8bccada5,	0xbf930987,	0xa3e900f0,	0xfbded9f1,
-0xdb0f651f,	0xa8b0dba4,	0xb6fd51c1,	0x8c2bf1e7,
-0x9b09648b,	0x8d41e4cc,	0xa5d5c3be,	0x471a4ee9,
-0x83a37f25,	0xd6541773,	0xb42fcd77,	0x121f8c0a,
-0x6b86d9b0,	0x4ce9e788,	0x6b21167a,	0xe6b496c0,
-0x0f078dc5,	0xad642463,	0xfeee3699,	0xcbc20cf7,
-0x9a6cc74d,	0x54a709fc,	0xaf069ab0,	0x659d4d20,
-0x2980f31c,	0xafdb7cce,	0x611a228c,	0x963e5c69,
-0x3101b8ec,	0xc38fc25c,	0x9ec0b70f,	0xfc0d486e,
-0xf49b9429,	0x116685d2,	0x1fa4d0b3,	0x6c40489a,
-0x001d1a19,	0xe695a0c4,	0xd6428135,	0x229d9a69,
-0xc7b15c35,	0x7d8b49e7,	0xd9baae38,	0x1adda2b1,
-0xb25e3fa5,	0x3a54000f,	0xe013b8e7,	0x07dcce64,
-0x9e279248,	0x3eb3b6e1,	0x621baf44,	0xc482c412,
-0x50661c0e,	0x85578baa,	0xe32654aa,	0xdba0989a,
-0xcb6e66b8,	0xf5f5660f,	0xf71c7aa5,	0xb0ce824f,
-0x99aa2916,	0x9097ae2f,	0x1aeec07e,	0x2fbe624a,
-0xcf21ee34,	0xba086a62,	0x24ea734a,	0xdb70efd4,
-0x046a2df0,	0x8aac1961,	0x76fc6e0d,	0xcb362168,
-0x42dd9c0b,	0x91b25540,	0x468853c0,	0x841af2f1,
-0x69d8ea41,	0xcb450bdf,	0x7d485418,	0xd2ffdd19,
-0x2cc2036c,	0x8330daae,	0x56eb71a2,	0xc5c99f7b,
-0x2c3bb138,	0x7ba46f7d,	0xcb726dbc,	0x65bb3550,
-0x616a1879,	0x6f44e9d6,	0x554131a6,	0x4c1085e8,
-0x2c2fcf71,	0x9fb9c488,	0x9b74531f,	0x61a8f324,
-0xa91f40ce,	0x94f492e7,	0xd675bc3f,	0x889c366f,
-0x3dccb3e7,	0x223c2aec,	0x01533bc1,	0x7f35422b,
-0x0aed12f4,	0x8da9502e,	0x643346f7,	0xb72c46bf,
-0xa2332634,	0x5b7020b9,	0x97093e5e,	0xe1481f6b,
-0x7930e873,	0x4733dac2,	0x8d23f9f9,	0xe18810d0,
-0x88f4307f,	0x2f36a61e,	0x16fa71a1,	0x81638ea0,
-0x6315031b,	0xf1914889,	0x53f2d09f,	0xb22856a1,
-0x3cc3a8aa,	0x76f28e59,	0x525be5cc,	0xea8979b1,
-0xcb3f25ef,	0xea56c4c4,	0xd2922cd8,	0x54e6a897,
-0x00bb33bc,	0x42d5da3e,	0x29fd139a,	0x3c4dec53,
-0x3cf5e2af,	0x17bf96cc,	0x7c98bc97,	0xb60a034c,
-0x5436cede,	0x362bfa02,	0xdff35971,	0x955478bc,
-0x3e73c1b9,	0xdf46bbe6,	0xf18fe2f2,	0x4c8ca4b9,
-0x3439e3da,	0x392174cd,	0x934eb9b4,	0x37470212,
-0x23329415,	0x7e9af671,	0x823a7b66,	0xeeca757b,
-0x9611a79f,	0x3ed31859,	0x15d4e71f,	0x798cfcde,
-0xe129f3b2,	0x4d32f10f,	0xc0097a2e,	0x124c3d05,
-0x8ae72059,	0x7772ecba,	0xad8a7e1c,	0x84b4468c,
-0x26efeae9,	0x007c1af1,	0xb44c0064,	0x26ef3fbb,
-0x9d27a965,	0xa2267710,	0x80fc65f3,	0x98bde093,
-0xf50b2f49,	0x242dd294,	0x4be429c7,	0xd9fa72d3,
-0xdde89e5c,	0xc6577e49,	0x4c6e4ec2,	0xb9eb237a,
-0xb758c59e,	0xfe100d4e,	0x2438cc77,	0xf43235e9,
-0xf13a88ff,	0x2f1fd6d5,	0x0b8c0bb3,	0xca45fe87,
-0x7657a8f9,	0x6402d8a6,	0xe480271d,	0x2cb95e3c,
-0x6db99e5a,	0x0781c52d,	0xa83f9191,	0x1a7808e1,
-0x474cff65,	0x93325b62,	0x3651223a,	0xde45d79d,
-0x50231df6,	0x1f76722a,	0x3064fc89,	0x668d40a4,
-0xa8919734,	0x343fa133,	0xc1bdf8a1,	0xc38c7aab,
-0x8d4f0cbd,	0xc283e4ef,	0x8c55e3c2,	0x826713c4,
-0x9f623945,	0x85d793f1,	0x6e9356da,	0x360d7300,
-0x565fed57,	0x48288c27,	0x1f8c7382,	0x160caaf4,
-0xa0fe9357,	0xc24684a7,	0x1554680e,	0x49f8f7fe,
-0x89511842,	0xec0c32e9,	0xd6f845b8,	0x61e0e8e5,
-0x3faf0ca8,	0x9b33aec4,	0xa342de11,	0x42728271,
-0x2acc9400,	0x4fb957f0,	0x2d741dd6,	0xba70b9cd,
-0x8aaf7edc,	0x5058fbb6,	0x94634a18,	0x1d1c834b,
-0x241169d3,	0x463c7f88,	0x35090ae0,	0x7515f2bb,
-0x0eb7f2c9,	0xcc7f15d5,	0xb2c8ca15,	0x186c2752,
-0x7e89c472,	0x4c14654f,	0xa5633e93,	0xe491fad6,
-0x39f35b80,	0xee850e04,	0xb99f809f,	0x60b372eb,
-0x0a60cc24,	0x8f9dd9a2,	0x77eccc29,	0x652eed3c,
-0x295dd8ff,	0x716217fd,	0x0f6f5171,	0xc852efa5,
-0xdf60e652,	0x617bc9fe,	0x0c10c5b1,	0xe35287c1,
-0x5020b991,	0x5860fcf9,	0xef0d2f18,	0x85f432f6,
-0x79a41faf,	0x33a9aa26,	0xcde5e3fc,	0x7e2ceedd,
-0x44917529,	0x4216b2aa,	0xe02f84eb,	0x5e4163d6,
-0x188d5da8,	0x81d11f1d,	0xb4180324,	0xc4542910,
-0xdd04c264,	0x42f41132,	0xc58647d3,	0x45cdd585,
-0x8fe507d4,	0x90c2d9d2,	0x2e4a7ff8,	0x76491267,
-0xa6eab272,	0x478abe62,	0xb19ea99d,	0x95662cd5,
-0x21c96dae,	0x2eb6a3bb,	0x819646e2,	0xb834653a,
-0xb6635593,	0xcb235288,	0x3d2528d1,	0xc1557179,
-0x769f84db,	0xdceea4b3,	0x0f11dc12,	0x2df3340f,
-0xe018352a,	0xa60be068,	0xa4d55c7e,	0x44e4d691,
-0x7eaba82c,	0x0e1978ed,	0x6b384f47,	0x5c65697a,
-0x4d4495ea,	0x15493e3c,	0xedcc958f,	0xef7aa0a2,
-0x6ea5ca12,	0x71c96690,	0xcb13b1cb,	0x965bfe5e,
-0x625958fd,	0xc16766e2,	0x41413bae,	0x32596c4a,
-0xbd238dd6,	0x3e05ed2b,	0x99057e6e,	0x30ddb3ed,
-0xc7ff9273,	0x2837229e,	0x7218a7e2,	0x85632859,
-0x7ac71535,	0x1390d224,	0xbab7a12b,	0xddaf2dbb,
-0x0389035e,	0x5ab560cf,	0x38ff9e5e,	0xf974e4dc,
-0x18fdc7b9,	0xe00c3f03,	0x86777fa1,	0x50e7ced8,
-0xaaa4df15,	0xc245d9be,	0xd31cd319,	0x1013de88,
-0xf582727d,	0xf9b363e5,	0x270c10d1,	0x1f2d69b7,
-0xbb391edc,	0x9c5bb3a4,	0x0a35aa65,	0x54cbd9f1,
-0xe4ef6437,	0x2ae5d6af,	0xeeed96d4,	0xd4fc5316,
-0x9e04e10a,	0x26350bd5,	0x466eea38,	0x2942705d,
-0x46ecc3a6,	0x3900d2bf,	0x357c7fb6,	0x58720934,
-0x5f6a3521,	0xf4eaf559,	0xd165c123,	0xf2a1c0f3,
-0x0455d126,	0x41e3699e,	0x2612c283,	0x747cf0b2,
-0xd64daeb1,	0x6e438d7f,	0x9810aa5c,	0x8e1ea3ea,
-0xaabf8037,	0x06dce127,	0x4bc7d52f,	0x33d2dd02,
-0xb391ff24,	0xce9e2ba4,	0x3c30fd6f,	0x557b0120,
-0x489cf5c1,	0x81653eab,	0xd65c8eb8,	0x19c438d4,
-0x7699b35f,	0x8313e913,	0xa99413e1,	0xae2639e4,
-0x4e1165dd,	0x06703bf9,	0x4acce457,	0x13531711,
-0x496d8a1b,	0xafbc5272,	0x892ef00e,	0x0a63b511,
-0xda18085c,	0xf3b30892,	0xa7cc35c2,	0x7c293441,
-0x7feb54b9,	0xf2678dd9,	0x95e21558,	0xf22f28ce,
-0x33ab977d,	0xac56a101,	0xb8434d87,	0x31c4506c,
-0xd390b9dc,	0xcec395d1,	0x753291a5,	0x83d2e7ec,
-0x95c301d2,	0xa2f08514,	0xd20076b7,	0xaa26941e,
-0x5dd0e6d1,	0x38c67704,	0x86cf271c,	0x034100a9,
-0x743c3a5b,	0xcf227358,	0x9ef67697,	0x5bb83d62,
-0x27e971df,	0x2bc8aaca,	0x39af5ea2,	0x5eb2db34,
-0xc322930b,	0x10cdf73c,	0x896be049,	0x10a4fa55,
-0x4767d733,	0xae5dfbbf,	0x0b55d61c,	0x5b5c18ee,
-0xa835b782,	0x0910e97c,	0xdcdb2cd2,	0x6f05f857,
-0x27adf411,	0x57eb8a29,	0xa0341e83,	0x4720978e,
-0xcebb50ce,	0x9a794f07,	0xaba97873,	0x567d0451,
-0x838f8f04,	0x8545421c,	0x9318fbd0,	0x9c4cfb17,
-0x6b6c97fa,	0xec866d2f,	0x206d7c5c,	0xd8aa673a,
-0x48668858,	0xf720b96d,	0xccb112c7,	0x127f62e0,
-0x558dc1a6,	0xa25da835,	0x3fef0b3c,	0x6fa3579d,
-0x8c4b9ec5,	0x98d5f1ab,	0x23f07a89,	0x3b682c71,
-0xaa6aae94,	0xbfbcbf71,	0x4bae24a1,	0x85bd7d43,
-0x0407976b,	0xc9db77e5,	0xb28eb1ff,	0x926bfa12,
-0xc4fbd50e,	0x800f863a,	0xc52d8cb8,	0xc6485ce9,
-0x171f3210,	0xd6916e40,	0x381fb7a8,	0x07cf9abe,
-0xd60c8b06,	0x35aafed7,	0x128287b7,	0x97a45ca3,
-0x9269686c,	0x4996ca60,	0x863474b1,	0xe7198416,
-0xb3b112d6,	0xfdcea295,	0xa15ef3a5,	0x89012eff,
-0xbd50f5a8,	0x4ae1fe9b,	0x596d0673,	0x97356ed2,
-0x4ad6e6a7,	0x665f9ce0,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m406fbBC.h b/src/cpu/intel/model_6fx/microcode-m406fbBC.h
deleted file mode 100644
index 4e06387..0000000
--- a/src/cpu/intel/model_6fx/microcode-m406fbBC.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m406fbBC.inc  */
-0x00000001,	0x000000bc,	0x10032010,	0x000006fb,
-0xf1a7a484,	0x00000001,	0x00000040,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x000000a1,	0x00020001,	0x000000bc,
-0x0000003f,	0x2a000000,	0x20101002,	0x00000341,
-0x00000001,	0x000006fb,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x2af1b833,	0x6fa88145,	0xbb3d706f,	0x102fb136,
-0xdd8a5942,	0x49b592b9,	0x2d3fece0,	0xa8c418ff,
-0x58d10d9f,	0xb7f2421d,	0xe4d5fcf1,	0x02889a15,
-0xad9bed07,	0xa32ab3e6,	0x3491afcc,	0x9c991c37,
-0x2a1c2071,	0xf066191a,	0x3bd898e7,	0x2648d958,
-0xc05f7908,	0x05864b9b,	0xbe4c1eee,	0x1e6c7ef4,
-0x0e7a539e,	0x100b2ab3,	0x1273dceb,	0xfec8847d,
-0x8f37946f,	0x634e3b5c,	0x691dbd61,	0xd89e3cb9,
-0x094639d4,	0x7d972e1a,	0xd6dbd94d,	0x2001c3ec,
-0x34f791f0,	0xeee0d794,	0x88b7459d,	0xc2c73aa3,
-0x607a174d,	0x4f0f8304,	0x65790b35,	0x00532bfe,
-0x1fd1e0cc,	0x7b91f873,	0x154ed42b,	0x7a7108e9,
-0x81637c95,	0x192cb173,	0x28ccd94e,	0xb9bcc372,
-0xac05171b,	0x867f47da,	0xf8e8c47d,	0x1edcdb4a,
-0xd2ca6c2d,	0xe9ee9169,	0x5a6efedc,	0xb6825038,
-0x09277eaa,	0x2a34e580,	0x0f794366,	0x86c99402,
-0x211b98bf,	0xdf8eb0e3,	0xda11d7bd,	0xd440363e,
-0xa7d49f1a,	0x16dd7395,	0x5b23c2fc,	0xab93ea3c,
-0x00000011,	0xf54dfe4d,	0xb8599ebd,	0x68368067,
-0x0c28dcb7,	0x92f2bc78,	0x491ac560,	0x329ab46d,
-0x919a91db,	0xbc3fec07,	0x1a5c33bb,	0xfe4d7c1c,
-0xc4313e4c,	0x601898ae,	0xa2b45d10,	0x8d3de9a1,
-0x987f7385,	0x93000345,	0xb08e3756,	0xfc44c2b0,
-0xf292627f,	0x03af916e,	0x32dde7ee,	0xd34d4cdd,
-0x21cbe9ff,	0x37609266,	0x6666d138,	0x7a91e13b,
-0x46484cf1,	0xf8a7c935,	0x6e897d1b,	0xeb0f7917,
-0xfba989fd,	0x2cc10b53,	0xa7edacb5,	0xf3d60e31,
-0x6374a743,	0x64dc6363,	0x3ab65ed9,	0xdc3cea84,
-0x3ad576cb,	0xfd67599c,	0xc7bb3c17,	0x1dc5d240,
-0x0e2f6ed5,	0xb0ccd630,	0xe9770c9b,	0xc93acfd4,
-0xf4fe7c30,	0xbd49a7af,	0xc23863d7,	0x644a7bb4,
-0x0024b38b,	0x8645d8bd,	0x3cb2b02c,	0x8f1caf00,
-0xb46940eb,	0xa447da2d,	0xa9a9fc7c,	0xfe25e95b,
-0x4083643d,	0x7527659a,	0xb3696697,	0xb8dfb8c0,
-0x45f5aac5,	0x8ba9d1f7,	0x3debba3f,	0x914a09ab,
-0xc773edf6,	0xe0e3b2f0,	0x6d2c375c,	0xe63dff4e,
-0x12711e4a,	0x10903919,	0xebbfc605,	0x800d75f2,
-0xfb00d315,	0xf93dc071,	0x0b2529ad,	0x2c1dadd7,
-0x3714ff07,	0xcae69d1e,	0xd726f1a8,	0x4796a657,
-0x52553fa8,	0x9a296689,	0x90280d12,	0xf4ecfd77,
-0x13fb9c84,	0x12662edd,	0x9cd608d8,	0xd738dc25,
-0x0f7fd9cc,	0x80e84675,	0x797d3a62,	0x74855b0e,
-0x53c9f427,	0xe5b9acc3,	0x3b1b9776,	0x8ee9a613,
-0x26e57210,	0x10a9cf35,	0x9286f2f9,	0xbfbcdb15,
-0x673f4e38,	0xd98ce6dd,	0x4d9ce100,	0xb68f501b,
-0x706f9469,	0x6ea08dd5,	0xc73dc3cd,	0xecc7ae70,
-0x9ab0c6b2,	0xb74f9843,	0x0a3058c3,	0x552778da,
-0xb7cd1fbd,	0xb57a827b,	0x13920a27,	0x27587128,
-0xf8a81ffb,	0x129fae97,	0xa8f49d89,	0xfd025aef,
-0xe0f084f6,	0x9ea0d579,	0xe1c34b93,	0x6b5b5bfa,
-0xcab5907f,	0x46c7f3a0,	0x1257abc0,	0xedb94f10,
-0x723b8f25,	0x9f8310a1,	0x99cb5438,	0xd354620b,
-0x637ce697,	0x93899e66,	0x8d9c4941,	0x9206b17f,
-0x632ffaf6,	0x9cf227dd,	0x1b148ac3,	0xe33969c1,
-0xbbb78c2f,	0xadc65796,	0x8f407d7e,	0x7c1716f0,
-0x6433bbdc,	0xd6084baf,	0x7b39c1fd,	0x214d9c6b,
-0x1d0fd4fa,	0xa993ed02,	0x78e39e0e,	0x66f0b3af,
-0x21d6910d,	0x29110ece,	0x1f7b3033,	0xa91398fd,
-0xb82ff1b1,	0x35ead30f,	0x48ce4ceb,	0x152e94e3,
-0x8ca11179,	0x06a0cd52,	0xfb8a2ebb,	0x3cbe5f77,
-0x6f04dfd7,	0x77d6ab17,	0x5efccae5,	0xb4cf074b,
-0x632dc5a0,	0x4c2bd8d7,	0x4c4f9c01,	0x31ba47a9,
-0x1d11e152,	0x8160ab94,	0x5ac00bfd,	0x65cd6d32,
-0x77efb325,	0xad50b063,	0xaf0f2522,	0xa1b58573,
-0x06b96386,	0x987fb308,	0x60d9087d,	0x9e3dda26,
-0xfe56ed7c,	0xf0a18b07,	0x38d7cdba,	0x2c7b25a3,
-0x564cf58f,	0x0ef16d01,	0xdded6d0c,	0x5e50bf20,
-0xe2455331,	0x8d545107,	0xe0f87c6b,	0x38491372,
-0x05352d41,	0x8e156588,	0x3ff31afe,	0x0b0e1d41,
-0x096d7b4a,	0x4729d48c,	0x6cf3f084,	0x71bebbab,
-0xed13fd71,	0x53a4ecdb,	0x539b8640,	0x7c915e51,
-0x08e1f582,	0xdeb5072a,	0x1a79e7ae,	0x0dfc3090,
-0xe2357f73,	0x283dbbf7,	0x66b9b50f,	0xc98c3eef,
-0xbe4cfbea,	0x6c3328e3,	0xecde6b57,	0x2cd15d3f,
-0xb9e4a4db,	0x279ff953,	0x8691aa73,	0xf7da6500,
-0x23fd6f22,	0x0aedc9f9,	0xdc33d374,	0x755755b2,
-0xad2e5a3f,	0x4c7a58c3,	0x9b6d6b56,	0x08c09167,
-0xfb13baac,	0xff4fdaaf,	0x5085e560,	0xacbeb4ca,
-0x4e8e133f,	0x09f9bc70,	0xff088b13,	0x9eb90d1a,
-0x55a2cecf,	0x44250c30,	0xe2c4491b,	0x4ce59d2e,
-0x7cae16e8,	0x1080a65f,	0x1b190acd,	0xcdb6fde6,
-0xd595a15b,	0xac21a20c,	0xd964edaa,	0xb3b91c87,
-0xfffa075c,	0x5955c04e,	0xc19829ea,	0x6b741f50,
-0x2efa46c2,	0xa408fc4d,	0xf384588d,	0xc6493485,
-0xfee07645,	0x8dfcbf85,	0x58497ed9,	0x16c9736b,
-0x7c84c59b,	0x47d9d806,	0x76bdcfbd,	0x9b0feaf6,
-0x15182bfe,	0xa71c9be1,	0x5f57b773,	0xb8605794,
-0x27b8fefe,	0xb93e45aa,	0x4df89c60,	0x3e6fb188,
-0x18a7371d,	0x9294bb43,	0x93df87e6,	0xd376f269,
-0x492d4b7f,	0xd5c3e116,	0xca94c6fb,	0x33fb3fa8,
-0x6f86b3e4,	0x11668629,	0xe29c3038,	0x81e9e93e,
-0xe50f4ad1,	0x18d587cf,	0x80bc338d,	0xdd51eb4a,
-0x9a4d571d,	0xc9e12b23,	0x0bba3c81,	0x0dbf1583,
-0xf150db23,	0xf6a5a5ca,	0x1f78cb4b,	0x5b8a2173,
-0x69b185d8,	0xd290c81b,	0x6b95fbae,	0xfeec8dd0,
-0xd26cb47a,	0xf979074c,	0xe71f504c,	0xd018d28c,
-0x07ac8483,	0x3a74819d,	0xc0e28813,	0x8a8e6055,
-0x9ad0809f,	0x4518202e,	0xd1918fac,	0xd6d21cee,
-0x2ab78998,	0x47069b78,	0x93effaf6,	0x186285b0,
-0x6e943ade,	0xf989327b,	0xd56eb699,	0x2c97eef4,
-0x53c83bd1,	0xabfff7ab,	0xacd4b255,	0xebf557f6,
-0x30190e40,	0x95515337,	0x386219ff,	0xcccca9fc,
-0x08d03684,	0x61d65074,	0x153005b6,	0x423f8486,
-0x79a92726,	0xeeb69d98,	0xebc58165,	0x99ba884a,
-0x54988107,	0x089eb09d,	0x313f1540,	0xf0592023,
-0x7d796b29,	0x985fd1b4,	0x788a1f6c,	0xb4d3eff0,
-0xd3bc1aca,	0xd94cf2ce,	0x50de76f0,	0xe56b3eab,
-0xf7215599,	0x567ad204,	0xf64f3f54,	0x5e4d93f0,
-0x62c197bf,	0xb0a40dfb,	0xbfdcb171,	0x943db348,
-0x317329a3,	0x5801a712,	0x42b746ee,	0x476de579,
-0xb5764347,	0xe1252fd4,	0x382f7e48,	0x4356b7f0,
-0xc8ac11d2,	0xd1e22f3e,	0xe72f873c,	0xb4d7e96a,
-0xe3cae630,	0x87f22e69,	0xb1650694,	0x278f4cd1,
-0xc3048a06,	0xc97facf8,	0x2e42d24b,	0xfbba463a,
-0x1f74936b,	0xaec9f8c0,	0x28ef73dd,	0xa3e593a4,
-0x0bb57346,	0x4fad2d57,	0x6aded116,	0xd474efc0,
-0x850e4911,	0x0243ed1b,	0x8366c88f,	0xffc30812,
-0x8bca3734,	0x5245b274,	0xc180f403,	0x6976a8c8,
-0x9ddd675b,	0x7cb955a0,	0x9c362c6b,	0x6d67075d,
-0xe776e4c6,	0x590e0fd2,	0x96cb03ae,	0xb082292d,
-0xc5b3b48b,	0xb037fb7e,	0xc643c8c4,	0xf06ca5d4,
-0xe274d411,	0x94b96817,	0xd0eb3729,	0x705d5dd4,
-0xee25ca33,	0xc814771b,	0x398d9c90,	0x585d6910,
-0x345e2b62,	0x4f144351,	0xd4231121,	0xb231765c,
-0x043d91f0,	0x9bf7a950,	0x413b4109,	0x62015026,
-0x71dadb80,	0xae46e301,	0x3b453512,	0x08276e4c,
-0x3062b2a7,	0x9126d5ba,	0x38e1dcc5,	0x1d7ce5da,
-0x029f2ebe,	0xe15f0578,	0x30eb611c,	0x43e547bc,
-0xbc6fc58e,	0x859f12e5,	0x7760c4ea,	0xc3e581f9,
-0x6d1f3f15,	0x0c29c987,	0x8fd0b861,	0x5430e1a2,
-0x8fe570c9,	0xb546cb0f,	0x40a832d6,	0x6fb3aa75,
-0x4a44f3eb,	0xeb79dbc5,	0x14ff0379,	0x4104e36b,
-0x180a30dc,	0xa11d6bb5,	0x1f604ef7,	0x53e5afec,
-0x353499a0,	0xfc8dce9f,	0xa3c18d63,	0x16da59e9,
-0x104aceb5,	0xc885941d,	0xf05ec241,	0x26d9128b,
-0xe5d823f5,	0x0ac0afd1,	0x9fbcc9c2,	0x9df56f90,
-0x403a1c0c,	0xbdc01726,	0xcc48d20c,	0xdccdcf5a,
-0x26d3ac5c,	0xd9501d08,	0xb5ebb2ff,	0x78c2b66c,
-0xb5fd1639,	0x41aa2843,	0x2acec360,	0x504f07e2,
-0x0eb9bb79,	0x96f899a3,	0xb3a67885,	0x74d3ad45,
-0x4b7c823e,	0x0bc912c2,	0x39ce413d,	0x205b6d0b,
-0x4593e836,	0x1891bd36,	0x01ff9e90,	0xe74d3ac9,
-0x867e6d49,	0x9b934421,	0x85d79351,	0xbec5402e,
-0x44df416d,	0x8f84c809,	0xdda36686,	0x05ef6d08,
-0xac06f7b4,	0x3e16c558,	0xe8e004fd,	0x309e47f3,
-0x2c786f7a,	0xf4efac57,	0xfe372834,	0x86a57ba4,
-0x621cc0a3,	0xa9bc1b98,	0x0c54e9e8,	0x9f2f23e1,
-0x2acd232b,	0x6e4330d3,	0x33ce13ea,	0x56e269d7,
-0xbed326e1,	0x6bf3e063,	0x9506a92b,	0x568ac248,
-0xe23a98a1,	0x7e0058e1,	0x8c269a39,	0x1dca56eb,
-0x30d0ccb4,	0x3a33f104,	0x0de0a097,	0x2a751844,
-0x9ef24be7,	0x1b10fb65,	0x8751c66d,	0xdc12e3e0,
-0xd2f33411,	0x8ca390f8,	0x869bafb7,	0x4dfef371,
-0xd92b8bb5,	0x9d8336e9,	0x0a38a943,	0xea891683,
-0xacb636f7,	0x1310c7fd,	0x46817b4f,	0xff032aff,
-0xa23a31fc,	0x4baec586,	0x68197f54,	0xa922467e,
-0x97fd6f7c,	0x4df7ae1f,	0xfc1d89f4,	0x9b41d04a,
-0xf702a2f2,	0xe7fd5757,	0x3fb69294,	0x2da320a7,
-0x5d401a3f,	0x33354c44,	0x50b4d9dc,	0xe359505e,
-0x2b6ed0ee,	0x53aed5a4,	0xbd41d513,	0xa02f7959,
-0xb2a5eab1,	0xbe11b48e,	0xdf7f3024,	0xc6bb2abf,
-0x51399983,	0x4edd217c,	0x0510bb05,	0x065ef8e7,
-0xdc255b1a,	0xc175a79e,	0xfad1b360,	0xb01faec8,
-0x561766d8,	0xd8b688d6,	0x665ae094,	0x4723dc8c,
-0x772aaa08,	0xebef217b,	0xc7d538e1,	0x7164cb3e,
-0x2de6153d,	0x5f204777,	0x4e22d120,	0xbdf2792a,
-0x39123d27,	0xe965ab45,	0xd40327b5,	0x4d275cdb,
-0x4afc642b,	0x31f24023,	0xdc972aaa,	0x653c9cd5,
-0x02a6b933,	0x06a32610,	0x07560903,	0xc8822566,
-0x4a524c27,	0x0dc417a2,	0x3c34ac25,	0x933c6ad3,
-0x9f8518b3,	0x9d1f3635,	0xd9d3304f,	0x60e26930,
-0xb42a7f81,	0x00cbeeff,	0x08397da3,	0xb0aad0cd,
-0xa65f19f0,	0xcc47dda2,	0xa32140df,	0x6599d951,
-0x658f5d23,	0x39b4264b,	0x07cb489d,	0x00efe525,
-0xc405cdf5,	0xaf85ad8b,	0x08fbfbb1,	0xe5f34a87,
-0x24bad177,	0x875c7bb6,	0x3773b3a9,	0x6b1d3327,
-0xe5a5174d,	0x769517b5,	0x3cecf45f,	0x3051eda1,
-0x6f4d61e5,	0x1a0e0709,	0x6a7e72af,	0x46ec1dd2,
-0xb9d3afc6,	0x2cc8ac4c,	0x230af233,	0x195043cf,
-0xa02e1518,	0xcc7b6115,	0xacbcbcc2,	0xb33f7b98,
-0x6edda462,	0xbb330186,	0xdf01879e,	0x0b481a98,
-0xce36297e,	0x23c07f85,	0x4cb47367,	0x5dac5ddf,
-0x929dfaa5,	0x58802592,	0xdb378b6e,	0x7b505e3d,
-0x7e2e8c91,	0x3d6b96e7,	0x5b82f891,	0x9c9b2a91,
-0xe745ab2a,	0xbc75cd7b,	0x13550fed,	0x908b3b9f,
-0x638c9a0c,	0x73b0cd23,	0x2bc2a520,	0x3d6bdcf1,
-0x2a6d650a,	0x51f96a5a,	0x5d162bc9,	0x3527cdbd,
-0xec8860c2,	0x2625e87a,	0x2d88cdcb,	0x9a49b134,
-0x90b871bb,	0x46503f0a,	0x794ec752,	0x2271c4c5,
-0x097279e6,	0x3b1c3b20,	0xd7cf47a4,	0x21d1c246,
-0x9267eecd,	0x57a91fab,	0x28642c9e,	0x24a34f67,
-0x8eaf1cab,	0xd2357539,	0x114dda79,	0xbae9d4f9,
-0x70f35b0b,	0x96cedfbd,	0xe56d151f,	0x02985775,
-0x1942c626,	0xca26e101,	0xe42bcefc,	0xde9fb138,
-0xe0c3bd9a,	0xb0c56071,	0xee5bc46b,	0x21020e85,
-0x3e7e55dc,	0x7eac5bdc,	0x2eb99a45,	0xbb4f367f,
-0x27273bd3,	0x2edba4f8,	0x647244b6,	0x6435fe98,
-0xf10b0869,	0x616a689d,	0xf06318d5,	0x27e97290,
-0x4f3e62b6,	0x9892ec7d,	0xc93e6e3e,	0x9ddef56d,
-0x1a67e9b6,	0x9f0658e4,	0xa8d73f65,	0x3f67d89a,
-0x84390631,	0x6699db59,	0xc772a467,	0xf0df9e0c,
-0x5e493d2f,	0xe922e48a,	0xe11d9b6d,	0xcf825a6b,
-0xfbbbae6d,	0x8a34ff52,	0x75057a2a,	0x33d7a02c,
-0x30411288,	0xffad0c51,	0x8aae3a12,	0x8de17734,
-0xcde94e6f,	0x67ad7b4f,	0x9f2ca81f,	0xa9d0d2f5,
-0xd070ef8e,	0x2d801ab2,	0xbb005a17,	0x766c1d4d,
-0x1fd1337d,	0xee4290bc,	0x485fdbcf,	0xee81508b,
-0x4618e079,	0x2b3a0eb0,	0xeed52038,	0x1dbc9587,
-0x699bb540,	0x6cc63a6b,	0x3ad4bbae,	0xe324d0ab,
-0xc66961ec,	0x5a211272,	0x96a6ff38,	0xdbd2da75,
-0xd12e4c61,	0x4b4ee062,	0xec2f9c1f,	0x922f168e,
-0x28008dd2,	0x030f972b,	0x7683ab26,	0xd3941cb9,
-0xa6343d8f,	0xe8e7bdcb,	0x56f26488,	0xec4ea47b,
-0xdcb279d8,	0x9ec6827e,	0x16fde6b1,	0x29d2abca,
-0x44afc82a,	0x01ba5b4b,	0xaef1bd20,	0x6328e0e6,
-0x5152971a,	0xedc6f901,	0x8703a4c8,	0xa7f5a2ad,
-0x01b66ce5,	0x0e41db97,	0x5cebeef4,	0x760397e7,
-0x41013704,	0xacf7e1e1,	0x8f64775c,	0x402b50cb,
-0x4beb19df,	0x04f4a3d4,	0xd5ce1df2,	0xd1ce21f5,
-0xce53fcd0,	0xeef6f752,	0x80f130b9,	0x828f83f4,
-0x27cbfa7c,	0xdb4e6f12,	0x8b61dfa1,	0xbe555240,
-0x661d2165,	0x2463345d,	0x4217c1d2,	0xc994d84e,
-0xa6723145,	0x88dfb2b3,	0x36a500e3,	0xa361044a,
-0x1a44efa8,	0x5a509f52,	0x2947959f,	0x1ddcbe05,
-0x6db182d6,	0xd5c9798f,	0x4a7e3417,	0xc5767923,
-0xff6bfff6,	0xa61bee42,	0x4e6632b2,	0xcf869d7f,
-0x3e3a42b9,	0x7118b335,	0xb31424e4,	0x79d84154,
-0xa6d3b321,	0x688f34f0,	0xb10803f3,	0x212cd8e4,
-0x7f972012,	0x17cce949,	0x8b151e4a,	0x7aafa9aa,
-0xc71b0ff5,	0xcc03e014,	0x907d5e82,	0x0a5aa6a2,
-0xf3f0cdcd,	0x4396e4dc,	0x8fed115e,	0x745f0742,
-0x919706db,	0x06db0d47,	0x63592f2f,	0x615891a0,
-0x1efe38a5,	0xad04a370,	0x5666dd5c,	0x34937538,
-0x487fe50d,	0x33052ffb,	0x9c22d2e6,	0xa7b4e4d0,
-0xb8d1307c,	0x371a936c,	0xa8b9efe2,	0x7f7e065f,
-0x8867d6e6,	0x7cf00194,	0xae60f9d7,	0xceb1555b,
-0x576c0e23,	0x77718970,	0xa36a45eb,	0xcb55d8d4,
-0xac9d53f9,	0xc4e76e8f,	0x3bb8df77,	0xd8d4c799,
-0x57e81d12,	0x3d4751d4,	0xbb68f5b7,	0x3af303b7,
-0x431f6bde,	0x2f92d2b8,	0x962a9883,	0xbede9836,
-0x79f920e5,	0x9b68922d,	0xe2542056,	0x094e91d0,
-0x651973d9,	0xd7b19b36,	0x3ad353c2,	0x955b6348,
-0xc075bdd9,	0x935d7dcb,	0x8f690d54,	0xbfaf8034,
-0x863386d2,	0xc406deee,	0xed847b07,	0x09f3c606,
-0xb93598d1,	0x84e202c5,	0x0c1bc33a,	0x2a7c2d7f,
-0x5c6594f9,	0x12068a6a,	0xb2b42b89,	0x29f45995,
-0x7a04a2d4,	0xef079cf9,	0x8ba258e8,	0xdbf42961,
diff --git a/src/cpu/intel/model_6fx/microcode-m46f6d2.h b/src/cpu/intel/model_6fx/microcode-m46f6d2.h
deleted file mode 100644
index 94b999c..0000000
--- a/src/cpu/intel/model_6fx/microcode-m46f6d2.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m46f6d2.inc  */
-0x00000001,	0x000000d2,	0x10012010,	0x000006f6,
-0x6618cfff,	0x00000001,	0x00000004,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x678e2fdf,	0xcd00eba0,	0xcd130279,	0xc1f46f0a,
-0xabee0770,	0x11bf14b2,	0x89c06f55,	0xa43c89e1,
-0x0399e088,	0x26869bd4,	0xacf4c5c2,	0x0359b350,
-0x6e73278b,	0xaa53b1cf,	0x08023ff5,	0x393bff4b,
-0xa1b3af33,	0xdeffca5c,	0x416c957f,	0x53fa2acc,
-0xc66651c7,	0x77761e61,	0x5e389da7,	0xbd2ed152,
-0x12f83a57,	0x5ccbd078,	0x59b83ed1,	0xadf31986,
-0x7a6876a1,	0x85d73aae,	0xe95d04ed,	0x4388655d,
-0xa0b0d497,	0x2c6a7024,	0xf1a4dd74,	0x727db2b1,
-0xc6754f1c,	0xa415d28c,	0x30eef95a,	0x7a666cea,
-0x46fbf49c,	0x5a025875,	0x9ca5a567,	0xa733b313,
-0xf12f6d90,	0x311cf9e5,	0xdd8dd045,	0x1dc3e7ae,
-0xa2244073,	0x3c6e226d,	0x1f41a59a,	0xbe9e8a9f,
-0xe1aeb300,	0x0ae56455,	0x86b5a9b0,	0x703d1db2,
-0x93d12152,	0x74c7edaf,	0xce7613ff,	0x64e51d14,
-0x9647890b,	0x2b58dd1a,	0x3e6ae7a2,	0xbe115253,
-0xf53fab3f,	0x7c330770,	0x2b638229,	0x3818ee02,
-0x8dde2c6f,	0x4460890a,	0x3e9e0e94,	0x26849a8d,
-0xc1b2650b,	0xf3f7ae06,	0xfbc053e9,	0xc34ca163,
-0x4ec223d3,	0xd36c1e5a,	0xdcac208f,	0x66c35123,
-0x9b4ee0f9,	0xbc93432c,	0xc0c01601,	0x32b155f6,
-0x8b34d4ac,	0x4d6fe308,	0x2dc615ae,	0xfbba948c,
-0x33b44c6c,	0x7c81f21d,	0x58be544a,	0x1affca18,
-0x0f154ffd,	0x42a98896,	0xa0cce907,	0x05312e20,
-0xa6426074,	0xe1471d00,	0x49ae6b6a,	0x72ed1d80,
-0x941717c9,	0x1d337582,	0x79d00ff1,	0x8a33442e,
-0xb4b8048e,	0xb10f5e29,	0xe49adb1f,	0xf606d936,
-0x9e64a48a,	0x2798ca4c,	0x5bc89516,	0x896226b9,
-0xb0646e9c,	0x226f5c42,	0x66781db5,	0x6f9a01ce,
-0xd97151c0,	0xa45d99a0,	0x845444e3,	0xa3a892aa,
-0x834c639a,	0x023448c9,	0x7b26e665,	0x7940d360,
-0x9ed67063,	0x08fca668,	0x3c1a2590,	0x92394899,
-0x351be05d,	0x559909d6,	0x9cd99043,	0x1acdb27f,
-0x2d8930b8,	0x8df9e8a4,	0x3d7ead35,	0xc869e9dc,
-0xd8120806,	0xbb6a186f,	0x9db90814,	0x52cd6f02,
-0x95b53a7c,	0x6e92399e,	0x3f00ba76,	0x09a35b31,
-0xe2e645ef,	0x6944b5ae,	0x5e69f59d,	0x1a631079,
-0xfdd43365,	0xe83a78c3,	0x3ba16d56,	0x2554f72e,
-0xa44fe15b,	0xc09dd248,	0xb63e4d82,	0x7572edc9,
-0x0c6ee455,	0xdf3be237,	0x33456703,	0x0b8a647e,
-0x4c475cb9,	0x16841559,	0xab64dce7,	0x3a25aaa9,
-0xa2ce8a2b,	0xbd102516,	0x15a79361,	0xbbde9e34,
-0xeb49e937,	0x17e30184,	0x8a748c74,	0x7adb053e,
-0xdfaa9cc5,	0x87726609,	0x40733e38,	0xc30353b7,
-0xee8526f9,	0xc476c3ec,	0xc1b61e75,	0xb24fdb4d,
-0x26b0b013,	0x9d69934d,	0x7fcad18e,	0x27071b9e,
-0x8d37b0a3,	0x9a2c22f5,	0x6c32b757,	0xdf475284,
-0xef6ca6ac,	0xe3043191,	0x843e1f7b,	0x18370498,
-0x89c0fa3a,	0x4272153f,	0xb2ba7587,	0xbfcd3cc4,
-0x07636f04,	0xcc77befb,	0x028bbb3d,	0x89e44bac,
-0x57bd037d,	0x82afd10f,	0x9db9582d,	0x7b711a6c,
-0xfdbdb2b5,	0x94e2764f,	0xc53a20dd,	0x18138802,
-0xbb75568c,	0xc8cca231,	0x11fee743,	0xdd337e00,
-0xe6f94e17,	0x505bbac5,	0xb08d48cb,	0x61c1867a,
-0x5dfb2dc5,	0xf2a8863f,	0xcc820db5,	0xaf51b84c,
-0x66e172a4,	0xc07e1384,	0x8e82c130,	0x89f6e0ad,
-0x694da862,	0x3a8ac6ed,	0x09ad8825,	0xf1b0090c,
-0x4cd32378,	0x410696e6,	0x192edc8a,	0x39134d0a,
-0xa7a1382e,	0x784a8368,	0xba7abc9b,	0x88949b96,
-0x2578dcf4,	0xa4b7ce08,	0xbed48d02,	0x1a9b01e4,
-0xf9633fec,	0xae7e2742,	0x227d4b81,	0xbdf30185,
-0x224dea60,	0xee81accd,	0x25f2b08b,	0xde2ee35f,
-0xb0d65f1f,	0xf1aab589,	0x7a91f930,	0xdfb1981d,
-0x3d3da3b0,	0xe181d149,	0xfbcb31ee,	0x5b4aa474,
-0x9168c11e,	0x0f08e481,	0xb18f7c33,	0x1ca7037e,
-0x4e6f5655,	0x923448d7,	0x1f6fce9b,	0x837719d2,
-0xa987db8a,	0xc8ae46ee,	0x8b05f69a,	0xb35172ff,
-0x3f3a85ad,	0xe57d43c5,	0xa2283900,	0x3373e247,
-0x02e8b610,	0xdec5ab79,	0x31c68d88,	0xec759c54,
-0x81217f7d,	0xc5341bbf,	0xfda829f6,	0xc33589dc,
-0xa91f0f8e,	0x60c93c2d,	0x5e538ca8,	0x90e49c0e,
-0xc0b69780,	0x153df7e5,	0x6ae2de2a,	0x616ff1d4,
-0xcca0bf75,	0x1f8ae53a,	0xc244f3d9,	0xc91c8472,
-0x9f936556,	0x6c662ca7,	0x4d2b5f45,	0xccf8b9cb,
-0xbb68825f,	0xe52a4c8e,	0x9ee37080,	0x3fbce3d8,
-0xf643e0dc,	0xff5fd921,	0x84cb06b3,	0x51a5145e,
-0x7b2c2695,	0x13c7e8d3,	0x9ed66926,	0x1341cb47,
-0x42cc8568,	0x9938749e,	0xcde43726,	0x0258a7bd,
-0x43a10696,	0x7a884a65,	0x6d83dd91,	0x95812dda,
-0x9f21a22f,	0xa19a9b9d,	0xeaf443e8,	0x5f8a5291,
-0xc1e642e5,	0x6062a500,	0x385b2216,	0xe9f4131c,
-0x5f3ff193,	0xf6bce64a,	0x830fedcc,	0x48664d0c,
-0x0e2c257e,	0xb1accb6e,	0xed5fa45f,	0xf8db51cd,
-0xc52f7dc0,	0xfd3c5827,	0x1c3205a1,	0x880aebfe,
-0x8ede639f,	0x33b571e8,	0xc3e0654b,	0x7ede09e2,
-0xc9e68670,	0xac7cd171,	0xe2edd7a1,	0xa45ddcc7,
-0xfcc7d984,	0xf02c9b03,	0x52394e1d,	0xa6cfaaf4,
-0x23baef7a,	0x8b96bf49,	0x93e80294,	0x8055a06b,
-0x5898e892,	0x617d96af,	0x37350bad,	0x8fc3dff3,
-0x60a52f0b,	0x9def79c4,	0x9d6f94f9,	0x9e556075,
-0xb944be10,	0xcf5e2714,	0x10c907b4,	0x0d76da26,
-0xeeb77532,	0x548e93f9,	0xfb998635,	0x2dc37462,
-0x42062f78,	0xe388ed30,	0xd97fa29e,	0xa267e5f0,
-0x85212e17,	0x6609d6fd,	0xd64892a4,	0x932f7670,
-0xc277546f,	0x8a70d43c,	0x8702feb6,	0x0b36605b,
-0x6147fc62,	0xe5ec14c7,	0x82f2c3a7,	0x17b60a70,
-0x2416386f,	0x8afe5984,	0x31ac1998,	0xcc197865,
-0xa989b0dd,	0x55a7375c,	0x369fa535,	0x568688f8,
-0x27b70c7f,	0x61bd2659,	0x3ab883b1,	0x88b14a56,
-0x460f2182,	0x98a1dc7c,	0xce522d1b,	0xee6d1b6c,
-0x2f4bb32f,	0x74f14df4,	0xfb6144d1,	0xc3fcbf6f,
-0x1b7856d2,	0x74dafb9c,	0x51d77f6a,	0x38d4d4e7,
-0x69627fb5,	0x9a92c599,	0xe546cd12,	0x1a8dfc51,
-0x6f839ef0,	0xfdadec74,	0x89f78d83,	0x5d38f865,
-0x8ca4e5a7,	0x76dd90a5,	0x6df3aee4,	0x6ea6597b,
-0x94f4852e,	0x4fe64699,	0x922f2dd4,	0x6349472b,
-0xa4faae98,	0x9552c266,	0xf19796f8,	0xf92ba4d1,
-0xcec2c512,	0xe6d8ec88,	0x806a6510,	0x591a8029,
-0xb27e0e75,	0x4b498ae2,	0x8229ced6,	0xec572cff,
-0xca6b1c90,	0xb3554e0a,	0xca75d97e,	0xec4fd94f,
-0xf20f74aa,	0xe6279bff,	0xd2f39977,	0x0fcdfe05,
-0x1145a1aa,	0x1a8546fa,	0x9a170744,	0xa3162881,
-0xa007a442,	0xec46d8b5,	0x081a42fa,	0x22422349,
-0x84c31269,	0xb303f015,	0x2e900aaa,	0x3b7e907b,
-0x97a1993a,	0x0284ddc7,	0x1cb4c670,	0xf9d8434b,
-0x83576a7e,	0x9eaaadd7,	0x55810058,	0x1a1606a7,
-0x3610625b,	0xe69c59a5,	0x10afd0de,	0x1634a5e2,
-0x7fc9a724,	0x7c6187fa,	0x6235f7bd,	0x73944f07,
-0xec8074c8,	0xdfce3d7b,	0xe614796b,	0x7e986a41,
-0x5f4d958d,	0x56f802fa,	0x21f6b36b,	0x3756c152,
-0x3e4a6199,	0x5be0e06e,	0x9d523fe0,	0x72fda3ff,
-0x1163d5cc,	0x774fc8d8,	0x4c0db698,	0x5a2a11e5,
-0xefdb4f36,	0xc5c5ee63,	0xd84fadce,	0x2a2a161e,
-0x03c8f569,	0x10fdc78b,	0xb9794421,	0xc4d077d0,
-0x3978bd0e,	0x1c5ade2d,	0x45b455e8,	0xf48c9fe2,
-0xbc26f839,	0x4b713c85,	0xc193aad9,	0xce5eaf94,
-0x432faf89,	0x410dab7e,	0xe1abcbf1,	0xd6b13174,
-0xeb011212,	0x371be2b7,	0xc399bba1,	0x0ffe277e,
-0x46cbb9c6,	0x7ff9db28,	0x6056db1b,	0x0ba02d79,
-0x0a65731f,	0xff62546f,	0x7d812358,	0x612fcd9d,
-0xf9210ff0,	0x97bb1fc6,	0x4d2249de,	0xf95bf80b,
-0x3afa6490,	0x8c0fe761,	0x79171dd1,	0xe8e994bc,
-0x31a2c316,	0xc2bbc146,	0xd43c3d42,	0xe5f2cc54,
-0x1eee7dde,	0x823303ba,	0xa3604384,	0x1cc7d7ad,
-0xe5559ebc,	0xf018b78a,	0xd90a9e8e,	0x9e094d25,
-0x6c707edc,	0xbfb5a38e,	0x85982dc4,	0x4411003e,
-0xe8fdd369,	0xd8b906c5,	0x352a0347,	0xaac3354c,
-0xa75dbd61,	0x4af3960b,	0xcdd38fb1,	0x7956c4b5,
-0x73227797,	0xdaf8600b,	0xf40250fb,	0xd19b63bb,
-0x29635cfe,	0x627b51dd,	0x90d757b6,	0x8f974700,
-0x983e3273,	0x8a717fd2,	0x17cd36fc,	0x600df009,
-0x53e42b03,	0x7a2bda37,	0xade90954,	0x788a22c9,
-0xb0167c4a,	0xe8480a66,	0x7fc4ded0,	0x5143e0be,
-0xf4b3da8e,	0x48cd18d0,	0x272fd36e,	0xbb72da4d,
-0x3099ffc4,	0xadfa2cc6,	0x938a3510,	0x93d3c8db,
-0xd6f68de5,	0x419f1575,	0xf1c4bb2c,	0x790daf62,
-0x2ba89c2d,	0x3a0ac185,	0xe0a8c467,	0x865ee271,
-0xec621c02,	0x2ff3cfc4,	0xf9f4a354,	0x33af9bd9,
-0x708aacf6,	0x9dffa81f,	0xebf49f94,	0x845bf6c2,
-0x6d29a726,	0x43e36b77,	0x293fe7ef,	0xc9d2eae3,
-0x074b9fa4,	0xc9bad66a,	0x1062c791,	0x3fd77f6e,
-0x0d3683c3,	0xc9fb01b8,	0x471e0a05,	0x8063b387,
-0xc18ca25e,	0x7e2164fd,	0x209476dd,	0x12f9f7be,
-0xd9188d27,	0x5d890aad,	0xf25774e4,	0x4d02e791,
-0xa607ecb4,	0x25fca908,	0x936dfb38,	0x1890ec41,
-0x96085379,	0x5ab84c61,	0x395ca1b4,	0x1ebb2147,
-0x0b9322b4,	0x9be07783,	0x61fcdc95,	0x7aa96834,
-0xdab5d16f,	0xe41afed5,	0x214ddb2a,	0x25697ca9,
-0xc9393707,	0x2c585095,	0xdfb5c330,	0x6b533070,
-0xb7306018,	0xeccbcd83,	0x9a50dc30,	0x142425d2,
-0x070e244b,	0x1118e0bc,	0xf68febd7,	0x5a9a1397,
-0x779288d3,	0x151703ad,	0x23724d8c,	0x0b8da97f,
-0x1de2739a,	0x489c3a40,	0x1dad73c4,	0xdfdf0387,
-0x103c12c9,	0x3a8f8def,	0x0b9943ea,	0xde546074,
-0xdf870baa,	0xbec7392a,	0xfc9e7d02,	0xdb73b6db,
-0xc42184e6,	0x6905096c,	0x69ae51b4,	0xffb2d6cc,
-0x879a440b,	0x76f8555e,	0xcc503ef0,	0xa565fc1d,
-0xc39b393c,	0x1e5d123b,	0x59fb03ff,	0xd4813539,
-0x7b058d78,	0xe2aaed04,	0xf3c8df0f,	0xfc90fb1e,
-0x64907388,	0x7de95aee,	0x68dbfb56,	0xdbb295c2,
-0x00fd35e6,	0x9fcb3ea4,	0x813d9a1a,	0xe1b5dd56,
-0x15725952,	0x107472da,	0x2efb4170,	0x27d0e494,
-0xef9116ff,	0xe8b76c6a,	0x5a7df8ff,	0x67daed68,
-0xc8186ae4,	0xe37d9374,	0xbecac2ec,	0xf26219a1,
-0xbc4aab4e,	0x8a19a1e8,	0xf9605e6e,	0x28748ce6,
-0xc05154b9,	0x1432b9e4,	0x56347eaa,	0x9eb98f93,
-0x0825fc1e,	0xe118206b,	0x5da3e763,	0xc6d33e9d,
-0x3a3a42d6,	0x2312c6d6,	0x849e45ad,	0x7271e432,
-0x89dbc974,	0x33d476ee,	0x013348df,	0x61b7fa2c,
-0xf054e2d8,	0xdc783dd5,	0x74237443,	0xb26e60ae,
-0x5e6af18a,	0xaf21f496,	0xb37d6f6d,	0xda12fb93,
-0x3861c214,	0x927216db,	0xe395ee9a,	0x7619606e,
-0x4977fd38,	0xfc6c7787,	0x6873a07f,	0xe5575869,
-0xf07d93e4,	0xc055393d,	0xcd31c834,	0x383010fa,
-0x41a54b2c,	0xc32b4f05,	0x012bce95,	0x3e12d82f,
-0x2ff3e71f,	0xb5c30436,	0x05cc0dd2,	0x1367d514,
-0x77506a56,	0xbb3034bc,	0x52335401,	0x7b415346,
-0x12393af6,	0x79f4a81a,	0xbbd645ba,	0x4d79ad9d,
-0x6323bf7c,	0xf5f51839,	0xa2940281,	0x2f09745c,
-0x0e815109,	0x98a63023,	0x8c7a24d3,	0x63d48867,
-0x0e15331f,	0xf2e3dca2,	0xa5a92c2d,	0x514a6a29,
-0xf35a8648,	0x1896a171,	0xe7afe546,	0xe96c4978,
-0x4c999244,	0xeecf15c0,	0xf47200f8,	0x69284fb6,
-0x24f56331,	0x61ae3f24,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m806fa95.h b/src/cpu/intel/model_6fx/microcode-m806fa95.h
deleted file mode 100644
index c4c7703..0000000
--- a/src/cpu/intel/model_6fx/microcode-m806fa95.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m806fa95.inc  */
-0x00000001,	0x00000095,	0x10022010,	0x000006fa,
-0x9f4b38d8,	0x00000001,	0x00000080,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x266c1f19,	0x352c0de2,	0x3acdf837,	0x5496754c,
-0xd5254881,	0x499f34c5,	0x7898fca2,	0xb1e19b6b,
-0x8fe8f579,	0x6706f2db,	0xb031d49b,	0x86a19a7c,
-0xca13c14b,	0xa8a547ec,	0xd66db20f,	0x4ed88a89,
-0x19f9aae9,	0x19d77426,	0xdc41870a,	0x7ff6c327,
-0x2ba8b6e2,	0x6f83d3d4,	0x15572089,	0x8cfdb896,
-0x8455744e,	0xb84fb10e,	0xdc98fa70,	0x9bbbbd5c,
-0x1f3a7e08,	0xcad4a41c,	0x80635cb9,	0x064bf72f,
-0x1f7ee426,	0x6587dca2,	0xdea25b37,	0x22a732da,
-0x9c0d85c3,	0x90626178,	0xfa042237,	0xfbb00511,
-0x419bf9c8,	0x6423b9b6,	0x0cebf4dd,	0x5147db0c,
-0x6b368e80,	0xf273d1f6,	0xda3deb0a,	0x9fdda473,
-0x4664f574,	0xbe38d3c9,	0x64653f2e,	0xb7a80b79,
-0x2b46b60c,	0x5171ed26,	0x5b4c6e92,	0xc749f322,
-0xf120013b,	0x8e798738,	0x9edab832,	0xf4d4d233,
-0x8aafeb9d,	0x4b55259d,	0x92714eab,	0x99d468b0,
-0x0263f93b,	0xe4065d23,	0x007c85e9,	0x71f46189,
-0xe776feb8,	0xdd2f2c35,	0xbd436570,	0x9bd06571,
-0x09d3b180,	0xe5a23837,	0x789f80a9,	0xa8be22f5,
-0x4518a0ae,	0x15943611,	0x9d7aac4d,	0x00423bec,
-0xf1d342c3,	0x9513f8e2,	0xefeeb4a5,	0x4e51f280,
-0x503dcd77,	0xe3c35f94,	0xe3f4d62a,	0x0d8339e8,
-0x4697b68c,	0x0ff806b9,	0xbffb9913,	0x58787e9f,
-0x5b7e3a4c,	0xf9e7972f,	0xd53609ec,	0xace15d85,
-0x1f7ee426,	0x9a78235d,	0x215da4c8,	0x880d9870,
-0x63f27a3c,	0x90626178,	0xaf517762,	0xaee55044,
-0xbe640637,	0x3176ece3,	0x0cebf4dd,	0xfbed71a6,
-0xc19c242a,	0xa72684a3,	0x709741a0,	0x9fdda473,
-0xb99b0a8b,	0x41c72c36,	0xcecf9584,	0x4857f486,
-0x2b46b60c,	0x0424b873,	0x0e193bc7,	0x38b60cdd,
-0xa475546e,	0x8e798738,	0x34701298,	0x5e7e7899,
-0xdffabec8,	0xe1ff8f37,	0x92714eab,	0x662b974f,
-0xfd9c06c4,	0x4eacf789,	0xff837a16,	0x71f46189,
-0xb223abed,	0x887a7960,	0x42bc9a8f,	0xce853024,
-0x09d3b180,	0x4f08929d,	0xd2352a03,	0xfdeb77a0,
-0xefb20a04,	0x15943611,	0x628553b2,	0xffbdc413,
-0x5b79e869,	0x6aec071d,	0xefeeb4a5,	0x1b04a7d5,
-0x05689822,	0x1c3ca06b,	0xb6a1837f,	0x0d8339e8,
-0xec3d1c26,	0xa552ac13,	0xeaaecc46,	0xf2d2d435,
-0x5b7e3a4c,	0x061868d0,	0x2ac9f613,	0x064bf72f,
-0xe0811bd9,	0x9a78235d,	0x7408f19d,	0xdd58cd25,
-0x9c0d85c3,	0xc537342d,	0xaf517762,	0x044ffaee,
-0x14ceac9d,	0x6423b9b6,	0xa6415e77,	0xfbed71a6,
-0x3e63dbd5,	0x58d97b5c,	0xda3deb0a,	0x60225b8c,
-0xb99b0a8b,	0x14927963,	0x9b9ac0d1,	0xb7a80b79,
-0x7e13e359,	0x0424b873,	0xa4b3916d,	0x921ca677,
-0xf120013b,	0x24d32d92,	0x34701298,	0xa1818766,
-0x20054137,	0x4b55259d,	0x6d8eb154,	0x662b974f,
-0xa8c95391,	0x1bf9a2dc,	0x007c85e9,	0x24a134dc,
-0xb223abed,	0x22d0d3ca,	0xe8163025,	0x9bd06571,
-0xa3791b2a,	0x4f08929d,	0x2dcad5fc,	0x0214885f,
-0x4518a0ae,	0xea6bc9ee,	0x628553b2,	0xaae89146,
-0x0e2cbd3c,	0x9513f8e2,	0xbabbe1f0,	0x1b04a7d5,
-0xafc23288,	0xb6960ac1,	0xe3f4d62a,	0xa7299342,
-0xec3d1c26,	0x5aad53ec,	0x155133b9,	0x58787e9f,
-0xa481c5b3,	0x061868d0,	0x7f9ca346,	0x531ea27a,
-0x1f7ee426,	0xcf2d7608,	0x7408f19d,	0x77f2678f,
-0x36a72f69,	0x90626178,	0x05fbddc8,	0x044ffaee,
-0xeb315362,	0x9bdc4649,	0x0cebf4dd,	0x04128e59,
-0x3e63dbd5,	0x0d8c2e09,	0x8f68be5f,	0x9fdda473,
-0xecce5fde,	0x14927963,	0x31306a7b,	0x1d02a1d3,
-0x2b46b60c,	0xae8e12d9,	0xa4b3916d,	0x6de35988,
-0x0edffec4,	0x8e798738,	0xcb8fed67,	0xa1818766,
-0x75501462,	0x1e0070c8,	0x92714eab,	0x337ec21a,
-0xa8c95391,	0xb1530876,	0xaad62f43,	0x71f46189,
-0x18ab894f,	0xc8676de2,	0x4eef35d4,	0x9ee65cdc,
-0x0fbe6351,	0xc0414361,	0x707245bb,	0x5900f237,
-0x8d317a52,	0x75152e42,	0x9f00607a,	0x8d698c5d,
-0xdc07f406,	0xe2b0d3fa,	0xd9361b9b,	0xdd1b4772,
-0x30576ed3,	0x0cc04dcb,	0x08824399,	0x46eff31d,
-0x87f9850b,	0x908f593c,	0xaeb0c80c,	0x2465158a,
-0x1bd70e93,	0x154edc8a,	0xd76062ab,	0x6b2a7dee,
-0xd25966a8,	0xcfaee6dc,	0x1138223f,	0x7570e78b,
-0xa645ce0d,	0xf3414185,	0x7831b93e,	0xe6b757f7,
-0xba63c195,	0x135e7519,	0xeb1e390d,	0x6541ee4f,
-0x6129468a,	0x049d4888,	0xe945a30f,	0x8c98f738,
-0xbf21e836,	0x04628173,	0x48f85f23,	0x7edd6457,
-0x5919ccd8,	0x42ceac5a,	0x57920446,	0xa038a4c8,
-0xf76a35fd,	0x4816d7fd,	0x60da7cdd,	0x363d5c7c,
-0xd71c4965,	0x7977a1cd,	0xd5ae1770,	0x6df7d6ad,
-0x165393c5,	0xb91f41c1,	0xd92c45f5,	0xb3880143,
-0x6ec82c3f,	0x0a5519d8,	0x16e78371,	0xefc50aeb,
-0xe9093fb0,	0x7ebe1951,	0x3374ed2e,	0x83a0586d,
-0xac200736,	0x321e859c,	0xd803f722,	0x35244425,
-0x9c98a224,	0xf62047c3,	0xaf7b6133,	0xfc4886e2,
-0x8b0639c1,	0x100efb14,	0xf07c8e84,	0xe799b7d6,
-0xc4144da0,	0x01474776,	0x9c5dee5b,	0x0c3d929a,
-0x6cadf7b7,	0xb1e21555,	0x7b3c1391,	0x82008b3c,
-0x5e450c87,	0x428e700e,	0x063e3d9a,	0x7b136a48,
-0x92f15dc5,	0xb3e64fcb,	0x961dac83,	0x767c23d3,
-0x6e189536,	0x0c3f43a9,	0x0db5c4aa,	0xdae1d6bd,
-0x970abc32,	0xe6dba166,	0xfc65cebc,	0x661c0121,
-0xbb94d998,	0x202f513a,	0x8979f47a,	0x063f8b95,
-0xe1b97ae6,	0x0a50c873,	0xcb0caa1e,	0x1eeb39b8,
-0xdf51f384,	0x17d5278e,	0x69b816d7,	0x27d6096c,
-0x0aff9472,	0x4c311d5d,	0xeeffb2d1,	0xde7b827c,
-0x8777a8d3,	0xb86ff649,	0xed3ad942,	0x53171d27,
-0xb92123a1,	0xd0a416e7,	0x25607ad7,	0x8f216f5f,
-0xcff24cc6,	0xb41e4a16,	0x8e7e4d92,	0xe101b18a,
-0x71901c54,	0xe3532980,	0xb21fec00,	0x52e046cc,
-0xe77fcffc,	0x7836a1be,	0x2035da54,	0x659d3094,
-0x41ef994f,	0x6598094e,	0xe4949338,	0x7c9e62a2,
-0x2a1e14f9,	0x48265bf5,	0x9b757889,	0xf25c2faf,
-0x8f3e2ec4,	0xc87b88d8,	0x89447dc8,	0x0d269fb4,
-0x5dd3ce27,	0xf79869fc,	0x14d90168,	0xeba0d005,
-0xc78f9d6b,	0x10f093ae,	0x63c812ca,	0x738e4e24,
-0x098fee02,	0x24283090,	0xee9a272d,	0x2f4e8ae0,
-0xfbffe5e1,	0xd5e90b7e,	0xca62b933,	0x52a55b88,
-0x1a16e29e,	0xf089f6c0,	0xee2be5be,	0x64778896,
-0x197ecb5a,	0x24814da2,	0x079cc6c6,	0x90f1a5e6,
-0xf2247b37,	0xbf2d1a3d,	0xeeae6679,	0x8d171c53,
-0xac806919,	0x1777770a,	0x728ec806,	0x961e6957,
-0x582fbe7e,	0x4f019a1c,	0x143e8bc5,	0x4f99e3ff,
-0x52049c64,	0xe7c3a08c,	0x82234d56,	0xa8745a74,
-0xcb13581d,	0x97f165fd,	0x261a33b2,	0xd7fa56ca,
-0x41d2b5ed,	0x3f4ade66,	0x54b7fe2c,	0x5a0776b9,
-0x6c153764,	0xad17bf2f,	0x76c2b562,	0x86b996b4,
-0x979a6220,	0xe0617d7c,	0x66339910,	0x3404bad2,
-0x2ef940f5,	0x8fdd4fe3,	0x630cae7c,	0xd0ab2ae0,
-0x8e421f18,	0xa7b18358,	0x525f734f,	0x65862958,
-0xb2b45e72,	0xef61298d,	0x09b514cb,	0xa9ab150a,
-0x8c04fd3a,	0xda6a0a3a,	0xc22fd0e1,	0x31697575,
-0x02a824ec,	0x9eca8a20,	0x3d822e2c,	0xd2ef8408,
-0xaf83ba5d,	0xc426ad82,	0x6c52a0af,	0x41aac7be,
-0xfc3058be,	0xb4e8a6d0,	0x7eccbd6c,	0x90788075,
-0x638fa605,	0x3bae67ea,	0x56554b40,	0xd3353223,
-0x3a42fa1d,	0x70906217,	0x70e976dd,	0x758a4825,
-0x8b8e0817,	0xd16f9566,	0xe65b3068,	0x9b4ffd86,
-0xdb9eb5c9,	0xaa25ba4d,	0xf4ac6f95,	0xfdaf0bd5,
-0x5b6dc659,	0xc93454d9,	0x8e57760f,	0xc01e2260,
-0xe76e3a8a,	0xf3fc9a1a,	0xa53be857,	0xa9589567,
-0x314a2272,	0x03aa6bf2,	0xb5da468e,	0x166d7dda,
-0x893596e0,	0x123e9caf,	0xf217f04d,	0x0a123155,
-0x740fabe0,	0x90b99874,	0x46f7493d,	0x9861b4d7,
-0x7c046d2b,	0xe9849e58,	0xd529dd36,	0xb3e1646a,
-0xdc1cdd55,	0x39838e54,	0xe9aae354,	0x8b4fd82d,
-0x3fb6b91c,	0x929a7fe2,	0x640cdc50,	0x10a8d913,
-0x4b36b6d1,	0x724c6ad1,	0xc09c95a5,	0xa6bd602e,
-0xae9a9118,	0x0d31ee1c,	0x5b8493ca,	0xdedcf154,
-0x775bc606,	0x272cf888,	0x6ba595a4,	0x28e55c4c,
-0x2aad9afc,	0xb7038242,	0x8ab5a940,	0x500e34e0,
-0xd5ff1a02,	0x996da9a5,	0xf5c2b772,	0x6acedadf,
-0xfc94ad18,	0x195d913a,	0xef000bff,	0x51688a5d,
-0x4b7d82f6,	0xce8a8d6b,	0x50e71fad,	0x054c9015,
-0x15869def,	0x10cc5474,	0x8a0188eb,	0xa24bbdd0,
-0xa14fec29,	0x6c2d7707,	0x6d22c753,	0x9a6ed807,
-0xb970dc3b,	0xd43ab53a,	0x67a3bf67,	0x986d894b,
-0x11a6fe82,	0x03e470e6,	0x7ab43278,	0x06b09d0f,
-0x6a84dbb1,	0xcea0973c,	0x898e1cec,	0xe6a4737e,
-0xde33ca20,	0xd3955e55,	0x42f4a61d,	0xaaa80408,
-0x824b8725,	0x9cd11b9d,	0x3bbb5af3,	0x7c7335ab,
-0x5e15358f,	0x88d048dc,	0x279f7daf,	0x31a31e7a,
-0x10ffe7c7,	0x53f6a081,	0x25904062,	0xa4f95603,
-0x10451462,	0xdeacd985,	0x206f259d,	0x129c31ff,
-0x8ea5381b,	0xf3a9de34,	0x9f908ce6,	0xe90ed735,
-0xe8c8161a,	0xdbdbe2c7,	0x4eff1ee4,	0xe6bb7653,
-0xa8999afb,	0x8456c24f,	0x5b213f8c,	0x8b554a99,
-0x2007d641,	0x5cea6219,	0xb3c59abb,	0x0f620257,
-0x5139b47e,	0xe1efc756,	0x252ea4f1,	0x29655708,
-0x7a9d9621,	0x12b2e34a,	0xeeaeccc3,	0x1a79b806,
-0xfe8582a3,	0x8fee2b82,	0x25aadda5,	0x363b8206,
-0xafe95aec,	0xbb2c1723,	0xe66f6d4b,	0x35c14fa1,
-0x8c972980,	0x750d2e44,	0x548afd09,	0x1a2f3a1c,
-0xf3fe6b03,	0xf6ff5330,	0x4fcb9f09,	0x4c299d34,
-0xe036f46f,	0x13a9a65c,	0x7e4025a0,	0x28319ba4,
-0xff299583,	0x97def4e5,	0xed956533,	0x4c7fcd87,
-0x6bd256c8,	0x499a6e7f,	0x82955c2d,	0x63e94bf6,
-0xd03de86f,	0x7dacb557,	0x8f767f3f,	0x66cbae54,
-0x123ad867,	0x2d6d21c9,	0x52937a1a,	0xd962cd01,
-0xa69a9334,	0x246e5d08,	0x8d6ab360,	0x6fd8600b,
-0x4d732c5a,	0xac424fde,	0x669e3a6d,	0xc7be663d,
-0x5999da14,	0x9d5a3039,	0xa7199845,	0xa403d2a7,
-0x8c215ea0,	0x6f440183,	0x94bbabd6,	0xb22f2103,
-0x2029c556,	0x14a20d9e,	0x0712afa1,	0x4e40e6f6,
-0x3eebc7ff,	0x515bcaca,	0xd478ad0a,	0x2fa9b866,
-0x854b6d7e,	0x62e7e84a,	0x46d38af5,	0xda760958,
-0xb3cc119f,	0x72c948f4,	0x33e886c4,	0xe5487a78,
-0x9358bd66,	0x49b6078e,	0x4317d0dd,	0x2a46cc35,
-0xeaf3b07e,	0x231088aa,	0x644b5b57,	0x11bca9b7,
-0x67292a09,	0x4801aa7b,	0x7cd1c8dd,	0xe96f91fa,
-0x56ccd7d0,	0x9d5ef7f8,	0x02b44cba,	0xa3004d0d,
-0x92abc765,	0x00a1bf92,	0xbe9f2733,	0x836ec1f8,
-0xcd5fa838,	0x69171e08,	0x8b6de88a,	0x59324f82,
-0xd68a7a04,	0xda2e3575,	0xd5efe2a1,	0x0c45f2da,
-0x5b42f0be,	0xdba91c88,	0x2ed58e20,	0xb45e2443,
-0x3c43aef7,	0x8592066c,	0x5e48e549,	0xb8098d19,
-0x3d5dbe1d,	0x7dc2da10,	0x1f29d83c,	0x4c504059,
-0x2d724ffc,	0x8410d560,	0x6909091c,	0x11395b27,
-0xa7ca022f,	0x4b2d1b4f,	0x23b3e224,	0x406d3aeb,
-0x2eaaaeb9,	0x0f09bb7a,	0xe0886163,	0xc7f99632,
-0xaf540f8a,	0x3e786fba,	0x531573c1,	0x449edef6,
-0x36fee5d4,	0x53142a2c,	0x6f3041ea,	0xa6bccb67,
-0x50c330f9,	0xdf2d947d,	0x103de9a9,	0xd9e91087,
-0xa33b761f,	0x4f0068e0,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/microcode-m806fbBA.h b/src/cpu/intel/model_6fx/microcode-m806fbBA.h
deleted file mode 100644
index 3585f83..0000000
--- a/src/cpu/intel/model_6fx/microcode-m806fbBA.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m806fbBA.inc  */
-0x00000001,	0x000000ba,	0x10032010,	0x000006fb,
-0xf953dc67,	0x00000001,	0x00000080,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x000000a1,	0x00020001,	0x000000ba,
-0x00000035,	0x2a000000,	0x20101002,	0x000002f1,
-0x00000001,	0x000006fb,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x00000000,	0x00000000,	0x00000000,	0x00000000,
-0x21d97964,	0x9846e570,	0x1d30fb85,	0xb909572f,
-0x88a15af6,	0xcff6f5d8,	0x01ade078,	0x72eac781,
-0x58d10d9f,	0xb7f2421d,	0xe4d5fcf1,	0x02889a15,
-0xad9bed07,	0xa32ab3e6,	0x3491afcc,	0x9c991c37,
-0x2a1c2071,	0xf066191a,	0x3bd898e7,	0x2648d958,
-0xc05f7908,	0x05864b9b,	0xbe4c1eee,	0x1e6c7ef4,
-0x0e7a539e,	0x100b2ab3,	0x1273dceb,	0xfec8847d,
-0x8f37946f,	0x634e3b5c,	0x691dbd61,	0xd89e3cb9,
-0x094639d4,	0x7d972e1a,	0xd6dbd94d,	0x2001c3ec,
-0x34f791f0,	0xeee0d794,	0x88b7459d,	0xc2c73aa3,
-0x607a174d,	0x4f0f8304,	0x65790b35,	0x00532bfe,
-0x1fd1e0cc,	0x7b91f873,	0x154ed42b,	0x7a7108e9,
-0x81637c95,	0x192cb173,	0x28ccd94e,	0xb9bcc372,
-0xac05171b,	0x867f47da,	0xf8e8c47d,	0x1edcdb4a,
-0xd2ca6c2d,	0xe9ee9169,	0x5a6efedc,	0xb6825038,
-0x09277eaa,	0x2a34e580,	0x0f794366,	0x86c99402,
-0x211b98bf,	0xdf8eb0e3,	0xda11d7bd,	0xd440363e,
-0xa7d49f1a,	0x16dd7395,	0x5b23c2fc,	0xab93ea3c,
-0x00000011,	0x3e547655,	0xa3c23fd3,	0xc4b7878e,
-0x8783318c,	0x52cc22bf,	0xaf347896,	0x54342107,
-0x72c7bb6c,	0x3e13b80d,	0x46bc1a33,	0x23cfc252,
-0x0d4ef13b,	0xc21dc600,	0xdb9ec613,	0x0899f190,
-0xafbb3213,	0x0652ed0a,	0x739aaabe,	0xa4d1ce13,
-0x0fb0b628,	0x1270dc1a,	0xb6d7833f,	0x6846a946,
-0xbc8adbe3,	0xb9f43c78,	0x2008edcb,	0x5a9c34a8,
-0xb38931a2,	0x0c0a82a8,	0xf1e458a2,	0xa20645df,
-0xcb6bb4ee,	0x85c91f0c,	0xed3e330d,	0x76c74422,
-0xdde7d6a0,	0x0af339f8,	0x1a7c4dbc,	0xe79f6e3a,
-0x73b720c9,	0xe1e83952,	0x686f7729,	0xf1925af1,
-0x2b154459,	0x1c540322,	0x5ec2fc7d,	0x87597cd3,
-0xb2031f29,	0x94589a6d,	0x55c3330e,	0x33af7895,
-0xedd71f83,	0xa5a11a4a,	0x4bc706ed,	0xf6f04df1,
-0x724cad51,	0x0a677c56,	0xd0356d3b,	0x6068e86c,
-0xd74f070f,	0xc07b0e3a,	0xa0b98d7d,	0x0041181d,
-0x79266ba5,	0x3ff83201,	0xd1b327ee,	0xaf55f568,
-0xe936acaf,	0xaa5dca57,	0xdeae2b1a,	0xd6643058,
-0x389cec0d,	0x7e524e3c,	0xb0b13d46,	0xbe0722c4,
-0x4fe4f260,	0x6569767a,	0x4ded63fd,	0x03474b65,
-0xe1875127,	0x328e6736,	0x2166cb67,	0x50ee94e8,
-0xd0a26ea2,	0x9751ca79,	0x22c0a65f,	0x5c458980,
-0xe9b9c62f,	0xa13221b6,	0xb43292db,	0x36e2b143,
-0xff8ba502,	0x3f42d32d,	0xd043d05c,	0x77bd8a19,
-0x9a652b71,	0xaae1b2d0,	0xe490085a,	0x181145c7,
-0xbfc061c4,	0x18bfd9b0,	0x22b830b4,	0x5201a02d,
-0x5651bc35,	0x535005f8,	0xcbe674e1,	0xe78d03ce,
-0xc52d0fa2,	0xc8b78a1f,	0x1b694c97,	0xce0e7567,
-0x0f2229de,	0x98c847cc,	0xe68554d7,	0xf9864b16,
-0x3cc47a83,	0x941221d2,	0xcc3a7ef4,	0x0170bb22,
-0xc9053a4b,	0x9c7721de,	0xed941a9b,	0x8be05de7,
-0x2f42fd5e,	0x36b0a67f,	0xb306a1f5,	0x34abbc36,
-0x24c17625,	0x6a3de329,	0x01988238,	0x066a1868,
-0xafca471d,	0xd2adc39b,	0x813525b3,	0x00a0acf5,
-0x2aa361cf,	0x4dbe173e,	0xdaf77894,	0xaa889ded,
-0xa3697b54,	0x80d26705,	0x0c2da0f3,	0x58a4b8a4,
-0x39cc0d4e,	0x3c9d4670,	0xd2b5d20e,	0x2724e973,
-0xb1351d5c,	0x20906d79,	0xe24891e5,	0x2035c218,
-0x4e0139ea,	0x56be6bd7,	0x083b0550,	0xbb402759,
-0xfd95c78d,	0x9fb7daa5,	0x60175f4c,	0x32446eb0,
-0x5021b32b,	0xa772bf99,	0x377195f7,	0x442fb939,
-0x4425cf3f,	0xd0413035,	0x515c39e8,	0x869ee778,
-0x8d4c2561,	0x826a5d49,	0xba1d315e,	0xd850a5b1,
-0x3241090d,	0x4bc25949,	0xa08b2d5e,	0xb69c0931,
-0x7c510465,	0xffb294e3,	0xbd919d03,	0x591938b8,
-0x66fce51e,	0x1da2e975,	0x513c2611,	0xd2c89b3b,
-0x55fa8777,	0x7287353f,	0x0e53d7f5,	0x409d5772,
-0x2db94ea8,	0xde0e9927,	0x8a1e2ac7,	0x1f7ec493,
-0x61089e93,	0x6abe868e,	0xc0df9a96,	0x4436a57d,
-0x0c48c8b0,	0xa247ee28,	0x141d6787,	0x1b12b920,
-0x2e21a991,	0xf0ff3f1d,	0xab4b5b32,	0xc0a0ca68,
-0x430e80d8,	0x8d74a965,	0xb54d5f63,	0x5d68e9e4,
-0x6b548ee8,	0xf047d59a,	0x3b4789f9,	0x21b5069c,
-0xf913817b,	0x732e9a9d,	0x2874cc28,	0xa9627bc0,
-0x6fdb58d6,	0x13587cf9,	0x39ce92e1,	0x36b9492d,
-0x5408f555,	0x8ffe55ba,	0xb43c9df5,	0xfac29337,
-0x56cbe2b3,	0x0185d1ed,	0x9be346e7,	0x40a19df7,
-0x3c1a2895,	0x4d26af1f,	0x45a55ab6,	0xa842ab52,
-0x1f747d77,	0xe0d9102c,	0xf971b544,	0x7ee0828a,
-0xfe3c6fac,	0x25395596,	0xc9b47fa3,	0x156ce98b,
-0x8f31e2b0,	0xb6e25664,	0x9640f47b,	0x8ac2d5bf,
-0x840e6610,	0xa97a44b9,	0x3fdc0ea8,	0x06910a51,
-0x2091b59a,	0x9c2e5439,	0xf8842451,	0x3f9a4ff3,
-0x362a0004,	0x12dad719,	0xb2f60dd0,	0xa97a0474,
-0xfa3560c2,	0x7fd81bf8,	0x57f7532e,	0x23486049,
-0xaafefb9f,	0xc66725ee,	0xdb9cd720,	0x63f4e092,
-0xd0a26789,	0x64b0aa78,	0x58af8ea1,	0x585d3712,
-0x1fd2f90f,	0x8e0574b1,	0x50e4b136,	0x2c1dbb31,
-0xc02feb6b,	0xa2714a85,	0x9130f487,	0x4a1253c2,
-0x6bad5346,	0x546c4765,	0x4fd9e206,	0x1e958eea,
-0x9015b920,	0x50328bec,	0x1cb229f7,	0xe68970ce,
-0x6596e986,	0x5bc7ebcb,	0x68a13530,	0x773e1ef7,
-0x705d8d8e,	0x58a4be35,	0xd1b47b52,	0x0c1d7eb9,
-0x94c9bb62,	0x9f8b78f3,	0xeb6f4c67,	0xe1359c6a,
-0xcc9bb75c,	0xc58dbc28,	0x53972a64,	0x1e077ac9,
-0x30b94c6d,	0x85bd7fca,	0x834a8432,	0xa56b0993,
-0xe8298659,	0x75f7aa51,	0xeff8d034,	0x89ff3761,
-0xe5280f0a,	0x62dc4a8e,	0xa3993ac8,	0x71122e79,
-0xd47785e2,	0x34158175,	0x63c8d85b,	0x7ac99eef,
-0xe0bd1e85,	0xd34d96cb,	0xb98776ef,	0x2ced7ad0,
-0x8de1a90b,	0xb91c6986,	0x031585b2,	0x945f0055,
-0xd619c86e,	0xbcd30cf2,	0x4bf7ffbd,	0x723a068b,
-0x19063c35,	0xb1a0bf7e,	0x76712f67,	0xd4a648d3,
-0x2eac160d,	0x284404e3,	0xc8a18a02,	0x2ff33921,
-0x8d56011a,	0xfda7cc43,	0x41e15608,	0xec688d2d,
-0x648eb60c,	0xe67029e2,	0x481e2a28,	0x82748afd,
-0xd243f0e6,	0x7d48b037,	0x8911dd57,	0x9876663d,
-0xdfc8715f,	0xa725ff6a,	0x18ceae0c,	0x571c5836,
-0x017ec3a0,	0x23e2b7bc,	0x8a19e5d1,	0x49f1ad67,
-0x6eb53ff0,	0x70d5e83f,	0x8d587f1b,	0x9fcd1b0d,
-0xb77c9c28,	0x0fa9ffc9,	0x2567087e,	0xd2626fa6,
-0x13a3d9f8,	0x327f16ea,	0xcf6c283d,	0x9cb948d5,
-0x82d61c27,	0xee7df429,	0xdba4362f,	0x873cd73f,
-0x3ea8c681,	0x99914378,	0x3cdb5ad8,	0xaeb85eef,
-0x10100fbb,	0xc99eba28,	0x55f32c4d,	0x676315eb,
-0xe78da6bd,	0x341f250b,	0x0139763f,	0xf9bcdd95,
-0xee95a716,	0x477450bf,	0x0655a8ec,	0x82ba0c7b,
-0x1f8140ba,	0x1ce6ade2,	0xb395d6bd,	0xe420cc72,
-0x00c9379f,	0xd499a95a,	0x04212c33,	0xe02ccdcf,
-0x01ec3905,	0x23d2c3e9,	0x105c1fc3,	0xedf2f621,
-0x0d2e782a,	0x24f4ed1b,	0x8c8e6bfa,	0x43881813,
-0x67bd4cd1,	0x529b5f8c,	0x7dce8273,	0x792b3c08,
-0xd6d49290,	0x141eb20d,	0x90198577,	0x461a9ca2,
-0xe3ce9501,	0xc1888a85,	0x904ce501,	0x04ab4ef9,
-0xfe292a8f,	0x3aded4f3,	0xa9c4673a,	0x384ba9ca,
-0x092f1252,	0xc0464403,	0xcba863b5,	0x509464ba,
-0xe11d075b,	0x26f1c460,	0x167b95ce,	0x4cec6a27,
-0x1d4845f5,	0x4e8a1314,	0x857e5e97,	0xb7195631,
-0x0378dee2,	0xf461bbd3,	0xc8bfc18d,	0x4587627b,
-0x0cb224e9,	0x0332b337,	0x4d566685,	0xbb52863d,
-0x98f4e44f,	0xa504d2e9,	0x6d57f47e,	0x4a015409,
-0xf54d386f,	0x2da77a2b,	0xab04d06d,	0x7bf8ea19,
-0xb0ebc25c,	0x91119128,	0x56c54eea,	0x152f4e23,
-0xa25117ce,	0x99534ada,	0x8842eb0a,	0x3a5dd205,
-0xe97955a6,	0x80950258,	0xb925944d,	0x628b7f30,
-0xb07c3e37,	0xf5c86344,	0x4c36449e,	0xd940801d,
-0x7b3b0da0,	0x16ea7b8d,	0x4a0f4fa0,	0xbd480d07,
-0x82ec44f6,	0x51779667,	0x5bdbb1d3,	0x8deb45ca,
-0x38a66184,	0xfb470fc9,	0x25363fb1,	0xbc129a95,
-0x29d5068f,	0xf517f1bb,	0xf5769dc1,	0x75a0256e,
-0xa6b98e74,	0x2b76fcdd,	0x4de2eb6d,	0x24ed8d53,
-0x1a6cc18f,	0x1736d538,	0xf4b1cbfe,	0xf8922e6d,
-0x70db7017,	0xdb34cf04,	0x3120bfbf,	0xe087fc6a,
-0xae0a91e2,	0x9f2ea090,	0xbc05b13a,	0xc0ed6589,
-0x73ea7422,	0xbabc72c6,	0x4de4ca2f,	0xa9f8d16f,
-0xe4de37b8,	0x353eeb76,	0xdde6b6ed,	0x21d9e183,
-0x7c57e342,	0xf28b9bb1,	0xab7ca9c0,	0x4a085c72,
-0xffb07dd6,	0x63abd7f7,	0x1ae27c52,	0xf77ee0d7,
-0x708b3437,	0x7e2dff0e,	0xb6b319e6,	0x8c84e925,
-0x55087edc,	0x500f35ad,	0xc81640b0,	0x937d864e,
-0x9efa3d5b,	0xf5eebce7,	0xc740d979,	0x62ab9012,
-0x08e825b3,	0xeba1dda6,	0x0052dd87,	0x6d8d8ad4,
-0x4a047831,	0xfcd9bee3,	0x8510f73f,	0xf83c5f7e,
-0x5a09c0f7,	0x95b0eb08,	0x698d240f,	0xa0560b49,
-0xe19b647a,	0xec596c6b,	0xd13d7808,	0xe259263f,
-0x4a6d99ce,	0xbf035717,	0xc410e0c8,	0xebf36b19,
-0x99256c4a,	0x6c9463e3,	0xf4999032,	0x12216280,
-0x3b8d2e40,	0x1bc6337c,	0xdaa5f7e1,	0xa9acb5ab,
-0x6ccb91dd,	0x152fc803,	0x0bcbc7eb,	0xb94d2418,
-0xd65b6f1e,	0x694756a0,	0x14cd941c,	0xa56429e3,
-0x945054a4,	0xd4922be6,	0xd571552e,	0x82b5c823,
-0x668fafe8,	0x2827fdd9,	0x9af3de76,	0x2a5d0078,
-0xf5ae0dd5,	0x223e7253,	0xa0ae4bb4,	0x812bb4ed,
-0x7d2b571b,	0xfa71b182,	0xb0a73540,	0x3ad09e40,
-0xc814ec6e,	0x71a63179,	0x645ac68b,	0x68d1f6ab,
-0x8dad1277,	0x3782a2a8,	0x173335f5,	0xb5aa47cf,
-0x6df9de08,	0xd1175256,	0xe4d4c2f3,	0xaad6edac,
-0xa0dcfa5a,	0x38e7df7b,	0x93e2fbe9,	0xefe7dc23,
-0xef1ec4b8,	0x9b9f7a91,	0x148474cc,	0x03b75bd2,
-0x5210cba7,	0x4a9b1025,	0xebded8fc,	0x7c570275,
-0x3b654b12,	0x484ed1cf,	0xf4765b45,	0x42b55bd4,
-0x33f6be6b,	0x62e0f627,	0x170ad64c,	0xa80f34da,
-0x695c665f,	0x58a7aa98,	0xd51bab9f,	0xc3b18153,
-0x3ce425c2,	0x81977e00,	0x3b692349,	0xcbb9621f,
-0xc7ed3dec,	0x69bb55fc,	0xf68cb3da,	0xa89f69f9,
-0xe9d78668,	0xac0d599c,	0x9338622e,	0xef6a80a7,
-0xcb803262,	0x98db8030,	0xbc0d6a0e,	0xd0406313,
-0x70d22c76,	0xe71a332e,	0xa55ccdc3,	0x8306d4c8,
-0x5a590069,	0x84fcd275,	0xd090c333,	0x61941b43,
-0x05dcb6fc,	0x83302e99,	0x8526a3ca,	0x28217e4a,
-0xeb77a9ef,	0x285993f7,	0x721d0d7c,	0x920ca6d1,
-0x4a707536,	0xd5aedad0,	0xa82d8e14,	0x235d429e,
-0x68deef3a,	0x48508124,	0x39117ab4,	0xcab7d6f7,
-0xe3799e96,	0x0341dc52,	0x9b10cb97,	0xb76cff12,
-0x78cf69ee,	0xdddafcb3,	0x4d10fe41,	0xaedc7c7c,
-0xd47ffff0,	0x4510f77c,	0x0e9cdf7a,	0x02b610fc,
-0xe09dfedb,	0xd0466756,	0x538b16a0,	0x6357852e,
-0xa9f3ee39,	0x35ecd996,	0x83201137,	0xbed0c164,
-0xaa841ca1,	0x6eed4982,	0x71a40aa0,	0x792ad4cd,
-0x6a5241dc,	0x7a8b08c6,	0x76137758,	0x23a6b315,
-0xb1ffcfb2,	0xbcc3ba63,	0x5e475847,	0xc63d0183,
-0x4c68c0fe,	0xaf49ea38,	0xc2fe856e,	0x3e02a4a3,
-0x0ac869ba,	0x6517bcf9,	0xcab8b42a,	0xc2907ef0,
-0x9c7e5e14,	0xadf81764,	0xba5ca17d,	0x69444ba2,
-0xc58be4e7,	0x71e65788,	0x4624459d,	0x2c1083b1,
-0x344f342a,	0x6214d8d5,	0x4975198d,	0x64d05bad,
-0x4d066ba3,	0xd0a7f7a6,	0xa82aaa73,	0x4cc915db,
-0xd055fe52,	0x573bddf9,	0xcc60f7bb,	0xf70e1103,
-0xe6882fa7,	0xb5c119d4,	0xa119c19c,	0xbf397be3,
-0xbd2b0b75,	0xccb4af64,	0xc163d236,	0x5adca84e,
-0xfb6d23be,	0x26295dad,	0xbebf1691,	0xe841d6bd,
-0x6db3a0cb,	0x19c7b4b8,	0xfffcde59,	0xcc02752c,
-0x79cb2e4d,	0x13338348,	0x63962c89,	0xf04be5b7,
-0xf3ba53e7,	0x27625d08,	0xee87a033,	0xc38963fb,
-0xadc4a550,	0x8d8e9228,	0x5ca43533,	0xfb98d0c9,
-0xb54e1da3,	0x046d6e89,	0x26374b41,	0x9bd309ff,
-0x523372ba,	0xbae66980,	0x81738c76,	0xd689d74a,
-0x6835e459,	0x2a4d0682,	0x802b39ab,	0x40b34883,
-0xd7882c2a,	0x9a729ae2,	0x44134396,	0xfe843761,
-0xab6bf131,	0xaeae5d37,	0xd35f89a6,	0x71a4b609,
-0xf986f482,	0xdb5b9ba9,	0xd7be6ec6,	0xf028615b,
-0xafd1a74a,	0x96b0d7b3,	0x084cd25d,	0x5decbff8,
-0xa5a6fae4,	0x14015fec,	0x8e6ac68c,	0xe31a9fb7,
-0x15763d3d,	0x0b7bf437,	0xdc4a6429,	0x0e69c348,
-0xa9abc9cd,	0x50cdd9a9,	0x9baad1ec,	0xc15d8bba,
-0x5b6ca2e5,	0x7b7a5a33,	0x2f7483a9,	0x438d73d0,
-0xd1c5750e,	0xbed3bd0f,	0x6a126b0e,	0x9a08f35d,
-0x33b959bc,	0x685d6f33,	0x22a491d9,	0xe5d61697,
-0x608b9173,	0x4dba9441,	0x779a2b4c,	0x47b4dc99,
-0x6727836e,	0x36c0437a,	0x9c955100,	0x6bb585ad,
-0xd1d98b0c,	0xce8c01ac,	0xcc789f87,	0xbb739e6c,
-0x0e19dca6,	0x1035b730,	0x9a99401f,	0xfd0dca2a,
-0x2cafbe0d,	0xf75b34f5,	0x59df7e6f,	0x7751b790,
-0x023f4862,	0x57a208fb,	0x285eb25a,	0x0d305f73,
-0xede0d167,	0x36253388,	0x44525632,	0xba8b6a38,
-0x156bdf97,	0x8329a15b,	0xc0ccef32,	0xab28f14c,
-0xcafec9f9,	0x91c6969e,	0xe19337d7,	0xe5e54a4b,
-0xb729493c,	0x82a7199f,	0x00dee1f3,	0xd9c03903,
-0x6b91da3a,	0xa919244d,	0x017e3e84,	0x024f6349,
-0x2e66aff1,	0xc6ed3dd6,	0x05b07031,	0xdcb04c68,
-0x149a556c,	0xf58d8298,	0x77903139,	0xda000d7f,
-0x18fa2031,	0x0e417612,	0xec7da038,	0x0897b582,
-0xf7e61ba4,	0x07f4aae3,	0x1555685b,	0x104d784a,
-0x8fbc12d3,	0x32efb775,	0x494fe549,	0x661abd36,
-0x7e16e6ea,	0x5418c7fb,	0x371b0cbb,	0x246092a0,
-0x8abffca0,	0x69ed2f13,	0x1aa3b7cc,	0xcf4d1751,
-0x2435be69,	0x0bee2da0,	0xe183d063,	0x7d463f17,
-0xf3755c0c,	0x06ac6641,	0xbfd4fa70,	0x9aaf7c0f,
-0xc86f634b,	0x3393f983,	0x1ce1198c,	0x4f9f9cf4,
-0x8a9594d7,	0x1edfb30a,	0x2c11b0a2,	0xb7c2201a,
-0xc56e8c92,	0x89d095d5,	0xdfeaf3a6,	0x18344032,
-0xb74bcb7e,	0x1027910c,	0x8ba6c9ef,	0xb50da74c,
-0x999f512a,	0x53a09d44,	0x40952cf7,	0x5e2180e7,
-0x5ccc0647,	0x70630e78,	0x6b2cfe53,	0xd92225f9,
-0xebd57c4f,	0xd78ee7e1,	0x6a0a90c1,	0x9f22bfac,
-0x0ea2ce8d,	0x98782231,	0x5a215dd8,	0xee5ec5b9,
-0x36276a55,	0xaa4019be,	0xe53d9d3b,	0x41e65923,
-0x8561ce9e,	0xcae75a6f,	0xda6e9633,	0x212b57df,
-0x06fe3c41,	0x9206827f,	0xe87b67da,	0x925e2946,
diff --git a/src/cpu/intel/model_6fx/microcode-m806fda4.h b/src/cpu/intel/model_6fx/microcode-m806fda4.h
deleted file mode 100644
index 27c5469..0000000
--- a/src/cpu/intel/model_6fx/microcode-m806fda4.h
+++ /dev/null
@@ -1,291 +0,0 @@
-//+++
-//	Copyright (c) <1995-2013>, Intel Corporation.
-//	All rights reserved.
-//
-//	Redistribution. Redistribution and use in binary form, without modification, are
-//	permitted provided that the following conditions are met:
-//		.Redistributions must reproduce the above copyright notice and the following
-//	disclaimer in the documentation and/or other materials provided with the
-//	distribution.
-//		.Neither the name of Intel Corporation nor the names of its suppliers may be used
-//	to endorse or promote products derived from this software without specific prior
-//	written permission.
-//		.No reverse engineering, decompilation, or disassembly of this software is
-//	permitted.
-//		."Binary form" includes any format commonly used for electronic conveyance
-//	which is a reversible, bit-exact translation of binary representation to ASCII or
-//	ISO text, for example, "uuencode."
-//
-//	DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
-//	HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
-//	WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-//	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-//	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-//	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-//	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-//	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-//	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-//	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-//	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-//	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-//	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-//---
-/*  Fri Feb 22 16:02:34 CST 2013  */
-/*  m806fda4.inc  */
-0x00000001,	0x000000a4,	0x10022010,	0x000006fd,
-0x9ace6097,	0x00000001,	0x00000080,	0x00000fd0,
-0x00001000,	0x00000000,	0x00000000,	0x00000000,
-0x7f914831,	0x7f280950,	0xcc39293b,	0xe0137d67,
-0x25a22f1a,	0xc7d8e840,	0xe609cbee,	0x26a84b50,
-0xc85354c6,	0xe397b7c6,	0x2242c9b9,	0xe0bc9aab,
-0xe5a1f3ca,	0x040ad2ae,	0xeb88afeb,	0xe47ce2bc,
-0x0529444f,	0xea4b23f9,	0xecce0288,	0x2a97ea69,
-0xe8db41ed,	0xcde8afe0,	0x287c2c4d,	0xe1fb67db,
-0xcfe5fe88,	0x21c8c817,	0xec9d32f9,	0xef42ab3e,
-0x2d362cd3,	0xcfcdb590,	0xeedc5247,	0x256173c2,
-0xcfa8fc16,	0xe7ccf864,	0x2771c55d,	0xe72a2a73,
-0xed1aaac2,	0x05d9700a,	0xe41338c9,	0xe8199a01,
-0x07091a2e,	0xef7d983c,	0xeb1ff270,	0x29f83510,
-0xe7e56beb,	0xc1c2e8ff,	0x2b17c7dc,	0xef8c0c30,
-0xcd709efb,	0x2c80ef6d,	0xe4a44893,	0xeee55636,
-0x238c0560,	0xccec88f1,	0xe323272d,	0x26365c26,
-0xc68e9a8e,	0xebf1571d,	0x2938c56e,	0xe9cf0fdd,
-0xe74cbdc1,	0x03bb4075,	0xe085209d,	0xe7820854,
-0x0db1b449,	0xeee44fa7,	0xe99e54de,	0x21257916,
-0xe44b936f,	0xc48e22fd,	0x27d76bae,	0xee7b649b,
-0xc19abfde,	0x2dd42a7c,	0xe69fd84e,	0xebf23110,
-0x22312129,	0xc82f7083,	0xe7b142aa,	0x2f8d059e,
-0xcc7cc6ae,	0xe30b9bf7,	0x2dd4bfee,	0xe7d41cee,
-0xef85526b,	0x060b57a9,	0xef0b3942,	0xef2969c5,
-0x01d7493c,	0xe880a203,	0xec0d6932,	0x2b0ac8b7,
-0xe06d9134,	0xc9e1f69f,	0x23be1ff0,	0xe7003514,
-0xc277744c,	0x296a86d8,	0xeb89e47b,	0xe0dbb817,
-0x2cb39966,	0xc52b3e10,	0xe6e4a36b,	0x2ca60c46,
-0xc4f282bd,	0xe66d7a92,	0x2a2fbdfd,	0xe8bf157a,
-0xe380b895,	0x044a9754,	0xe3cef9f3,	0xe6ee481f,
-0x0d95c4d1,	0xe13f8025,	0xead12877,	0x2327147b,
-0xe4194617,	0xce6dce34,	0x289214fd,	0xe8207eef,
-0xceb61061,	0x2e046d71,	0xe6a08bee,	0xe979f3c2,
-0x24e27654,	0xc668dffc,	0xee41de56,	0x23a3fcef,
-0xc11e4883,	0xe94f7250,	0x2e0a9386,	0xe1909db4,
-0xe98ca63a,	0x0e248f56,	0xec457525,	0xec35146b,
-0x0fc2600e,	0xe0dfef2a,	0xed159a8d,	0x294082b5,
-0xee01f8c0,	0xc48f8345,	0x2b5bf3f1,	0xed975f49,
-0xcb9cf329,	0x27dbf7da,	0xe42e98af,	0xe2a1cfe7,
-0x22250230,	0xcab63bd2,	0xec4b3b56,	0x267aa6a3,
-0xcc50b117,	0xe367a614,	0x2c449c82,	0xeb4a4510,
-0xeeaa0758,	0x0227e0b7,	0xe31963eb,	0xeaa673f9,
-0x0492017c,	0xe835adc7,	0xe8abaa8d,	0x23fe84cd,
-0xed9fe20f,	0xc7ef7b0a,	0x20824add,	0xe9a10b7c,
-0xc8766bef,	0x28ef7911,	0xe88a9a71,	0xe230d0c5,
-0x25717aac,	0xc9a9bd9c,	0xe35b5c0f,	0x2653ba3a,
-0xcae1d0ef,	0xeaff2875,	0x2c4c2521,	0xe7bfe871,
-0xedd73936,	0x0ccb7213,	0xea27c1f5,	0xe1aa4007,
-0x066507c7,	0xe2912003,	0xeca7157d,	0x259b89a5,
-0xedf87aed,	0xcd96574d,	0x2ff8b1d8,	0xed1622d3,
-0xc18c03c3,	0x2b71f0b7,	0xe55a4705,	0xe89be9a4,
-0x260e0dba,	0xc13cec48,	0xe529f238,	0x2196cc88,
-0xcced8255,	0xe134a48b,	0x27ace2e0,	0xe58fec14,
-0xec6dee21,	0x05f13b71,	0xe1bb97bf,	0xe3d2412f,
-0x0de00a6a,	0xe3211560,	0xe8bf4c7f,	0x298029d8,
-0xe7a07e6a,	0xc6c4fe3c,	0x25ca5a7f,	0xef79822b,
-0xc496fc94,	0x23410562,	0xe0c7d1e6,	0xe1d499a7,
-0x26788fac,	0xcf740894,	0xea5cfa3e,	0x2cf20081,
-0xcc9b4d3d,	0xe94fb63e,	0x2eca3c16,	0xe798d9cd,
-0xe45e9f23,	0x0272400f,	0xee06be50,	0xe578343c,
-0x09e00ebb,	0xe8c8c4e1,	0xeb95b883,	0x2cd26f30,
-0xea3cb684,	0xc6b8cea4,	0x293caafe,	0xeedbdbe4,
-0xc6d6e44a,	0x2d756447,	0xe6c63524,	0xea0ba0e6,
-0x2b5b934f,	0xc1cee629,	0xef8b197b,	0x2b98f34c,
-0xcd06599b,	0xedb7b212,	0x228c4551,	0xed102fbf,
-0xe13578b7,	0x0804a0ed,	0xe445ad7e,	0xe943b724,
-0x0e020e25,	0xeadbb2ad,	0xe9991a5b,	0x2633de6c,
-0xe049cac7,	0xce0a0ca5,	0x6864caf2,	0xf7d55f4f,
-0xb115e7ee,	0x5e4ba2c0,	0xd46f4cd5,	0x99d7f745,
-0xcfddde23,	0xd6d0f22c,	0x3980cb83,	0xc4021fea,
-0xf56a0652,	0x304936e0,	0xf31fe215,	0xf45b9204,
-0x40bf5961,	0xf570501e,	0xa654981b,	0x42d846ae,
-0xeae6f9b2,	0xa0a65c38,	0x6d68812a,	0xcca7f340,
-0x09e1e321,	0x483b0132,	0x0748f5d6,	0x1ec48ee6,
-0x2b8ff862,	0x31581bce,	0x2d08d925,	0x09da6c1c,
-0xaffb005a,	0x27ce6a21,	0xc692ac71,	0xa4bed23f,
-0x45631b61,	0xe7597f61,	0x9e2898ce,	0x6c8fb6e5,
-0x75b78116,	0x914e01f9,	0xc4ea2379,	0x735c8476,
-0x99ffefe7,	0xea2676c9,	0x4e97ac98,	0xb9a25044,
-0xde8248c4,	0x4f0b7232,	0xfe659700,	0xda32e4fe,
-0x0d6b8ff4,	0xdc2822ef,	0xca64fff2,	0x27929668,
-0x25c5ab1b,	0xc0cc4ef4,	0xea31ddc4,	0x27e5fe71,
-0xe90185c9,	0xc2da31db,	0x309e76da,	0xcd3cd4c3,
-0xf5cf45e4,	0x3ff1e893,	0xf398e5ca,	0xf0a16da4,
-0x0362d00f,	0xfd2169da,	0xec190995,	0x0eb0f290,
-0xd0f80a1b,	0xed5d50ab,	0x506df840,	0xdc8fd35c,
-0xafd97707,	0x5ea52fcb,	0xf80ace57,	0xa4ba5890,
-0x40524dc8,	0xf375878e,	0xe686742a,	0x47fb24d4,
-0xa4a47665,	0xcf142d99,	0x653d49dd,	0x8570e383,
-0xcafac093,	0x616bf439,	0xfbf8637b,	0xdc6fa376,
-0x15fc680c,	0xeb725bf1,	0xe7ce12b6,	0x1c24efa8,
-0x3035e762,	0xea122123,	0x922fa067,	0x28760697,
-0x862a3133,	0x8e85e6e0,	0x39c291c8,	0x8dc3c577,
-0xadc6ec89,	0x300ef14b,	0xc14da686,	0xbc825b5f,
-0x40c4a0a8,	0xfdfe67d4,	0xbdd68cb8,	0x6d7c14db,
-0xcaf384fd,	0xbdcd0023,	0x76ad805c,	0xd79da753,
-0x9b643d15,	0x45b22c31,	0xd88c5161,	0xba18ad9d,
-0x6179b1f2,	0xdd324cb5,	0x9310bb3e,	0x71545f27,
-0xd201934f,	0xa6c4815f,	0x4f90c3e8,	0xf5db1f7a,
-0xb82d7cdd,	0x4c4d74e8,	0xf531b446,	0xa5fa063e,
-0x64050ec5,	0xc2ed99f2,	0xb7726c94,	0x4fac111c,
-0xc32b4379,	0xb83d819c,	0x7c1518ee,	0xc416397f,
-0xb4261160,	0x774802de,	0xf298c616,	0xb39c2606,
-0xb4f79481,	0xffb1e8c8,	0x60318988,	0xb3283520,
-0xf9bbdba2,	0x4b9d48df,	0xad52f49f,	0xddc2eb10,
-0x78190f4e,	0xaae99813,	0xd6e5c066,	0x58cb1e21,
-0xabd2a669,	0xf0c6d09d,	0x49fb834b,	0xa1392147,
-0x90b72907,	0x43ebe243,	0xf66d7020,	0x9a9ae4ec,
-0x615681c1,	0xfe18af31,	0xa5641fd4,	0x67982a14,
-0xc415a16d,	0xa25328ee,	0x68a79f60,	0xdf5b1629,
-0x82bb2ad4,	0x5fe84bfe,	0xf4b35f6b,	0x8d0de53b,
-0x52b95234,	0xdf1482b1,	0x8f37da27,	0x5128333b,
-0xfe2a1eb2,	0xab521426,	0x5c080d14,	0xd43c8e79,
-0x8a9f5cc4,	0x5d26763b,	0xcf024c5e,	0x9e2660a4,
-0x64b22b57,	0xd9085aa4,	0x95192214,	0x49bfbf2f,
-0xfab57ae0,	0xbb0e076e,	0x45d3417f,	0xf2ae3908,
-0xbeab771d,	0x4a5041e8,	0xf95895a8,	0x9f84a66c,
-0x4f37487f,	0xded740fa,	0x9fba5434,	0x46ca9981,
-0xd5104ebc,	0x9f64c009,	0x4dc22d1f,	0xf8327865,
-0x9a756819,	0x65735a2b,	0xf1d7e7f0,	0x9c14db6b,
-0x6e86f9a2,	0xf8fca776,	0x90a9c636,	0x45df3ae8,
-0xf33d98d5,	0xbd342aef,	0x4bcde82b,	0xf96b51ce,
-0xb9689be4,	0x4ac17555,	0xfa57e7c4,	0x96fbfc20,
-0x474a0aaa,	0xd0d6cb66,	0x9ecaefec,	0x422ca1c4,
-0xd38042f7,	0x9d4bc834,	0x4c982e66,	0xf0102312,
-0x9f1c3560,	0x68311f39,	0xf757001a,	0x96a962c9,
-0x6608d1bb,	0xffd3cfb7,	0x97a21537,	0x42198caa,
-0xc4aeaa5e,	0xb150220f,	0x6bf5e435,	0xce7c0f19,
-0xa22ebd19,	0x405b4bee,	0xf9842846,	0x89ede122,
-0x48e5e781,	0xf99193fb,	0x82950d12,	0x4fd33665,
-0x9ee664f4,	0x87930fe2,	0x21ded336,	0x943e59e0,
-0x255409e9,	0x1819eec8,	0x231d7525,	0x0681cb7e,
-0x58dc4eb0,	0x483d1096,	0x7e461818,	0x3d290697,
-0x33c2d2f5,	0x7dbe2a0f,	0x43cdbd36,	0x3d0d2196,
-0x2407748e,	0x130e0ceb,	0x624c6b26,	0x734bdd68,
-0x5a7984b7,	0xfd39fd9c,	0x3b0ad891,	0xcbac1264,
-0xe5acb841,	0x08df5569,	0xdf958fb9,	0xd86b8277,
-0x524c81ce,	0xb54056dd,	0x81567b9e,	0x374d4515,
-0xeec6fa40,	0x3301767c,	0x60b0f1b9,	0x514f700a,
-0x21f52aa1,	0x483f3449,	0x4e3ba650,	0x06d22e4c,
-0x1a90d4db,	0xe97e6d78,	0x524b9616,	0xbccb57e3,
-0xfa46b9de,	0xaa642c97,	0xa9f72127,	0x0b177a62,
-0xef46dd1a,	0xffc46c3a,	0x4d1096b6,	0xbdde556c,
-0xa2f47f3d,	0x5f45e4a8,	0xe32e4fe1,	0xb241ae2f,
-0x033dec3e,	0x20924d41,	0xe10a81ef,	0xc1f10763,
-0x75d661af,	0x3008c555,	0x9e3ac84b,	0xabeefd59,
-0x40007f3f,	0xaff388ba,	0xd8f8a9f5,	0x7af34b81,
-0xdaa7dfb2,	0x42552f54,	0x09ca5b35,	0x4ad0c847,
-0x37d8b94f,	0x9abd5c27,	0x36cb64ee,	0xa6968f51,
-0xe0634c21,	0x0d1868b9,	0xd83117d2,	0xd38a78d3,
-0x7ee43c80,	0x26f55fd1,	0xaa70d5c6,	0x8e53b620,
-0x54fa99ae,	0x565b0640,	0xfa4ef821,	0xa9123e22,
-0x2e3d0dea,	0x72f69599,	0xdd6ba118,	0xae16a900,
-0x0ff27140,	0xe78209c3,	0xd3d4100a,	0x3419f8b5,
-0x926bdf4c,	0xd20bbbc1,	0x4855839a,	0x938a2bb7,
-0xabdf85fa,	0x4dd349df,	0xeb6639fa,	0xa7d33e68,
-0x45b530ed,	0xea017f8a,	0xa4e1a2f2,	0x48b5fb02,
-0xec141665,	0x21ad191a,	0x4c25dc15,	0x9f53f39f,
-0x2099a272,	0x1e6eb1ee,	0x90297aab,	0x72d42e1b,
-0x1496fdce,	0x048039ba,	0x7ad82625,	0x815d87c5,
-0x0a811470,	0x38629c79,	0x87b5d17f,	0x473043c4,
-0x36006763,	0xb15511e0,	0x4c5f3c9b,	0x3bf666db,
-0x92eff23a,	0xd0a259fe,	0x13451600,	0x32358f70,
-0xd1415db9,	0xe67e42e0,	0x39320c2f,	0x213f5b8d,
-0xe375d554,	0x5d16b554,	0x2dc268a4,	0x81a3ba66,
-0x59a06dc4,	0xd891c126,	0x88b7a790,	0xc6d4b89e,
-0xbc5f3b6b,	0xd4d618ad,	0xa4bef51e,	0x8f1300ed,
-0xd0c96dae,	0xc4353314,	0x84a49853,	0xb7f7b6d6,
-0xcdc514ef,	0xc8016279,	0xba353c96,	0x83bac6b1,
-0xcb56413c,	0x47330102,	0x807d5321,	0x3d46c48b,
-0x49ce0cf8,	0x1da536f6,	0x31a263a0,	0xd912f713,
-0x133a44d0,	0x8a734292,	0xd78c1910,	0x5c7e7acf,
-0x7fef5b51,	0xd6b502bf,	0xa9ad020e,	0x72d0934d,
-0xb2db6114,	0x25678bab,	0x1df4f7e7,	0x325f42ae,
-0x6f5a5373,	0xd0ad7cdd,	0x783e918e,	0xae0911dc,
-0xa2a90916,	0x2c7ce025,	0xd5cf763e,	0xf7ac5a63,
-0x97e1ab8d,	0x20eec0fe,	0x48076419,	0x6dfc45ab,
-0xfed0b83b,	0x7feb8ae0,	0xbecff335,	0xcc1096ce,
-0x14eeb4dc,	0x44a3171e,	0xa931484d,	0xe375ac04,
-0xdb062d00,	0x6af0f4e0,	0x7c7d1519,	0x191cea88,
-0x13939ee3,	0x7df26a04,	0x6b97b7fb,	0x14c2726a,
-0xa7a5b43e,	0x3e0f5f83,	0xc99da4d5,	0xf617e90c,
-0x4e4d7d95,	0xb3921925,	0x8c673c13,	0x3f94c204,
-0xf9f83ece,	0x2d6a54da,	0x7bff3079,	0x53e2b8b5,
-0xbf764166,	0xe18cbb4b,	0xca616193,	0x2c011d88,
-0xd29b7326,	0x5084d426,	0x13c277fa,	0x436a1815,
-0x19b4b9d0,	0x56caca92,	0x08ee14a8,	0x5bf9285d,
-0x960b6cbb,	0x0f1337b5,	0x97a20b46,	0x969ae8cc,
-0x009aa11e,	0x9535b093,	0x9271fdf6,	0x0c67dba8,
-0x033d95ef,	0xa78d8a5b,	0x9a2e9e29,	0x347fa867,
-0xe91d758b,	0xa2a2c2e3,	0x793e0dbd,	0xd05c4ed8,
-0x3cd9477a,	0xd28a4cd9,	0x4aa58942,	0x93056cb8,
-0xbc2864fc,	0xe4acfc2a,	0xf7dd070a,	0x1aa90b56,
-0x0dbbefc4,	0xa15f0477,	0xfdc84914,	0x580511aa,
-0x8eabb367,	0xa4c8f643,	0x74f0eb55,	0xdfa86d6b,
-0xc1146003,	0x991ec567,	0xd71618ac,	0xc87934bd,
-0xe96101d1,	0x55d1976c,	0x471c8505,	0x7a36d839,
-0x5d62a9ee,	0xf3c54a8a,	0xa2be15d9,	0x244087c9,
-0x042c8037,	0x23224689,	0x281c5d73,	0x2139ecfc,
-0xffb8bc8a,	0x834fdd11,	0x9cd5a5bd,	0xa3368319,
-0x7e5bef0c,	0x4ae2dbda,	0x86d90089,	0x6675dfce,
-0x48876262,	0xcec72538,	0x11dc5c80,	0x86a730f9,
-0x313565c9,	0xe3e5be11,	0x106d7cce,	0x752b8be2,
-0x3d00a5bc,	0xe6f70e95,	0x44447ac8,	0x600df30c,
-0x8335ac3b,	0x8816ddee,	0x700982fe,	0xee495741,
-0x48c7e81c,	0xa3d55da2,	0xb0172982,	0x70ab2158,
-0xd4460621,	0x3a9e528b,	0x59b18a7b,	0xf4dabc4c,
-0xa8454763,	0x70877bb6,	0x66005c97,	0xaf292c06,
-0x7b843db1,	0xf343b59b,	0x25cdc7b5,	0xa41da617,
-0x9e9d895e,	0xc936f475,	0x7270925a,	0x30024230,
-0x8e72f53d,	0x2b6c1b6f,	0x1a69732c,	0x7ed5aff5,
-0xfc18a2a3,	0xaf377cc1,	0xbff09a78,	0x4b4e0814,
-0x95a0b2c1,	0x270398de,	0x201fca94,	0x2a032a4f,
-0x131542b4,	0x0d7306da,	0x2d1c3496,	0xcc3c6d8d,
-0xa814ddc9,	0xa3b3a991,	0x17ee60c2,	0x852c0b8d,
-0x11e5853a,	0x762002a7,	0x92c5311d,	0x0d4bf7e1,
-0xfffec870,	0xe3d35e5b,	0xff6ecfb9,	0xdedae6ff,
-0x0111a772,	0x9808e780,	0x29c336e8,	0xe9bc05df,
-0x5bedde11,	0x945565af,	0xaff808fe,	0x87e3423d,
-0x4de6f98f,	0x93b4adef,	0xbf704fa4,	0x09120e91,
-0xd54f3692,	0xdf8eab1e,	0xfabbf59c,	0xe74318be,
-0xaab87ffc,	0x29fa791c,	0xe3915552,	0xa652cb9b,
-0xa1252e74,	0xb35b723b,	0x542aa28b,	0x12fcc5b0,
-0x3941f962,	0x82bcc6cc,	0x47b11974,	0xb821611f,
-0x78b34250,	0xf1be5659,	0x561b9e61,	0x6f3bd501,
-0x584e6f5c,	0xd54ed547,	0xacebcd21,	0x7b5ff816,
-0xb64ad233,	0x9f2f330d,	0x69fb1ece,	0xac8710dd,
-0x58dc6c60,	0x9bee6139,	0xbb10ad0e,	0xbd8cd5dd,
-0xebc0ce9d,	0xa733274f,	0x884d9b55,	0x42b08b63,
-0xafa54a74,	0x1c7ccf64,	0x93a20191,	0xaaa3132e,
-0xc69831d1,	0x54634889,	0xfbfe3efc,	0xd3cf68d4,
-0x302e3117,	0xf5693131,	0xc3ce8c6c,	0x1f03cd89,
-0x6243334c,	0xf16bc80f,	0xdca5f130,	0xcb2cd956,
-0x4c1bb421,	0xe8de533c,	0x7f86703a,	0x29aa897e,
-0xdd54acad,	0x76b2f2ae,	0x7ef82b71,	0x2e30970b,
-0xba402597,	0x9a653ab4,	0xd68fcf53,	0x2d9f0d15,
-0x7f9efd1c,	0x2363d147,	0x5327289a,	0xe89229f3,
-0xd63a535c,	0x7efe9273,	0x64f2e3a3,	0x9bdf65a7,
-0x26b6edfb,	0x1b9c7bfe,	0x5d14b3de,	0x54d575fb,
-0x6d65db4c,	0x95648b7f,	0xa8a3b8f0,	0x7cc7ad46,
-0xe20e6dbb,	0x8488a45f,	0x8ebc2932,	0xd4767316,
-0x3e8c4b8a,	0xbab7402c,	0xfc1e217e,	0xe5c5bf82,
-0x6928fe2e,	0xc88528e9,	0x4b2e4e8f,	0xdd938b86,
-0x0c964f98,	0xfc88d480,	0x35fcaf9e,	0xdd7bbe9d,
-0x197d005a,	0x4d40b3b3,	0xcf203155,	0x0d2fa621,
-0x752d2c58,	0xb12bac12,	0x1e7e8c23,	0x94215d54,
-0x9854a71c,	0x4de63c64,	0x7a012529,	0x9c171f8d,
-0x9e71def7,	0x3bd17d50,	0x11f175d9,	0xec78abf3,
-0x7b529eee,	0xd3a69fc3,	0x5b718676,	0x58214d29,
-0xa8bd2c34,	0x41ea00ab,	0xa03f64d6,	0x4ee342b0,
-0x32b1e444,	0x1c1801a4,	0xc8424702,	0x334a7e35,
-0x50cf1543,	0x3b22b495,	0x88683776,	0x8e2e0154,
-0x6155c033,	0x4e2fa6ac,	0x42ace700,	0x8d64f97c,
-0xaf9ced17,	0xb2a5cb92,	0xa558582d,	0x88705de7,
-0x9e528d59,	0x84bd45e4,	0x5cb680c0,	0xcd48fa5c,
diff --git a/src/cpu/intel/model_6fx/model_6fx_init.c b/src/cpu/intel/model_6fx/model_6fx_init.c
index faf1277..3cf360c 100644
--- a/src/cpu/intel/model_6fx/model_6fx_init.c
+++ b/src/cpu/intel/model_6fx/model_6fx_init.c
@@ -27,39 +27,11 @@
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/msr.h>
 #include <cpu/x86/lapic.h>
-#include <cpu/intel/microcode.h>
 #include <cpu/intel/speedstep.h>
 #include <cpu/intel/hyperthreading.h>
 #include <cpu/x86/cache.h>
 #include <cpu/x86/name.h>
 
-static const uint32_t microcode_updates[] = {
-	#include "microcode-m016fbBA.h"
-	#include "microcode-m046fbBC.h"
-	#include "microcode-m086fbBB.h"
-	#include "microcode-m106f76a.h"
-	#include "microcode-m106fbBA.h"
-	#include "microcode-m16f25d.h"
-	#include "microcode-m16f6d0.h"
-	#include "microcode-m16fda4.h"
-	#include "microcode-m206f25c.h"
-	#include "microcode-m206f6d1.h"
-	#include "microcode-m206fbBA.h"
-	#include "microcode-m206fda4.h"
-	#include "microcode-m406f76b.h"
-	#include "microcode-m406fbBC.h"
-	#include "microcode-m46f6d2.h"
-	#include "microcode-m806fa95.h"
-	#include "microcode-m806fbBA.h"
-	#include "microcode-m806fda4.h"
-
-	/*  Dummy terminator  */
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-        0x0, 0x0, 0x0, 0x0,
-};
-
 #define IA32_FEATURE_CONTROL 0x003a
 
 #define CPUID_VMX (1 << 5)
@@ -196,9 +168,6 @@ static void model_6fx_init(device_t cpu)
 	/* Turn on caching if we haven't already */
 	x86_enable_cache();
 
-	/* Update the microcode */
-	intel_update_microcode(microcode_updates);
-
 	/* Print processor name */
 	fill_processor_name(processor_name);
 	printk(BIOS_INFO, "CPU: %s.\n", processor_name);
diff --git a/src/cpu/intel/socket_mFCPGA478/Makefile.inc b/src/cpu/intel/socket_mFCPGA478/Makefile.inc
index 29973af..00622f8 100644
--- a/src/cpu/intel/socket_mFCPGA478/Makefile.inc
+++ b/src/cpu/intel/socket_mFCPGA478/Makefile.inc
@@ -8,7 +8,6 @@ subdirs-y += ../../x86/mtrr
 subdirs-y += ../../x86/lapic
 subdirs-y += ../../x86/cache
 subdirs-y += ../../x86/smm
-subdirs-y += ../microcode
 subdirs-y += ../hyperthreading
 subdirs-y += ../speedstep
 



More information about the coreboot-gerrit mailing list