summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2018-03-15 09:28:00 +0100
committerMartin Kepplinger <martin.kepplinger@ginzinger.com>2018-04-19 12:38:37 +0200
commit1d37962c5b4c5ab90cd6a5721b98d5d43b510763 (patch)
treece17271a3d0f281915328a7723a7d0751f57a491 /cpu
parent8b8bbce1d5d499065dbb7471a880d22af187a3d5 (diff)
downloadblobs-1d37962c5b4c5ab90cd6a5721b98d5d43b510763.tar.gz
cpu/intel: add microcode updates 20180312 for new CPU models
Intel's microcode release 20180312 includes updates for many more CPU models than we currently track. By looking at what is included, we create the missing directories and run the update-microcode.sh and microcode2bin.sh scripts. This is the resulting change. Header files are left out because they are not used anymore. Sidenote: Since we create model_6ax, the relevant files from model_6xx move to model_6ax. Everything else is trivial addition. The available release notes for this and preceding releases follow quoted here: 20180312 Release == Updates upon 20171117 release == MODEL STEP f-mm-s:pf version -- New Platforms -- BDX-DE EGW A0 6-56-5:10 e000009 SKX B1 6-55-3:97 1000140 -- Updates -- SNB D2 6-2a-7:12 29->2d JKT C1 6-2d-6:6d 619->61c JKT C2 6-2d-7:6d 710->713 IVB E2 6-3a-9:12 1c->1f IVT C0 6-3e-4:ed 428->42c IVT D1 6-3e-7:ed 70d->713 HSW Cx/Dx 6-3c-3:32 22->24 HSW-ULT Cx/Dx 6-45-1:72 20->23 CRW Cx 6-46-1:32 17->19 HSX C0 6-3f-2:6f 3a->3c HSX-EX E0 6-3f-4:80 0f->11 BDW-U/Y E/F 6-3d-4:c0 25->2a BDW-H E/G 6-47-1:22 17->1d BDX-DE V0/V1 6-56-2:10 0f->15 BDW-DE V2 6-56-3:10 700000d->7000012 BDW-DE Y0 6-56-4:10 f00000a->f000011 SKL-U/Y D0 6-4e-3:c0 ba->c2 SKL R0 6-5e-3:36 ba->c2 KBL-U/Y H0 6-8e-9:c0 62->84 KBL B0 6-9e-9:2a 5e->84 CFL D0 6-8e-a:c0 70->84 CFL U0 6-9e-a:22 70->84 CFL B0 6-9e-b:02 72->84 SKX H0 6-55-4:b7 2000035->2000043 20171117 Release -- New Platforms -- CFL U0 (06-9e-0a:22) 70 CFL B0 (06-9e-0b:2) 72 SKX H0 (06-55-04:b7) 2000035 GLK B0 (06-7a-01:1) 1e APL Bx (06-5c-09:3) 2c -- Updates -- KBL Y0 (06-8e-0a:c0) 66->70 -- Removed files -- SKX H0 (06-55-04:97) 2000022 20170511 Release -- Updates -- BDX-ML B0/M0/R0 (06-4f-01:ef) b00001f->b000021 Skylake D0 (06-4e-03:c0) 9e->ba Broadwell ULT/ULX E/F-step (06-3d-04:c0) 24->25 ULT Cx/Dx (06-45-01:72) 1f->20 Crystalwell Cx (06-46-01:32) 16->17 Broadwell Halo E/G-step (06-47-01:22) 16->17 HSX EX E0 (06-3f-04:80) d->f Skylake R0 (06-5e-03:36) 9e->ba Haswell Cx/Dx (06-3c-03:32) 20->22 HSX C0 (06-3f-02:6f) 39->3a 20170707 Release -- New Platforms -- KBL H0 (06-8e-09:c0) 62 KBL Y0 (06-8e-0a:c0) 66 KBL B0 (06-9e-09:2a) 5e SKX H0 (06-55-04:97) 2000022 Change-Id: Idd9252eef3202d84504c690e7348377254a7185e Signed-off-by: Martin Kepplinger <martink@posteo.de>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/intel/model_1066x/microcode.binbin0 -> 12288 bytes
-rw-r--r--cpu/intel/model_106ax/microcode.binbin0 -> 24576 bytes
-rw-r--r--cpu/intel/model_106dx/microcode.binbin0 -> 4096 bytes
-rw-r--r--cpu/intel/model_106ex/microcode.binbin0 -> 7168 bytes
-rw-r--r--cpu/intel/model_2065x/microcode-m1220652_0000000e.h547
-rw-r--r--cpu/intel/model_2065x/microcode-m9220655_00000004.h227
-rw-r--r--cpu/intel/model_2065x/microcode.h3
-rw-r--r--cpu/intel/model_2066x/microcode.binbin0 -> 10240 bytes
-rw-r--r--cpu/intel/model_206dx/microcode.binbin0 -> 37888 bytes
-rw-r--r--cpu/intel/model_206fx/microcode.binbin0 -> 13312 bytes
-rw-r--r--cpu/intel/model_306dx/microcode.binbin0 -> 18432 bytes
-rw-r--r--cpu/intel/model_306ex/microcode.binbin0 -> 43008 bytes
-rw-r--r--cpu/intel/model_306fx/microcode.binbin0 -> 51200 bytes
-rw-r--r--cpu/intel/model_4066x/microcode.binbin0 -> 25600 bytes
-rw-r--r--cpu/intel/model_4067x/microcode.binbin0 -> 12288 bytes
-rw-r--r--cpu/intel/model_406ex/microcode.binbin0 -> 99328 bytes
-rw-r--r--cpu/intel/model_406fx/microcode.binbin0 -> 26624 bytes
-rw-r--r--cpu/intel/model_5065x/microcode.binbin0 -> 59392 bytes
-rw-r--r--cpu/intel/model_5066x/microcode.binbin0 -> 95232 bytes
-rw-r--r--cpu/intel/model_506cx/microcode.binbin0 -> 16384 bytes
-rw-r--r--cpu/intel/model_506ex/microcode.binbin0 -> 99328 bytes
-rw-r--r--cpu/intel/model_6ax/microcode-mu26a003.h (renamed from cpu/intel/model_6xx/microcode-mu26a003.h)4
-rw-r--r--cpu/intel/model_6ax/microcode-mu26a101.h (renamed from cpu/intel/model_6xx/microcode-mu26a101.h)4
-rw-r--r--cpu/intel/model_6ax/microcode.binbin0 -> 4096 bytes
-rw-r--r--cpu/intel/model_6ax/microcode.h2
-rw-r--r--cpu/intel/model_6xx/microcode.binbin20480 -> 16384 bytes
-rw-r--r--cpu/intel/model_6xx/microcode.h2
-rw-r--r--cpu/intel/model_706ax/microcode.binbin0 -> 72704 bytes
-rw-r--r--cpu/intel/model_806ex/microcode.binbin0 -> 195584 bytes
-rw-r--r--cpu/intel/model_906ex/microcode.binbin0 -> 292864 bytes
-rw-r--r--cpu/intel/model_f6x/microcode.binbin0 -> 13312 bytes
31 files changed, 6 insertions, 783 deletions
diff --git a/cpu/intel/model_1066x/microcode.bin b/cpu/intel/model_1066x/microcode.bin
new file mode 100644
index 0000000..4e81f95
--- /dev/null
+++ b/cpu/intel/model_1066x/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_106ax/microcode.bin b/cpu/intel/model_106ax/microcode.bin
new file mode 100644
index 0000000..49a4d46
--- /dev/null
+++ b/cpu/intel/model_106ax/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_106dx/microcode.bin b/cpu/intel/model_106dx/microcode.bin
new file mode 100644
index 0000000..fc9c5f4
--- /dev/null
+++ b/cpu/intel/model_106dx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_106ex/microcode.bin b/cpu/intel/model_106ex/microcode.bin
new file mode 100644
index 0000000..a8da6ed
--- /dev/null
+++ b/cpu/intel/model_106ex/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_2065x/microcode-m1220652_0000000e.h b/cpu/intel/model_2065x/microcode-m1220652_0000000e.h
deleted file mode 100644
index 0f9f03b..0000000
--- a/cpu/intel/model_2065x/microcode-m1220652_0000000e.h
+++ /dev/null
@@ -1,547 +0,0 @@
-//+++
-// Copyright (c) <1995-2015>, 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.
-//
-//---
-/* Wed Jan 21 08:08:20 CST 2015 */
-/* m1220652_0000000e.inc */
-0x00000001, 0x0000000e, 0x06262013, 0x00020652,
-0x8d3e4af9, 0x00000001, 0x00000012, 0x00001fd0,
-0x00002000, 0x00000000, 0x00000000, 0x00000000,
-0x00000000, 0x000000a1, 0x00020001, 0x0000000e,
-0x00000000, 0x00000000, 0x20130625, 0x00000731,
-0x00000001, 0x00020652, 0x00000000, 0x00000000,
-0x00000000, 0x00000000, 0x00000000, 0x00000000,
-0x00000000, 0x00000000, 0x00000000, 0x00000000,
-0x00000000, 0x00000000, 0x00000000, 0x00000000,
-0x741501b1, 0x699ec693, 0xb4a3ebc8, 0x009f3e14,
-0x10315b25, 0xca4e7913, 0x3f4f9adf, 0x9135afd5,
-0x5d5f57b5, 0x9926d84a, 0xdaaf70e7, 0x91786b18,
-0x82da740d, 0xae90be68, 0x8b6a07cf, 0xc2c37ebc,
-0xde451f9c, 0x7a1444c0, 0xce6700b1, 0x5c29e58a,
-0x12eb603f, 0xaaf6cb53, 0xd807a1c9, 0xf51ed696,
-0x90d9e2c3, 0x641bff09, 0x732ab820, 0xfef7aa2f,
-0x8f518e1d, 0xf0d8c4d9, 0x73aefe19, 0xf6d7ae12,
-0xd50a095b, 0xdf21cbb8, 0x4b81ff9a, 0xe1a6d1f8,
-0xbe78b0de, 0xda86826f, 0xc4f9c057, 0x306f1761,
-0x7aae81f0, 0xdbab0ae2, 0x789ec0ff, 0xbaacd096,
-0x68fa4733, 0x2f3fd406, 0xd287247f, 0x79eefe4c,
-0x6f674a41, 0xd6948ad8, 0x90388682, 0x5a4bf35d,
-0xadab41ff, 0x89e9dc62, 0xb2eccfee, 0xd4d52153,
-0x34301d19, 0x8a2f38a6, 0x35b05e56, 0x482f029a,
-0x296cb5a3, 0xce64f437, 0xae1dfa06, 0xb9f29132,
-0x1960a103, 0x70bb6f46, 0x152a5d83, 0x171a19d9,
-0xac9aa4b7, 0x54b719f7, 0x5b781cb1, 0xaea548bb,
-0x00000011, 0xad6665ec, 0x8f7eeaa7, 0xf7145423,
-0xbf3336d9, 0x2b3c03be, 0xa7a8f305, 0x406da464,
-0x048187a4, 0xd4f92b4d, 0x1f0ce9cb, 0x5c6321fb,
-0x5e721993, 0x789c40fe, 0xa40135f5, 0x1d4fae0e,
-0x2ffad4c8, 0xeb5f925c, 0x5deae67f, 0xa139471a,
-0xab2d9948, 0xcd77c7c2, 0x994c81ba, 0x3d0d6b67,
-0x605dfa46, 0xce380412, 0xdab0e374, 0x316607b7,
-0x824f3636, 0x83770e9e, 0x48adfb1c, 0xf48d1afe,
-0xa70247cc, 0x4533f1a2, 0x0dd1317f, 0xdbfb5e0c,
-0x9423b952, 0x7b9711aa, 0xcc972910, 0x1462974e,
-0xa058506e, 0x865a2849, 0xbf630432, 0x5353ad6d,
-0x21abb494, 0x6d41557d, 0x8d6abbad, 0x0a64782a,
-0x6129cf88, 0xed66c9f1, 0x5685667c, 0x269d4c8d,
-0xc4d0169e, 0xea14eba3, 0xe510ab71, 0x987b23e4,
-0x85540647, 0xbb4878c0, 0xd4e88bfb, 0x52f03b2f,
-0x71d80a5d, 0x85a5df79, 0x0ea1b80a, 0x1f9f0315,
-0x2f0f874e, 0x52a5b692, 0x8b78f9c1, 0x8778c36f,
-0x9fd51498, 0x89cd80f6, 0x4066e471, 0x4d8e4e41,
-0x8bca4f31, 0x604b1582, 0x664d6f33, 0xbacc9a23,
-0x597a875e, 0xbcbf0038, 0xcc793c89, 0x60078bb4,
-0x16956274, 0xb32cd18a, 0x8ba86746, 0xe86cb50b,
-0x8858cd36, 0x8013314b, 0xd4129b31, 0xb12a2c11,
-0x1a0e8ae9, 0x94481aa9, 0xbb3285f6, 0x223b6105,
-0x9b038355, 0xf529d6ac, 0x88657ea9, 0x35e214a0,
-0xf28c358f, 0xfe896f90, 0x8b13a8ce, 0x031eb2bb,
-0x5fd0ca6a, 0x00e1ffc0, 0x6ba0ac74, 0x35dd2044,
-0xd50539df, 0xf94bf1d3, 0x236ac2a3, 0x4d71d4ae,
-0x77c56a8c, 0x96cf34c1, 0x4d6fc067, 0x67df7c19,
-0x841b0ab6, 0x6897903e, 0x068c399c, 0xa702ce15,
-0x4634be71, 0xc006d908, 0x77b9de66, 0xd92b7652,
-0x85cdf28f, 0xd5a28266, 0xac9d196b, 0x0628c632,
-0xde4180f2, 0xf4dd4abb, 0xc0de152f, 0x9fd66bc9,
-0xcac8cb81, 0xbcc61b2b, 0x8eed28cb, 0xe5637824,
-0x4c6da19a, 0x5ea36eed, 0x7ec63b4e, 0xd72de7ab,
-0xbb1c2ddb, 0x581ca3c8, 0x118c25ca, 0xfaff4feb,
-0x93fb2ece, 0xc1825edb, 0xbd46667d, 0xca6011aa,
-0x748db720, 0x02dace82, 0x9365b686, 0xff9f9640,
-0x48c21ee0, 0x20234d6f, 0xc6d640b0, 0x68ca9109,
-0xe17d561f, 0x4cfcb0bd, 0x8396a0d7, 0x0f6bcca1,
-0xb3df86f2, 0xa7223a65, 0x010c1635, 0x6b33a6cb,
-0x21d6aa34, 0xa25a2835, 0x6f943a49, 0xe67dd75b,
-0xf8ab2b76, 0xa42f73c2, 0x3396a731, 0xa7cc6011,
-0xeb7ff7d4, 0x2454aa6d, 0x58077e16, 0x425334e8,
-0x52421ddc, 0x71046253, 0x2289054c, 0xe69cc564,
-0x39eef4ad, 0x0ce5cc2a, 0xdc477b06, 0x9c2a0c78,
-0xcf6c4ec1, 0xacba7072, 0xfc1ffb1d, 0xe8a12c6e,
-0x78bc2327, 0x12f3253a, 0xe043ac70, 0xdfac645e,
-0x96380d1e, 0x54a3bfee, 0x3c9fdf71, 0xa3cdba1c,
-0xea58b935, 0x23d581c4, 0xe74c6561, 0xb80af3ce,
-0xd6a7448a, 0xaaf610a7, 0xbd5fd23e, 0xba82cede,
-0x3b7d264f, 0x0e4e7021, 0x5bd114d8, 0x4c0d1670,
-0x20581f4f, 0x558d7c12, 0xe47edfcb, 0x538ae44e,
-0xf75cfb1f, 0x3190aaf4, 0xa1bbc8aa, 0xdfa5b7df,
-0x05a0a3e7, 0xc72e17a7, 0xae6c9920, 0x5c48a2b5,
-0xab0e0cb9, 0x73496eb4, 0xcf36c3bb, 0xf762fa91,
-0xd6cfc0a9, 0x088af9bc, 0x4923c663, 0x9b51bddf,
-0x79bcc0b1, 0x613be928, 0xec96ef70, 0x1cdcfcf2,
-0xbdb0f73b, 0xad459bfd, 0x305d41b9, 0xb13d755f,
-0xbaf21a92, 0xadf51b40, 0xe3adb1b7, 0x4d4c1e0d,
-0xb83126e2, 0xb96ddfd5, 0x1598de49, 0x336e6c83,
-0x3b702049, 0xb155ae0c, 0xecb176e3, 0x55436c33,
-0x9d75618f, 0xf9d0a834, 0x06408f76, 0xebdbf313,
-0x5d26f24b, 0x38954675, 0x0f391ebb, 0xcc4b2c70,
-0xdb431503, 0x4e35d02c, 0xd3f5d8b3, 0x44267f00,
-0x3ee2df0e, 0xe7ecb8f4, 0xbfaa9920, 0x7a9edff7,
-0xb7407590, 0x0d8531bf, 0x83898d26, 0x33337da5,
-0x7b669043, 0x3f9bf18b, 0x7b078f70, 0x70b82454,
-0x719a53b6, 0x164b0e6f, 0x66dfa475, 0x9d82c738,
-0xfc2e3ed4, 0xffc1440b, 0x53e6d3be, 0x0a61a3bb,
-0x72cbd803, 0x869ae3b4, 0x3ad2d637, 0x3363ca9c,
-0x125c6427, 0xd98b74bb, 0x2f50a267, 0xd51fdf0b,
-0xe75f7d57, 0x1329ef76, 0x9f9c6992, 0x9f40d195,
-0xce2706b6, 0xa426585b, 0xe883faf9, 0xbd95f18d,
-0x44524117, 0xa015f521, 0xbd5138ad, 0xf6709d1b,
-0xae86d11f, 0x4f3d9655, 0xf90765ed, 0x9945ed25,
-0x2494c5d9, 0x8a929bfa, 0x9896b6ac, 0xee46e195,
-0x4513b592, 0x37ddfcee, 0x7606ecd8, 0x44ee1a6d,
-0xd329b605, 0xbbd09465, 0xe4980ac2, 0x6a700490,
-0xcda7c0f4, 0x5b313efd, 0xf55faf43, 0xb2e15769,
-0xc621cae4, 0xf6d0646d, 0x01aa0d43, 0x4649ec91,
-0x45cdb2a7, 0x7ba18ff9, 0xb33be213, 0x3ef10bc1,
-0x7bd5c852, 0x6912ea1a, 0x9ab2b571, 0x88963dbe,
-0x4cda02fc, 0x93b24fa5, 0x33d12a99, 0x13c01afd,
-0xf44a3c21, 0x80594dee, 0xcb2728ac, 0xbf14075e,
-0xc85db810, 0x6e2f2f47, 0x2be307a2, 0x82936462,
-0xe15d2c82, 0x5e173115, 0x58c5f0ad, 0x9292f5f3,
-0x363f2d77, 0x1f985c38, 0xd833d238, 0x3ff6e30c,
-0x156e9267, 0xf28464cf, 0x8bb322d2, 0xbf458f03,
-0x20ad37cc, 0x855594f1, 0xf0b5e564, 0x4300abe0,
-0x50821895, 0xd0e73138, 0x0ddcc3c5, 0xaa5a581f,
-0x4854c46b, 0x669c4d6a, 0x775abd7b, 0xcd8ccd79,
-0x043eae09, 0x89087f38, 0x806a9ae7, 0xde2eda17,
-0xaf9d0626, 0xbd8e2818, 0x775ae8a6, 0x0e22a028,
-0x9ffefb9a, 0xbfeadf46, 0x4891df91, 0x64d35306,
-0x19cd5593, 0x91e937c1, 0xe8e13a47, 0xd8bd7a52,
-0x4bc8290d, 0x33ee8ea1, 0x00012dd2, 0xa8bec92d,
-0x66ae45bf, 0x396233f1, 0x111bb3a7, 0xdf579ebe,
-0x71a5ccd8, 0x795ea63d, 0x5f7d278d, 0x5f0a8441,
-0xfd64445e, 0xb5a69a07, 0x4147a633, 0xf213d593,
-0xdc3ac993, 0x0a58b2f9, 0x6568cf61, 0x950fee92,
-0x52d4a33a, 0x3a3bfbf7, 0x1a3258ed, 0xc02c833c,
-0x8aa19f29, 0x5aa23381, 0x382d8949, 0x15ba0cba,
-0x77eafd01, 0x8ec2d89f, 0x9d62103c, 0x211aba57,
-0x8d84ed14, 0xe9be8c3a, 0xec730fd5, 0x2acf3aa7,
-0x0af034ed, 0xb38e9675, 0x3f0ef5dc, 0x51e3d36c,
-0x708dbaf0, 0xa18307fa, 0xf102a89c, 0xef417066,
-0x281cbc42, 0xce646e71, 0x21f9beca, 0x6654e693,
-0xfbfd667f, 0xa33c2c0f, 0x51d0f01d, 0x04d05760,
-0x53b03546, 0x51f8f6fa, 0x922f1ce4, 0x6735d446,
-0x8a835358, 0x2ac152ce, 0x920e9c07, 0x0ac16142,
-0xfa4ad4df, 0x2ac69ce1, 0x2d5c1f89, 0x8334369d,
-0xbfd23be5, 0x82a9711a, 0x4a27e750, 0x7e1bed61,
-0x36c8a3ad, 0xc76a691c, 0xf61806f1, 0x755e2a38,
-0x7a890087, 0x79e08985, 0x167a470d, 0xe215e0b2,
-0xc85d2334, 0xb5dec789, 0xd60eac75, 0xa110fa6b,
-0xe4448fe8, 0x0316904a, 0x119ab757, 0x5767495e,
-0xdf92cac4, 0x4375acc1, 0xa6bd10ab, 0xdb2b5e59,
-0xa5f63d04, 0xec50c59b, 0xe26c3c78, 0x3c56f28d,
-0x85177642, 0x5b818134, 0xb5e22fe7, 0x5703aa6f,
-0xdfcefd82, 0x5d7dada8, 0x583f7cd4, 0x32972a31,
-0xe63d3d4e, 0xc2847c36, 0x0038bcb3, 0x781ebe18,
-0x2d22b8f7, 0x5b3b5aba, 0x5ec2050f, 0xa0742cfb,
-0x925abf9d, 0x78abb266, 0xd0b65bc2, 0x04b7c1ef,
-0x7f41a6f9, 0x5a585bf6, 0x623fadbf, 0x8881729d,
-0x3d91d884, 0x30e52851, 0xf069e0f5, 0x2adfdf60,
-0x071880c9, 0x2d87f11d, 0xef1399a3, 0x8fc09acb,
-0x907282cb, 0xce58a214, 0xc93914c3, 0x17a857f4,
-0xe0cbacc0, 0x8519a5bf, 0x511c852a, 0xee46becb,
-0xbe0290a7, 0x6ab06a99, 0x3e354322, 0x9e341dbb,
-0xd921d572, 0xe662866b, 0x041db7ea, 0xea58ce09,
-0x3defc1a0, 0x6c74931f, 0x4bb30a92, 0x0fc69a97,
-0x02f5e99a, 0xae55c376, 0xd26fefde, 0x2aceca8a,
-0xd9cacbc3, 0xc7742d79, 0x6a9b25b8, 0xf26e721d,
-0x4f728915, 0x81690874, 0xed3242a7, 0x43db264b,
-0x3c199d24, 0x4dfcee29, 0x128fd124, 0x17e2fa0a,
-0x1662889d, 0xa4a0be77, 0x354cbd67, 0x49576727,
-0xbd027684, 0x649acfc9, 0x6050c622, 0xa47dc0d0,
-0xdf2991ea, 0xac390fef, 0xfbd8f77e, 0x0d53e3f6,
-0x20135d80, 0xed1d3b33, 0xbd46275c, 0x0a39d2bd,
-0xa1de16ac, 0x3d1d4ff5, 0xe461fd60, 0x8056e8f4,
-0x91e16922, 0x30b7a3a8, 0x7dc5da24, 0x0f25c006,
-0xd7c5dd20, 0x9f387278, 0xee354ba1, 0x7555b4b5,
-0xad048526, 0x76b24b69, 0x09266c68, 0x0c5f600a,
-0x9dde026d, 0xac89aed5, 0xbed54b45, 0x9a142048,
-0xec4c81c6, 0x1e098a66, 0x755eb8e0, 0x78ea0e1b,
-0x7aeeda31, 0x11e3cb04, 0xec9b983c, 0x97d321ca,
-0xfde060c9, 0xd903d8a5, 0xc6ab4f4b, 0x60a4781f,
-0xb4d88314, 0x144371f8, 0x320a06d9, 0xd3cb584e,
-0x6e41f3f6, 0x0ad42130, 0x523e2bd2, 0x2a35826f,
-0xe85799e1, 0xc09ee35c, 0x0c7cf8ce, 0x5ee26084,
-0x1ce0a0ca, 0x189eef76, 0x53c85e26, 0xd92bba2d,
-0x47566e5e, 0x138401c3, 0xb3ede027, 0xe3fc28e0,
-0x9c56e1c1, 0xa11a2506, 0x872264e1, 0x83922acf,
-0x62eabf3f, 0x8a98c39f, 0x10f654cd, 0xe7494169,
-0xfe2bd087, 0x7cb0a0ff, 0xe63428ba, 0x40586119,
-0x6d6da319, 0xb14a1366, 0x039ae8f6, 0x6fd3f00c,
-0x40773f5d, 0x975bca88, 0x76a089bb, 0xd65d684b,
-0x9b74473c, 0xef86b00f, 0x760ea39e, 0x7b083292,
-0x6df784df, 0x59d01a6f, 0x4144b93c, 0x6bf8cae4,
-0x8f287ad1, 0xe3522dbe, 0xef1bc68c, 0x2261b2c8,
-0xcb91f2f6, 0x688b893e, 0x89836958, 0xe92c31bd,
-0x201ad140, 0x75d08f1c, 0x7e628071, 0xfafbdad6,
-0x17f1871e, 0xd9122d44, 0xd2111b07, 0xbdd6e81d,
-0xfc3e0b81, 0xa7ce55a0, 0x08d6b1c9, 0xc83cc245,
-0x0303a334, 0x1796748c, 0x981d3738, 0x31014f24,
-0x7a490f66, 0xea517cbb, 0x607152d1, 0x5e9e9ecd,
-0x158cdde0, 0xdf7ef13e, 0x6de99c6a, 0x9e999a24,
-0xc2f67c6c, 0xe46ed679, 0xd606833a, 0x28561d77,
-0x4259fc38, 0x0a3f6324, 0x055d9e69, 0x96da8175,
-0x03cf6e88, 0xf0239518, 0x1fd270c6, 0xdf56ee97,
-0x380f48b1, 0x39c9f8cf, 0xf407c986, 0x9f5c995e,
-0x79cbca37, 0x909aa048, 0x094fd68e, 0xfd260aaa,
-0x8dacb39e, 0x60ba26ea, 0xdef3021f, 0xda2eb05f,
-0xd5fca4ca, 0xedd9388e, 0xb707682a, 0x3b8d6298,
-0xec4d2f13, 0xbc4bb4e4, 0x4d0db5f1, 0x7be8fbb8,
-0xc1262019, 0xcc38497b, 0x4587e353, 0xaf457ae2,
-0x7802dd8c, 0xbe4c5ef8, 0xc08528a3, 0x9ba1a364,
-0x2d2bd6f9, 0x41c029e0, 0x518ca0f5, 0x05a1c8e0,
-0x1b275384, 0x53723b53, 0x9f2cbd10, 0x4cb766f4,
-0x72f134fc, 0xf7d1f161, 0x36f33408, 0xff4453ad,
-0xc9c7baf7, 0xbc0d781a, 0xd156a280, 0x97d0532e,
-0x08592805, 0x0bc3b69a, 0x0cafac5b, 0xa719d12e,
-0x7f1c23b3, 0x6f7171be, 0xbf0b0aae, 0xfd77616c,
-0xc82855e6, 0x7a121820, 0x2273d553, 0xf0a9ea30,
-0xdc3309ef, 0x28e5488e, 0x4357f234, 0xbd0d7f90,
-0x516d7ce9, 0x80725896, 0x9970f3df, 0x667dc5b9,
-0xc1160c24, 0xedca862b, 0xf58daf33, 0x39283a2a,
-0x271e89a0, 0xac7361fa, 0x1d1f66e3, 0xece50655,
-0x97cafc5b, 0xe6668845, 0xc6dd96c8, 0x5bfb0d99,
-0x7b71db5f, 0xb5ae62e8, 0x61207820, 0xbdb76360,
-0x4973d6eb, 0xfc651b4d, 0x9e5ebdd5, 0xf8251fd2,
-0xa0d39cf1, 0xac4ea51c, 0x67229a15, 0x2e9f4b2b,
-0xfeeccdcc, 0x8e9d428f, 0x48dad109, 0xc57d8bf7,
-0xf731a962, 0x2d4b85fb, 0x237ec820, 0xc393a276,
-0x6661595f, 0xb9f89b2a, 0xa8ac9ed9, 0x933d4a94,
-0xd2b85966, 0x41619f2c, 0x7ce3bef1, 0xc0de0b49,
-0x3ddb5dea, 0xbc4d8f47, 0x2cea6c6a, 0x01570c8e,
-0x6a9b3346, 0xcc33c2d7, 0xdda87eb5, 0xac6524a0,
-0xda4a66df, 0x014f2e66, 0xc1c03fad, 0x64bbb7ea,
-0xd72070ed, 0x502baf56, 0x0bb7820e, 0x54163b8b,
-0x1ffbc266, 0xc48f6916, 0xcbd2d686, 0x7495e33c,
-0xad31ec5c, 0x23a7d84f, 0x65625f78, 0x5b89234a,
-0xdcb6e313, 0x21f26ea3, 0x86edc7d7, 0x8d7697a2,
-0x2aab35a0, 0x83d2c150, 0x9147dfe1, 0x0fcba02b,
-0xb12c1f48, 0xe1c3e0e4, 0xfd14a45c, 0x283141ff,
-0xcd8d796b, 0x3f0869d5, 0x7271ee51, 0xbaa2f2af,
-0x1cd93cf6, 0xcc14af14, 0xaca72843, 0x07c12214,
-0x1bdde171, 0x264bf940, 0x95d16e83, 0x6ff57444,
-0x60967a26, 0x17331203, 0x52964718, 0x8b9a5979,
-0x14a52bbc, 0x6f828521, 0x4485c256, 0x3f41aa2d,
-0x75adc47c, 0xa5944e61, 0x4efe5263, 0xaff0830c,
-0xfe7faf41, 0x2e858585, 0xd2905215, 0x78e8943a,
-0x66a7f001, 0x8af012ad, 0x63d15de9, 0x99eb4f26,
-0x52268426, 0xffb7c6c3, 0xc2689c60, 0xe0bcf7a5,
-0x1fc92308, 0x18006472, 0xa1aea777, 0x4143ae01,
-0x843ff963, 0x842e87d6, 0xb0a226ff, 0x9fbbba20,
-0x26ffab23, 0x04db3f4e, 0x5308576d, 0x4f94bdb9,
-0xee442de4, 0x69d45c71, 0x32dfbd6b, 0x33d32a99,
-0xe220326a, 0x3eea3ba7, 0xead7b1df, 0x6082762c,
-0x871c4c4c, 0x0120305b, 0x32f28c8b, 0x47919b01,
-0x594aa56d, 0xef8d814f, 0xfae4f5e8, 0x9d7f4dc7,
-0xdd5278e8, 0xb8163a0f, 0xa444e8fb, 0xe79bc605,
-0xe491ae64, 0xcc69b5ac, 0x58170af9, 0x0aee0408,
-0xfadd31e8, 0x479fc934, 0x93954ed5, 0xe9982600,
-0xb500d5a5, 0x02e99ad7, 0x34b34b71, 0x5a9b1ba0,
-0x468d59a9, 0xc9921a5c, 0xd8357321, 0xa20d96f4,
-0x946bb907, 0xfb6c1508, 0xf00d4d34, 0x6d007f8b,
-0xe0f8bb61, 0x5594b88f, 0x5dcd071d, 0xbec73f58,
-0xc39e27bd, 0x7c0098db, 0xb3dddff4, 0x8e98bddd,
-0x7f37e9f0, 0x10d93f26, 0x7dc483e6, 0x34f27ee3,
-0x65fc919f, 0x44fed0f0, 0xd32d088b, 0x88f2c63c,
-0x6c092518, 0xb65e393d, 0xd9ced4fa, 0xeda101ff,
-0x97ffbb17, 0x502ea7a9, 0xa5796603, 0xccf40d6b,
-0xf6fca8c4, 0xef445930, 0xa0b70e99, 0x6ed05b90,
-0x89c95372, 0xdeb3f56a, 0x27c6c6ee, 0xd3c93949,
-0xb43bcb47, 0xd9ac4b7b, 0x89e5cf2b, 0x7f90b120,
-0x2195126d, 0x438b2ec0, 0x02c63b34, 0x4bd5485b,
-0x71bb9509, 0x507b6b56, 0xbf0faa48, 0x2bf2eb45,
-0x71814491, 0x37140611, 0x2b192eb9, 0xa88436db,
-0xf4bdb11f, 0xa3c02aa1, 0x1eae4786, 0xc836af5c,
-0x40bee4e4, 0xaf0128c2, 0x4514004a, 0x056cbdc8,
-0xbd8a9c9a, 0x3a4748f4, 0x43505160, 0xb55efbb4,
-0xc2d2cfa1, 0xb3748ce8, 0xb61c2db4, 0xac2d1051,
-0x3c3a0713, 0x14002d15, 0x4729fd11, 0xe2f3425c,
-0x966e49b0, 0xba0d1066, 0x66fede61, 0xb6fad684,
-0x9d32b9b2, 0xc6d8e830, 0x440d2ca8, 0x6722f369,
-0x378b6ef1, 0x5b12a5ec, 0xfd680b65, 0xc334bb1e,
-0x0b6ef44a, 0xdb58cefc, 0x6535b966, 0x0ece8e4d,
-0x42603025, 0x9bdc17f6, 0x1bb42a3e, 0x24df894a,
-0x39320bd1, 0x44e6538b, 0x83e0f87a, 0x48fe681c,
-0x7bb53754, 0xe6b0d5b8, 0xcf056661, 0x265284ce,
-0x237fb125, 0x89acd604, 0x0c2aa71f, 0x8104e4e7,
-0x6e855a48, 0xba409c7d, 0xec2226bc, 0x4d8cf66a,
-0x23710009, 0xfef19aae, 0xaff014cc, 0xf1864031,
-0x0f25b241, 0x7736afd9, 0x57f30bd2, 0xfb6c270e,
-0xa55dabc0, 0xbabedaa8, 0x902423e6, 0xd2fe6557,
-0x5f20a711, 0x0c686a19, 0x6481220c, 0x67e0de76,
-0xc97927d1, 0xc976f49e, 0xefda0f98, 0x25d9909b,
-0x7bde1f56, 0x42b9870e, 0xbc632ec2, 0xff581ae1,
-0x833a331b, 0xe9640c4e, 0x34fe1124, 0xc4bf0da9,
-0x7145b2ef, 0xc29bb58b, 0xcb464763, 0x1f9f9776,
-0xf9a1da9d, 0xa24c7dda, 0xee94efc6, 0xcdf9fc97,
-0x1230b668, 0x6e9ddfd6, 0x90a624f1, 0xc031a011,
-0xd2a8352a, 0xf62a5be5, 0xcb4ef778, 0x1ede34f8,
-0x377efb14, 0x37c96a0d, 0x642322be, 0x9e013370,
-0xfd89ab8f, 0x0d770f3b, 0x5618e39e, 0xb346eb15,
-0x6d4ff053, 0x7fb7fffb, 0x7e598e1c, 0xfdc5a00d,
-0x23b798a1, 0xa0527852, 0x27aebdf7, 0x7dea05db,
-0xffabd639, 0x93c0d7db, 0x91ae4910, 0xbc8b197e,
-0xbbc3f2f7, 0x0c00e99a, 0x233d1487, 0x237e1b51,
-0x10d39e1b, 0xd7bb3555, 0x54db9243, 0x32ad4016,
-0x9a696eb3, 0xb1a950d8, 0x2b9ceacd, 0x0d20c067,
-0x9e586767, 0xe92180c2, 0xde5188bf, 0x43a1cf20,
-0x2e983957, 0x9fbec518, 0xf3efdef7, 0x6a723c91,
-0x2dffecda, 0xb5ce1fc9, 0x958fdc00, 0x5426ae4a,
-0xeeb8322e, 0x5369ae5b, 0xa86dbe97, 0x8f8e1f0d,
-0x135a0ab3, 0x5e20711e, 0x05014bd6, 0x59733f2b,
-0x0a70ef08, 0x0f612b6b, 0x813c01ce, 0x2593cf9e,
-0x90e4bd18, 0xf902e183, 0x53790814, 0x27a0de13,
-0x73443fb1, 0x60366125, 0x4765f7e4, 0xdd41bf1d,
-0x495eb447, 0x5e0a0d90, 0xba65f52e, 0x362d712a,
-0x9bcdfcfb, 0xba42d91d, 0xd94715d2, 0x6d9f1e5f,
-0x3b089d38, 0xf42a3e44, 0x261d3536, 0x076a75c9,
-0x8e5955de, 0x83e98eb2, 0x00627e21, 0xd4d0023a,
-0x86a82188, 0x710a26b3, 0xc6ac6bf6, 0x16987866,
-0x916474d6, 0xbd19c7db, 0xf38c6961, 0x9bfc0cf6,
-0x5aed7ec8, 0x1ef144d5, 0x0f0bc984, 0xe80d3999,
-0x79c9048e, 0xff66da6a, 0xb4979c81, 0x4d7e3fe3,
-0xa6829426, 0x4f7a8bb9, 0xc325b178, 0x7ae05dc5,
-0x4b84ddc3, 0x466f49fb, 0xf3e90542, 0xc43007c9,
-0x1b78cb6d, 0xa2927cb2, 0x73bc50c8, 0x3de7ce90,
-0xec1cd5a7, 0xcb5ace7a, 0xf5dbf41b, 0x59cdcfe1,
-0xe245104a, 0x546e6791, 0x34380735, 0xb363d41b,
-0xeefcdcd9, 0xa7fc5698, 0x93a1b121, 0xd4004ba5,
-0x02d63697, 0x91e28fc6, 0x1b517431, 0x10c4bb09,
-0x39909ddd, 0xfa7db385, 0x4035093a, 0xf5636beb,
-0x8d90c659, 0x821196bd, 0xdde0eefc, 0x6358c43c,
-0x42c21d51, 0xf2c5654c, 0xe3e4ae33, 0x18cdd042,
-0xe7bd00be, 0x4842fa30, 0x9aba141e, 0x4dcebf5e,
-0xd394122a, 0xc018d916, 0x054b5faf, 0x68118b7a,
-0xd3aa5d47, 0x1b862571, 0xfc2dbcb5, 0xa2631aad,
-0x91db6e59, 0xdfc7797b, 0x569d0ace, 0x9d44bac9,
-0x1193ef17, 0xbc9e7b85, 0x30d185eb, 0xc0587d19,
-0x25796734, 0x28acc9e4, 0xe8559910, 0x09c68898,
-0x339d025c, 0xb234b6b9, 0x33825f34, 0xf6e7095d,
-0x6004d81e, 0xc8c67458, 0xbf2342a9, 0x1e99e0d9,
-0x0d13c720, 0xc08a28e4, 0xb5ad5f9c, 0x8d54a3d5,
-0x266fb9bf, 0xca8a0593, 0x63d947ea, 0x8e46b7f3,
-0x4c4eaa2d, 0xe6d42a73, 0x3d67716b, 0x24c7c709,
-0x119a2d6c, 0x2fb4638c, 0x644ecd89, 0xcaaee9db,
-0x6e73b7d1, 0x0ca76028, 0x7c4c92ae, 0xbd0b73d4,
-0xd7974b27, 0xa53772c1, 0x1961f61b, 0x5c937ae3,
-0x8be5ed46, 0x8c1c73ad, 0x0a68cb58, 0x690d2dd0,
-0x105bd425, 0xf25b6701, 0x0c1db5f0, 0x92a65080,
-0x1e739aad, 0x89737915, 0xc3ee361a, 0x5c5d29d9,
-0x23c2cda2, 0x85b2072e, 0x15df24d6, 0xc9393e63,
-0x7d8d299e, 0x1b92c867, 0xbd8afc05, 0xc5cd8eef,
-0xec99d9ca, 0xebf801b1, 0xfaacaea4, 0x665a0d03,
-0x33767583, 0x795cc58b, 0xe85c47da, 0x976ffa88,
-0x4a51724a, 0x251358bb, 0xd17d7d75, 0xc1154805,
-0x0b8881d5, 0xb2ceab7b, 0xde1710c7, 0x146a6180,
-0x4eba4295, 0xb87ae3ab, 0xe5ab8e82, 0x44f11954,
-0xd3a79e54, 0x4db1fce4, 0x16e5202c, 0xceb7e7fb,
-0x83aad8f5, 0xf855521d, 0xc567911e, 0x8b372c15,
-0xea21bd2c, 0x5d8b93d9, 0x07b6bac7, 0xa0059438,
-0x0c12eef8, 0x25b52dcc, 0x67158da0, 0x1d5cdfbf,
-0x962ee0fb, 0x4b08f9e9, 0x3551535a, 0xc4c436be,
-0xd34880ca, 0x04da101c, 0xfafd33b5, 0xef82437d,
-0x3ab464b3, 0xf0abd2f7, 0x27f2fa8c, 0x67a1c991,
-0x4baa16a1, 0x6c30c2e5, 0x00917208, 0xa1526c8b,
-0x7a6ed903, 0xdde0bb00, 0x280efe09, 0x0828a5c9,
-0x2ce891de, 0x4683f03f, 0x3cbe54f2, 0xaef69cae,
-0xf847deb4, 0x69095327, 0xe06d78a1, 0x870327d3,
-0x906304f2, 0x0f6362f7, 0xc2a0f3a4, 0x90e6fb81,
-0x3499e50d, 0xe57ab07a, 0xaa647914, 0xb0648096,
-0x41beb278, 0x9b35b051, 0x458d80c4, 0x5f5318b5,
-0xf79ed38a, 0xb7a6aef9, 0x83d1debe, 0xbbc2847e,
-0x3b0f6009, 0xa9da80c6, 0x69fcb1b2, 0xb8485114,
-0x28f08fae, 0x32e119fe, 0x67903551, 0x2e3869db,
-0xb47ae381, 0x1fbb700b, 0x58832344, 0xa30b6877,
-0x6c914672, 0x14e797ad, 0xa440ea88, 0xc7dabdcb,
-0xd889b45f, 0x9d44f4d1, 0x837b0f0d, 0xb336d27a,
-0xedc344c5, 0x000163e6, 0x082257b8, 0x4d87dd3b,
-0x663b0c7e, 0xb6d61d7a, 0x6f2d30bd, 0x27f65191,
-0xc487898d, 0xa4830e83, 0x8d7dfd44, 0xbbbfc9a9,
-0xd5b737a3, 0x1d6111c8, 0x2707b173, 0x6e5d5c2c,
-0x4154562c, 0xab1e6d44, 0xb4257720, 0x0bf735cb,
-0x506571dd, 0x1da20e3c, 0xf1137efc, 0x7de3440e,
-0x0fabcac1, 0x7532a36c, 0xe9b2bba9, 0xd1bfed02,
-0x37ae0d17, 0x14408225, 0x136d1ce1, 0x202d7033,
-0x88ea3af1, 0x071a5a12, 0x633ded81, 0xd4c0bc67,
-0x9ded85bd, 0x39cc4577, 0x69392ffe, 0x1dd88209,
-0x5c308356, 0xcfccbda4, 0xac9bf7c3, 0xb061a2c1,
-0xd5510e15, 0x35fc054a, 0xb198bbd2, 0xf4598d09,
-0x5a73df5d, 0x603903a9, 0x368c100b, 0x916635d4,
-0x9caca18d, 0x576b5ece, 0x5051e579, 0x3bff4f32,
-0x918361f2, 0xd6c48751, 0x24d5172d, 0x73982b57,
-0x63c15ecc, 0x4afb4ecd, 0xd71e893a, 0xee6b56c8,
-0x6d3a439c, 0x6a1070fd, 0xc72a1dfa, 0xcead0bd2,
-0x1cc9dd12, 0xa7e43025, 0x43bb531c, 0x606ffa6f,
-0x44ad62c8, 0x3f9d23f5, 0xa8474e2f, 0x31b99dfe,
-0xb8f70c5f, 0x1df55b3d, 0x748a7b15, 0x8234b813,
-0x1e1095f6, 0x467f8167, 0x3ad0f881, 0x668c1180,
-0xb4f39df2, 0x8d4fc56a, 0x843d6ceb, 0x2f4125af,
-0x72e526fe, 0xba21947d, 0x190d799f, 0xf8b9fc56,
-0x1bbae4d5, 0x0b753891, 0xd84bd4c3, 0xc9fc4dd0,
-0x953c09f6, 0x4089ee78, 0xf5d44a99, 0x0e6babfa,
-0x7cb43bef, 0x3b361eb2, 0xfafabc5f, 0xe0ec14b1,
-0xfbb06576, 0x8daf4a40, 0x2e68c9d8, 0xdfd3e4bd,
-0x9b1effd5, 0x2a6575e7, 0x8014e5f8, 0x5e17800c,
-0x2a1db5ed, 0x6a0aaacb, 0x3cdb4580, 0x408d533b,
-0xc521788e, 0x0e52056d, 0x3c13640b, 0x6c12090e,
-0x9c1575f2, 0x617628f9, 0xc4745be7, 0x2e5ca115,
-0x85ce7921, 0xe0b8c0bc, 0xd98bdd3e, 0x208f4047,
-0x3128c704, 0x52ab1e28, 0xe1e9f728, 0xe0873550,
-0x3f3eaa4a, 0x13ad373f, 0x4929d370, 0xc165a015,
-0xeba10955, 0xc0a116bf, 0x1ca413f6, 0x54729efc,
-0x7c90806f, 0x67707bd5, 0x76d41f30, 0x7f5848e2,
-0xa9d6f39a, 0xf376c309, 0x36d1f84e, 0xbf04fa22,
-0x2d36e870, 0xc9ddb2d3, 0x256a7d5e, 0xb1e81f31,
-0x7677aa41, 0x2abca882, 0x3c704f1d, 0x437cd40e,
-0x056267ed, 0xf5ae2140, 0x3af15c00, 0x1ea42000,
-0x8da67d6f, 0xcfa4885e, 0x4371afa8, 0x5668ca66,
-0x7c9497cd, 0x08d88c67, 0x97c6a8bb, 0x80510953,
-0x4bb3320f, 0xa99debd2, 0x6193990b, 0x9dce2137,
-0x4b36860a, 0xc63f33bc, 0xab20ca4a, 0x0d1995e7,
-0x27eaf352, 0x5e3b8918, 0xe1536ae7, 0x86c53988,
-0x10b22e42, 0x4dfcc345, 0x656855e4, 0x8fa57ef8,
-0x8880073a, 0x492e2bf1, 0x83726e62, 0x651a7a8b,
-0xdf363662, 0x927881ef, 0xf279a886, 0x60845d26,
-0x62c2e871, 0x641206e3, 0x1d456c2e, 0x5a381b7e,
-0x81524062, 0x509f4c4b, 0x2f083905, 0x2ec5441c,
-0xd2134b73, 0x401e1980, 0x12fafde3, 0x106e133d,
-0x3fca8fb9, 0x2d68bcfe, 0x29341f0c, 0xc96ab74b,
-0xfa14e7ff, 0x9746591d, 0x32ef7305, 0x6e8da44f,
-0x819bf80e, 0x71754b95, 0xb00a809c, 0xf9fe1d76,
-0xfd8c4249, 0xfec6f5ad, 0xb41bfafd, 0xd292dc2b,
-0xdbacc617, 0x966bdfda, 0x9fd2372a, 0xdbe11948,
-0xbda8be22, 0x667a19b1, 0x2947484d, 0xcd4ad7a1,
-0x0453db24, 0x5498f1ab, 0x2b178d2f, 0x24128b72,
-0xef12d6fb, 0x2dc81401, 0x1515e94f, 0xfa7a5125,
-0xd0b9696b, 0x906d68c0, 0xccc13ad8, 0xafa246e8,
-0x5002deaf, 0x7eb0a5d0, 0x80367952, 0x5b93922f,
-0xa54896fb, 0xad81b0d6, 0xd1c9a1a6, 0xad7a63e0,
-0x85543b16, 0x4c3d1d4f, 0xfc54bf61, 0x7ab3c1c4,
-0x2f5a9892, 0x6a852989, 0x7e7b4080, 0x31a7e5b2,
-0xc70eb021, 0x3509573c, 0x300be563, 0x8683ae9d,
-0x96961fb3, 0xf5e6cf96, 0x977170ea, 0x1ff4a46f,
-0x0479288c, 0x86190982, 0xb5b49688, 0xdbfe3bc0,
-0x716f8ee3, 0x9b87b67b, 0x818dc785, 0x90af8439,
-0xd9c3f531, 0x147d78cc, 0xa06f6a64, 0xf8bb6307,
-0x6404a6f7, 0x525ce064, 0xbac0c980, 0x2a426491,
-0x7d1bf4a2, 0x366f21e5, 0xacf94d13, 0x6f47b098,
-0x9227e940, 0x66e5a7e6, 0xe52f6206, 0xc2017706,
-0x24ccbc2d, 0x63c69b5d, 0xe97b140c, 0xb18c9082,
-0x432ddca8, 0x11e5e3b9, 0xaea7c8b6, 0xf82c7b50,
-0xefdf3cc4, 0x139d59b5, 0xcf9ef717, 0xab3820f5,
-0x7434a5d0, 0x228b1eac, 0x21a4ffc7, 0x26b68d8d,
-0xc145a7ab, 0x1f3bec93, 0xdd5a9bed, 0x42854ee4,
-0x66ef4d2a, 0xcfe63b29, 0xd4c744c6, 0xdada8ee8,
-0x9dbf559f, 0x8404f3f9, 0x8b8503d4, 0x26a93ba9,
-0x66a6377e, 0x1d827e2a, 0xc5360de8, 0x159cf469,
-0xf1b312fe, 0xb2e8e6db, 0x6426265e, 0x104a0531,
-0xc98e0420, 0xa4c962f1, 0x08980a3c, 0xe6204e73,
-0x1e3a5669, 0x473e9924, 0x6e87cc22, 0x9b23eb02,
-0x5b514b8a, 0xcf8522c2, 0xb6ed77b7, 0x464fbd6c,
-0xc5fdc36c, 0x2ac2b4c8, 0x20da474f, 0x4606f32c,
-0xa6ae5e8e, 0xfc32c8e6, 0x6fc284e7, 0x14d93aea,
-0x275b0767, 0xa7810e1a, 0xc15f6418, 0x44c32efd,
-0x392d1307, 0xf6c27734, 0xabcf6149, 0x04761122,
-0x7662537b, 0xfac0d86b, 0x965a4b69, 0x21f7ef86,
-0x0f646adf, 0xcb8a099f, 0xbe889d0d, 0x30ce54d0,
-0xf31a158b, 0xcf891091, 0x9aa42211, 0x118413cc,
-0x68302522, 0xb5933196, 0xb7650c0c, 0xea65fb90,
-0x9e038aa5, 0xdb62e1ca, 0xe228a744, 0x53e6667f,
-0x00e11a5e, 0xc6825a88, 0x31e75142, 0x01427349,
-0xc32d09ef, 0xb66a80ef, 0xa5c6f3fb, 0x9e129932,
-0x076974c5, 0xad822673, 0x04480013, 0xa5f5437a,
-0x96addff0, 0xe0166d89, 0x29bfa22a, 0x25962c55,
-0x3d50b88d, 0x0b5eef75, 0x11767b1d, 0x7f104b7b,
-0x0a32dc76, 0x5c878dbb, 0xfd7067d9, 0x23fce556,
-0xe1e9d010, 0xdcd8c62d, 0xcb4d4c1a, 0xf53f57bd,
-0xea7abd4f, 0x780aa246, 0x7ee787fc, 0x4bd130ad,
-0x9426ae27, 0xb2d13949, 0xca3c0a24, 0xe62f4b93,
-0xb5860e46, 0x2cc678c5, 0x0173a678, 0x0f3ff1f1,
-0x0c595a41, 0x7636eb86, 0x390397b7, 0x54d3047e,
-0x77b2c497, 0x97858313, 0x433fd868, 0x0d170203,
-0x6b68831b, 0xe52dfc34, 0xe1d84de7, 0xbb825998,
-0x700169c1, 0x60855333, 0xc724968e, 0x1f38d601,
-0xfd7071db, 0xf2d3e0c2, 0xf227aa40, 0x55dc184e,
-0xa25fcf30, 0x456324c1, 0x87b162dc, 0x07430801,
-0x34e63e92, 0xd693f84e, 0x8a1b7047, 0xff91d758,
-0xbcd84bd0, 0x311cdcdd, 0xb867322e, 0xf6a8ba85,
-0xe3206724, 0xd8096239, 0x6cd16fa1, 0x84f6b8ef,
-0xf4bec488, 0x8f1929aa, 0x8a21eb21, 0x6f040fbf,
-0xf360298c, 0x2483e0bc, 0x663a5fdb, 0x82677558,
-0xc0c70091, 0xc65baa3f, 0x27be8b0c, 0x37d32d8f,
-0x2d45428d, 0x3b0dd089, 0x3bc182dc, 0x2f8c46a0,
-0x95210ab8, 0x09af4828, 0x5ff1c224, 0x6675874e,
-0xc3b6f1c2, 0xbc177e65, 0x3c93fef2, 0xb3658ea9,
-0x0676a07e, 0xea002b68, 0xb14f17bb, 0xb5906657,
-0xb5486412, 0xa9ab63ce, 0xc6a8218c, 0xde315074,
-0xf8e2f023, 0x57b9f1fe, 0xad8ee7af, 0xa8b7ea52,
-0x430ae58b, 0x653c13a2, 0x557afb94, 0x6625d5b3,
-0xbfe7268d, 0x003613f0, 0xe8f3c9f1, 0x396ffa4c,
-0x02d17b9c, 0xf800dfcc, 0xef710869, 0x03f9199f,
-0x54468e1b, 0x34539cd5, 0xeafc3535, 0x0a89df8a,
-0x51f0c8bb, 0x72ec80f1, 0x0703d088, 0x0c4dd20e,
-0x04de3f54, 0xc508a3e9, 0xd53a6dc9, 0x5eca8327,
-0x2d6b5a63, 0x73334926, 0x248ab8c9, 0x62d52fcf,
-0x476ca482, 0x831a2ba4, 0xb55d118a, 0x4fe7876d,
-0xb497c286, 0x1868aaa6, 0xedcb6f51, 0xe46caf4f,
-0x8e4d5129, 0x4ee151cf, 0xb779d204, 0x02e1b5fd,
-0xdb321d51, 0xf92d1b8f, 0x6031a71e, 0xa4e99278,
-0x4831ee6a, 0xe523f927, 0xad7b2dae, 0xd6a07bb3,
-0x0ff0e464, 0xe3749fa0, 0x52c21335, 0x9dd4dcdd,
-0x6ebc3d43, 0xd602557b, 0xa0d33950, 0xc9f86b50,
-0xdc793062, 0x755980fd, 0x94bcd27e, 0xaaeaeb27,
-0x49226fba, 0x52fc0352, 0x6354ca89, 0x95f0ffea,
-0xc3ddc9ee, 0xdb8e00f7, 0x3df6bd3a, 0xf174fec3,
-0x47b459e1, 0xc1029416, 0x54439480, 0x396c1820,
-0xe479ab07, 0x425909d7, 0x05e44523, 0x0f7756d8,
-0x1d603bce, 0x3b9fb7c0, 0xcea307ae, 0xf31ce30d,
-0x2255d1c6, 0xc6292aaf, 0xb65ed92c, 0xafb1af7f,
-0x7c272566, 0x763e6d0a, 0xf5a705d7, 0xe6d03802,
diff --git a/cpu/intel/model_2065x/microcode-m9220655_00000004.h b/cpu/intel/model_2065x/microcode-m9220655_00000004.h
deleted file mode 100644
index 6e95b5c..0000000
--- a/cpu/intel/model_2065x/microcode-m9220655_00000004.h
+++ /dev/null
@@ -1,227 +0,0 @@
-//+++
-// Copyright (c) <1995-2015>, 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.
-//
-//---
-/* Wed Jan 21 08:08:20 CST 2015 */
-/* m9220655_00000004.inc */
-0x00000001, 0x00000004, 0x06282013, 0x00020655,
-0x3facc649, 0x00000001, 0x00000092, 0x00000bd0,
-0x00000c00, 0x00000000, 0x00000000, 0x00000000,
-0x00000000, 0x000000a1, 0x00020001, 0x00000004,
-0x00000000, 0x00000000, 0x20130627, 0x00000271,
-0x00000001, 0x00020655, 0x00000000, 0x00000000,
-0x00000000, 0x00000000, 0x00000000, 0x00000000,
-0x00000000, 0x00000000, 0x00000000, 0x00000000,
-0x00000000, 0x00000000, 0x00000000, 0x00000000,
-0x1c31b9cf, 0xd4a39e8b, 0x856372d6, 0xd8ab8765,
-0x351ac9e5, 0x3839f075, 0x8a875b5f, 0x91fb0eb0,
-0x5d5f57b5, 0x9926d84a, 0xdaaf70e7, 0x91786b18,
-0x82da740d, 0xae90be68, 0x8b6a07cf, 0xc2c37ebc,
-0xde451f9c, 0x7a1444c0, 0xce6700b1, 0x5c29e58a,
-0x12eb603f, 0xaaf6cb53, 0xd807a1c9, 0xf51ed696,
-0x90d9e2c3, 0x641bff09, 0x732ab820, 0xfef7aa2f,
-0x8f518e1d, 0xf0d8c4d9, 0x73aefe19, 0xf6d7ae12,
-0xd50a095b, 0xdf21cbb8, 0x4b81ff9a, 0xe1a6d1f8,
-0xbe78b0de, 0xda86826f, 0xc4f9c057, 0x306f1761,
-0x7aae81f0, 0xdbab0ae2, 0x789ec0ff, 0xbaacd096,
-0x68fa4733, 0x2f3fd406, 0xd287247f, 0x79eefe4c,
-0x6f674a41, 0xd6948ad8, 0x90388682, 0x5a4bf35d,
-0xadab41ff, 0x89e9dc62, 0xb2eccfee, 0xd4d52153,
-0x34301d19, 0x8a2f38a6, 0x35b05e56, 0x482f029a,
-0x296cb5a3, 0xce64f437, 0xae1dfa06, 0xb9f29132,
-0x1960a103, 0x70bb6f46, 0x152a5d83, 0x171a19d9,
-0xac9aa4b7, 0x54b719f7, 0x5b781cb1, 0xaea548bb,
-0x00000011, 0x8c733ff8, 0x7c6f0c02, 0x459c86a5,
-0xcf941ed4, 0xf8209eeb, 0x1ad7567d, 0x9d484915,
-0x7837df77, 0xb86712cd, 0xa839af1f, 0xf0dea6b0,
-0x41f1f065, 0xab1c2324, 0x0098ba3c, 0xeb60272f,
-0x7bbf23d5, 0xb8602cf1, 0x59d25b12, 0x84d112de,
-0xd30ece7e, 0x54ec90be, 0xeb745172, 0xf87fc66d,
-0x2270f54d, 0xe09922bd, 0xe234086d, 0xa6a679e0,
-0xa6d448d1, 0x9a4b2e92, 0x365ecec5, 0x72de29cb,
-0xa5e4226a, 0xdae11d44, 0x61e0e3ea, 0xe81420c0,
-0xd3eb1014, 0x02748123, 0x17e1382c, 0xcaf02dc6,
-0xd3a96cd5, 0x6f313da8, 0x322666b4, 0x3981429a,
-0xb1be1637, 0xb63abc57, 0x1638bf89, 0x9d32852a,
-0x6aa9c628, 0xd8f12081, 0xf0b5188d, 0xd57d4c72,
-0x202dcc71, 0x256124bc, 0xd823fe4f, 0x9400bdb9,
-0xac1471cc, 0x4a5c132b, 0x7bf75244, 0xe02c93f6,
-0x78ff2722, 0x980dc5b4, 0x0264a596, 0xf021b4d8,
-0x83244c0c, 0x2026f246, 0x71d4099c, 0xfc5dc62c,
-0x7ff8b34d, 0x4820eca0, 0xe9b8a476, 0x34e9ae19,
-0xd2fca312, 0x37b41e6f, 0xb4653a73, 0xb0bb14a6,
-0x0786241c, 0xda2d8b10, 0xe1f59c80, 0xa83f43bd,
-0xdf11b061, 0x3559bb01, 0x2a50e8d1, 0xddb259a6,
-0x7993bcd6, 0x12605b53, 0x8586dd13, 0x6537ff89,
-0xeccfcd3c, 0x353ef645, 0xb32e589f, 0xe5e9cd5d,
-0x5bf7fda3, 0xd481c270, 0x40952e18, 0xb7453227,
-0x2c622c1e, 0x40ce3eeb, 0x2cb06f4d, 0xcf56f687,
-0xf1ce6b70, 0x69e05cca, 0x9c403bac, 0xe9b164a4,
-0xdfae6e01, 0xc9018963, 0x0137f82c, 0xfc81355c,
-0xc7976ad9, 0x1ff39090, 0x72cef48c, 0xc6a62704,
-0x474452bf, 0x0b6c875c, 0x71a6819b, 0x8ffe7c75,
-0x8946dd82, 0xf29078f6, 0x2ad6b31e, 0x5485d154,
-0xf60a8d3c, 0xf3140ac2, 0xc0361c22, 0xbf1c40c4,
-0xe486759a, 0xafbb44ab, 0xbd6aeb07, 0xc52c942b,
-0xe8853047, 0xe6a3605a, 0xda8e3a81, 0xf2729e6c,
-0x0ef24909, 0xa981328d, 0x34918736, 0x25f637e4,
-0x65e90909, 0xd18efc0e, 0x7e63010d, 0xe562d763,
-0x36d8e16f, 0xef69ecf8, 0x3c24a4f2, 0x2b67ef5b,
-0x3b673ba0, 0x1661f329, 0xed5dc043, 0x4a189a56,
-0x3873d76d, 0x281e821b, 0xb66c3dd9, 0x8170640e,
-0x864da8e4, 0x57861062, 0x4b0db638, 0x8c6254b1,
-0x323d38ac, 0x0f364c32, 0xf1e1af63, 0x7f196a13,
-0xad8d0db6, 0xaa836e23, 0xa95c0596, 0x3796c3be,
-0x33dd8d5c, 0xe78d13dc, 0xa5036f35, 0x211004d4,
-0x599a9905, 0x760145c9, 0x48255eb0, 0xc5791ca3,
-0xd30f5d02, 0x7aa63da9, 0x7b2244cb, 0x4ac12003,
-0x7a2d743a, 0x9cc3f8fb, 0xa547c4a9, 0x47d20182,
-0x636e2594, 0x4f8326f8, 0x0d2ee0b0, 0x38e6d211,
-0x6819fda7, 0x725a392c, 0xafbe8693, 0x413a29df,
-0xc43510f4, 0xe4172782, 0xca47d7fa, 0x9da06308,
-0xa5f3ae17, 0x1025644e, 0x60cfa59a, 0x55d47cb0,
-0x42d763a0, 0xaf3d53de, 0x1f07175f, 0xe2be54ff,
-0xf5f554d4, 0x0f4bdf83, 0xd3beb939, 0x2257f1dd,
-0x0e94b16c, 0xfe8ad488, 0x71515b5b, 0x8d2ca17d,
-0xff2b203b, 0x85db66a8, 0x9d720e4f, 0xf1f00250,
-0x7ce9d2f2, 0x7543f921, 0x3d6b2c1a, 0x89766401,
-0x464107c4, 0x5ce7650b, 0xd0363a7f, 0x585965de,
-0x98af0171, 0xc4977520, 0x45c9a970, 0x918e9e52,
-0x77e9418f, 0xeaf1ac5c, 0x1f081f59, 0xe4cf61b1,
-0x15297f44, 0xd213e344, 0xedab7cdb, 0x62b1da36,
-0xc1a76f39, 0x6e6b11ef, 0x6a2dabd8, 0xb3e8c395,
-0x2dc98d1d, 0x40578dd4, 0x5a405e16, 0x6f77d81d,
-0xec7d8762, 0x298cfbec, 0x7b0a28bb, 0xcee378ac,
-0x6d2b5652, 0x2391e861, 0xa587194d, 0xc5d1b7bc,
-0x1120fb38, 0x4d832da1, 0x5285ceee, 0x3ce72915,
-0x0573a445, 0x80bd7f32, 0x289c6030, 0xb194d6e9,
-0x2ea6e339, 0xca81d733, 0x468a0b65, 0x58195df8,
-0x71c073ef, 0x160868d1, 0xea04bcb9, 0x92195376,
-0xd9988422, 0x3863cc6f, 0x9c3ecd98, 0x1a149bd1,
-0x59af4fe6, 0x4b7b254d, 0x34bfb07c, 0x975f9c70,
-0xb0e68e77, 0xd5ab1713, 0x4478b4b9, 0x599a8192,
-0xd57576f7, 0x023fd018, 0xc365da25, 0xb5eb6589,
-0x29cba8d6, 0xaa4df4d0, 0x2c9f85b6, 0x6aff1709,
-0x9cd2257d, 0x98468052, 0xa3ba139e, 0x015b5eb9,
-0x7eaea185, 0x8d0639c4, 0xeea7bd54, 0xc0c1b917,
-0x98ad5691, 0x221b6c0f, 0x651dd24e, 0x2a42c4d4,
-0xc2003cf0, 0xccef6a75, 0x30e5da92, 0x39ebed36,
-0x8837c68e, 0x2cd60a06, 0x462cbfbd, 0x5d23a1b4,
-0x5a1385fb, 0x5b371241, 0x8cb753db, 0x46eba22e,
-0x427aee13, 0x3b00c490, 0xee1b611f, 0x44387d89,
-0xf1387b95, 0x7d456726, 0xaf891e2f, 0x3a3942e6,
-0xb6a488b1, 0x97313935, 0xc076a5ac, 0xe1e057b0,
-0x78b628d4, 0xda8f828a, 0xb66c6e34, 0x33b729c8,
-0x628adb7d, 0xc70ce94d, 0x88376e43, 0x0bad7b81,
-0x2a934ee2, 0x6d8e09a0, 0xd8d97112, 0xaa8fc79a,
-0xe351c7e5, 0xbcabfb10, 0x12ee7960, 0x718b925a,
-0x6d96da62, 0x3fd8bad9, 0x416d0dae, 0xc7518d3f,
-0xf1098942, 0x652e2518, 0xc5ffda97, 0x1b92dae4,
-0x7b389c26, 0xa95878da, 0x6dee369a, 0x96fc710d,
-0x14152481, 0x4d0795c7, 0xa4f6f655, 0x01f04af1,
-0x7c2c656e, 0xaeb0cc54, 0xab1bc024, 0x897b1d01,
-0x11d8becd, 0xb7554bcb, 0x352a6707, 0x35e79545,
-0x884dfec3, 0xde6917b5, 0x71e561e5, 0x8dd644ce,
-0x8b5e782c, 0x0c3872ef, 0xfbe7b317, 0x84caeb47,
-0xdacb705f, 0xaa972c59, 0x94f85893, 0x6a0fc6b1,
-0x979008ec, 0xde3d0d86, 0x6f838513, 0xbacf2ac6,
-0x95f10367, 0x5fafe618, 0xcafd4982, 0x2b7ab7c9,
-0x6f642266, 0x16b2636a, 0x080296a1, 0xce499636,
-0xc80f60b0, 0x9d7b846b, 0xce6809f4, 0x5b1211b2,
-0x99cd2e7c, 0x90a956a0, 0x204c817f, 0xc6f7ee6c,
-0xcf8ae252, 0x53bd1657, 0xfb5eaeba, 0x55b4b121,
-0x440045c8, 0xcdb005ca, 0x87410131, 0x9e6125bd,
-0xd80e8863, 0x33e9de96, 0x32cf5b8f, 0xd2334945,
-0x2e65ce88, 0x750d09dd, 0x100d33af, 0x28892b85,
-0xc2525b54, 0xbcd9952e, 0x17ad249c, 0xbe3726b0,
-0xb9935f35, 0x665cdce5, 0xad7fbc05, 0x1c3ce4b6,
-0xa254dc96, 0x62c84b0d, 0x2a8e588f, 0x4b6b0a65,
-0x78782253, 0xc68b1a74, 0x05f0857b, 0x87861d2b,
-0x47ea6419, 0x7e932619, 0x0c753922, 0x74490db7,
-0xeb690a45, 0x4b5d56b1, 0x8f39e531, 0x8d31b8ce,
-0x828d129f, 0xfccaecd5, 0xa4b9973d, 0x0ea81725,
-0x167f1e3a, 0xc8831ab2, 0x41164adb, 0x547b9378,
-0xcff0b3c3, 0xa9221206, 0x6d6c8cc8, 0xba1f1a24,
-0x437f853f, 0x5b113be4, 0x90f6a6b5, 0x69e553c3,
-0xa0cf2c28, 0x5b72b179, 0xf9912ed2, 0x71bb7674,
-0x36d43cb2, 0xb8784965, 0x4693329f, 0x7cbe36ee,
-0xd023450f, 0x4400bb23, 0xacc38e84, 0x64005ac0,
-0xf4d12658, 0x79d41301, 0xa3cb74f1, 0x8f24cbf9,
-0x369b194e, 0xdd7c24fb, 0x96cc514e, 0x372ea5b9,
-0x3fa670d2, 0x0441a477, 0x362ea6d6, 0x029e33ff,
-0x9876735d, 0x50a1a802, 0x5d643050, 0x7e7ff68f,
-0x4c6ad18c, 0x8890c9c8, 0x4a400b69, 0xdbfe332e,
-0x6d61c5d9, 0x3b95b74a, 0xdfc564e0, 0x58473859,
-0x072c8ed3, 0xc614c118, 0xb53417b2, 0xe94c1bde,
-0xafba1da9, 0xf655a347, 0x7e42a7ba, 0xc5c544fa,
-0xb1ebce07, 0xca2dcbff, 0x74d920ca, 0x7747f05e,
-0xb25259d6, 0xf990b95b, 0xa746faeb, 0x3e407324,
-0x91091e38, 0x0506d0bc, 0xb27d2673, 0xbfc0f48c,
-0x6a6d51b5, 0xe9c5c54e, 0xbec1c792, 0x414883ff,
-0x079d5e1e, 0xd31da398, 0xe9db479a, 0x3d2cec7a,
-0xcf93964b, 0x22be3309, 0xb6d31a19, 0xc177b0a6,
-0x88abd175, 0x48dd3f0e, 0xc8e135fc, 0x80144757,
-0x0335fcb1, 0xbafab604, 0x55ea071e, 0xf480b382,
-0x62b5fd47, 0xf775720c, 0x6dba6d42, 0x06ed2450,
-0x64292013, 0xf1cf7bfd, 0xce837453, 0x24d2590d,
-0x97e0dbf7, 0x751dc366, 0xaa642e00, 0x3b3c62ef,
-0x4a31dbce, 0x79d72394, 0x632e6b4d, 0x39c06db9,
-0xb34f5bab, 0x0eaa1c30, 0xe4bb341a, 0xf72bd9c9,
-0xc7eb8cab, 0xecb75da2, 0x602728da, 0xbc4b44ac,
-0xb8efeaf6, 0xb3b8ad20, 0xf0a35d4c, 0x73b8e5dd,
-0xaf354cc7, 0xc05b640a, 0x761dde10, 0x829f357e,
-0x24522cd3, 0xb2c88206, 0x6d27d2cf, 0x8630999e,
-0x4eb23c0d, 0xc08c0587, 0x32ffe4f4, 0x4a8616e4,
-0xf26920cf, 0x5a6642bd, 0x73acd141, 0x512709ab,
-0xeb5d2bdb, 0x83b13d13, 0x7796d0c1, 0x2672bce1,
-0xf0bab5c8, 0x76599bb5, 0xa504d3d3, 0x96934c40,
-0x64dac9ce, 0xd3a9add1, 0xd15e6057, 0x8be19fb3,
-0x8004bd02, 0xaf5d177e, 0xed3c4233, 0x01b575eb,
-0xc7b55371, 0x37b32c7d, 0x2d8423ca, 0x0016648f,
-0x8f591eb1, 0x9a7eb255, 0x13219206, 0x05dd6c80,
-0x3299d3d3, 0x0c6abf5a, 0x9a29e616, 0xa01f4117,
-0xd4b270d6, 0x84f7b0bb, 0x686e0d10, 0x2efea95d,
-0xb3782bf9, 0xd6d8bda7, 0x0aca2bf8, 0x0139729e,
-0x87ef518f, 0x49b7820b, 0x2fb5acfe, 0x011643e3,
-0x01a9673d, 0xbf9cf79b, 0x54e358e5, 0x26804224,
-0x254e25bd, 0xbd69b814, 0x8cffbdd8, 0xc36ddd41,
-0x39fa1c8a, 0x63260fe5, 0xd9c94b34, 0x88f64e21,
-0xfc591d1b, 0x7e1e5cbd, 0x161c380b, 0xd4a34678,
-0x01b3dd84, 0x64006fa7, 0x92b18057, 0x6ede1310,
-0x90439cb1, 0x33802ea4, 0x57a10328, 0x6496f9a9,
-0xb593f489, 0x6c337e00, 0x73f0124c, 0x0f6debba,
-0x0ebc70ac, 0x8ca08dc6, 0xe3ab9236, 0xb11bbfa8,
-0x89b9f2a0, 0x8abd0414, 0x5c6b1f22, 0x3fc8024c,
-0x6238669c, 0x8857212f, 0xbf3f8ab7, 0x228b1acc,
-0xbf8ace47, 0x1a19e69b, 0x06426baf, 0xa65feb2a,
-0xa4ab3116, 0xd5377ea3, 0x43756744, 0xe525500b,
-0x56809426, 0x9ce09df3, 0xada35261, 0xb197e290,
diff --git a/cpu/intel/model_2065x/microcode.h b/cpu/intel/model_2065x/microcode.h
deleted file mode 100644
index 63e330b..0000000
--- a/cpu/intel/model_2065x/microcode.h
+++ /dev/null
@@ -1,3 +0,0 @@
-
-#include "microcode-m1220652_0000000e.h"
-#include "microcode-m9220655_00000004.h"
diff --git a/cpu/intel/model_2066x/microcode.bin b/cpu/intel/model_2066x/microcode.bin
new file mode 100644
index 0000000..355f374
--- /dev/null
+++ b/cpu/intel/model_2066x/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_206dx/microcode.bin b/cpu/intel/model_206dx/microcode.bin
new file mode 100644
index 0000000..a943c00
--- /dev/null
+++ b/cpu/intel/model_206dx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_206fx/microcode.bin b/cpu/intel/model_206fx/microcode.bin
new file mode 100644
index 0000000..8fe47d5
--- /dev/null
+++ b/cpu/intel/model_206fx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_306dx/microcode.bin b/cpu/intel/model_306dx/microcode.bin
new file mode 100644
index 0000000..97daace
--- /dev/null
+++ b/cpu/intel/model_306dx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_306ex/microcode.bin b/cpu/intel/model_306ex/microcode.bin
new file mode 100644
index 0000000..1968ebd
--- /dev/null
+++ b/cpu/intel/model_306ex/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_306fx/microcode.bin b/cpu/intel/model_306fx/microcode.bin
new file mode 100644
index 0000000..f0a6685
--- /dev/null
+++ b/cpu/intel/model_306fx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_4066x/microcode.bin b/cpu/intel/model_4066x/microcode.bin
new file mode 100644
index 0000000..b6f2ffd
--- /dev/null
+++ b/cpu/intel/model_4066x/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_4067x/microcode.bin b/cpu/intel/model_4067x/microcode.bin
new file mode 100644
index 0000000..0b1effa
--- /dev/null
+++ b/cpu/intel/model_4067x/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_406ex/microcode.bin b/cpu/intel/model_406ex/microcode.bin
new file mode 100644
index 0000000..f112757
--- /dev/null
+++ b/cpu/intel/model_406ex/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_406fx/microcode.bin b/cpu/intel/model_406fx/microcode.bin
new file mode 100644
index 0000000..8c9f97f
--- /dev/null
+++ b/cpu/intel/model_406fx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_5065x/microcode.bin b/cpu/intel/model_5065x/microcode.bin
new file mode 100644
index 0000000..8a2d3bf
--- /dev/null
+++ b/cpu/intel/model_5065x/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_5066x/microcode.bin b/cpu/intel/model_5066x/microcode.bin
new file mode 100644
index 0000000..77cdf84
--- /dev/null
+++ b/cpu/intel/model_5066x/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_506cx/microcode.bin b/cpu/intel/model_506cx/microcode.bin
new file mode 100644
index 0000000..eb87906
--- /dev/null
+++ b/cpu/intel/model_506cx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_506ex/microcode.bin b/cpu/intel/model_506ex/microcode.bin
new file mode 100644
index 0000000..301019a
--- /dev/null
+++ b/cpu/intel/model_506ex/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_6xx/microcode-mu26a003.h b/cpu/intel/model_6ax/microcode-mu26a003.h
index 1e07ce9..fa9739a 100644
--- a/cpu/intel/model_6xx/microcode-mu26a003.h
+++ b/cpu/intel/model_6ax/microcode-mu26a003.h
@@ -1,5 +1,5 @@
//+++
-// Copyright (c) <1995-2015>, Intel Corporation.
+// Copyright (c) <1995-2018>, Intel Corporation.
// All rights reserved.
//
// Redistribution. Redistribution and use in binary form, without modification, are
@@ -31,7 +31,7 @@
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
//---
-/* Wed Jan 21 08:08:20 CST 2015 */
+/* Tue Mar 13 01:38:27 CST 2018 */
/* mu26a003.inc */
0x00000001, 0x00000003, 0x01102000, 0x000006a0,
0xdff45617, 0x00000001, 0x00000004, 0x00000000,
diff --git a/cpu/intel/model_6xx/microcode-mu26a101.h b/cpu/intel/model_6ax/microcode-mu26a101.h
index ffd878f..8c7f51e 100644
--- a/cpu/intel/model_6xx/microcode-mu26a101.h
+++ b/cpu/intel/model_6ax/microcode-mu26a101.h
@@ -1,5 +1,5 @@
//+++
-// Copyright (c) <1995-2015>, Intel Corporation.
+// Copyright (c) <1995-2018>, Intel Corporation.
// All rights reserved.
//
// Redistribution. Redistribution and use in binary form, without modification, are
@@ -31,7 +31,7 @@
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
//---
-/* Wed Jan 21 08:08:20 CST 2015 */
+/* Tue Mar 13 01:38:27 CST 2018 */
/* mu26a101.inc */
0x00000001, 0x00000001, 0x03062000, 0x000006a1,
0xdac0a4cd, 0x00000001, 0x00000004, 0x00000000,
diff --git a/cpu/intel/model_6ax/microcode.bin b/cpu/intel/model_6ax/microcode.bin
new file mode 100644
index 0000000..6b5d30a
--- /dev/null
+++ b/cpu/intel/model_6ax/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_6ax/microcode.h b/cpu/intel/model_6ax/microcode.h
new file mode 100644
index 0000000..56c279a
--- /dev/null
+++ b/cpu/intel/model_6ax/microcode.h
@@ -0,0 +1,2 @@
+#include "microcode-mu26a003.h"
+#include "microcode-mu26a101.h"
diff --git a/cpu/intel/model_6xx/microcode.bin b/cpu/intel/model_6xx/microcode.bin
index 134d847..cbf2f2c 100644
--- a/cpu/intel/model_6xx/microcode.bin
+++ b/cpu/intel/model_6xx/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_6xx/microcode.h b/cpu/intel/model_6xx/microcode.h
index ceb462f..82c2324 100644
--- a/cpu/intel/model_6xx/microcode.h
+++ b/cpu/intel/model_6xx/microcode.h
@@ -7,5 +7,3 @@
#include "microcode-MU166d05.h"
#include "microcode-MU166d06.h"
#include "microcode-MU166d07.h"
-#include "microcode-mu26a003.h"
-#include "microcode-mu26a101.h"
diff --git a/cpu/intel/model_706ax/microcode.bin b/cpu/intel/model_706ax/microcode.bin
new file mode 100644
index 0000000..67d5c8b
--- /dev/null
+++ b/cpu/intel/model_706ax/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_806ex/microcode.bin b/cpu/intel/model_806ex/microcode.bin
new file mode 100644
index 0000000..abd22f8
--- /dev/null
+++ b/cpu/intel/model_806ex/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_906ex/microcode.bin b/cpu/intel/model_906ex/microcode.bin
new file mode 100644
index 0000000..99a54ba
--- /dev/null
+++ b/cpu/intel/model_906ex/microcode.bin
Binary files differ
diff --git a/cpu/intel/model_f6x/microcode.bin b/cpu/intel/model_f6x/microcode.bin
new file mode 100644
index 0000000..03f8ac4
--- /dev/null
+++ b/cpu/intel/model_f6x/microcode.bin
Binary files differ