From 71c7cdc8f40d9dc10c8cf44f8114d45ea54c8fae Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 19 Mar 2013 13:38:12 -0700 Subject: Intel: Update CPU microcode for 6fx CPUs Using the CPU microcode update script and Intel's Linux* Processor Microcode Data File from 2013-02-22 Change-Id: I9bb60bdc46f69db85487ba923e62315f6e5352f9 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2845 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/intel/model_6fx/microcode-2129-m206f257.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2334-m016fbB6.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2336-m106fbB6.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2337-m806fbB6.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2346-m16fda3.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2347-m206fda3.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2348-m806fda3.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2374-m16f6cb.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2375-m206f6cc.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2376-m46f6cd.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2380-m106f768.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2381-m406f769.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2385-m806fa94.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2389-m16f25a.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2986-m086fbB8.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2990-m046fbB9.h | 291 ---------------------- src/cpu/intel/model_6fx/microcode-2991-m406fbB9.h | 291 ---------------------- 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 | 36 +-- 36 files changed, 5257 insertions(+), 4964 deletions(-) delete mode 100644 src/cpu/intel/model_6fx/microcode-2129-m206f257.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2334-m016fbB6.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2336-m106fbB6.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2337-m806fbB6.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2346-m16fda3.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2347-m206fda3.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2348-m806fda3.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2374-m16f6cb.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2375-m206f6cc.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2376-m46f6cd.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2380-m106f768.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2381-m406f769.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2385-m806fa94.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2389-m16f25a.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2986-m086fbB8.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2990-m046fbB9.h delete mode 100644 src/cpu/intel/model_6fx/microcode-2991-m406fbB9.h create mode 100644 src/cpu/intel/model_6fx/microcode-m016fbBA.h create mode 100644 src/cpu/intel/model_6fx/microcode-m046fbBC.h create mode 100644 src/cpu/intel/model_6fx/microcode-m086fbBB.h create mode 100644 src/cpu/intel/model_6fx/microcode-m106f76a.h create mode 100644 src/cpu/intel/model_6fx/microcode-m106fbBA.h create mode 100644 src/cpu/intel/model_6fx/microcode-m16f25d.h create mode 100644 src/cpu/intel/model_6fx/microcode-m16f6d0.h create mode 100644 src/cpu/intel/model_6fx/microcode-m16fda4.h create mode 100644 src/cpu/intel/model_6fx/microcode-m206f25c.h create mode 100644 src/cpu/intel/model_6fx/microcode-m206f6d1.h create mode 100644 src/cpu/intel/model_6fx/microcode-m206fbBA.h create mode 100644 src/cpu/intel/model_6fx/microcode-m206fda4.h create mode 100644 src/cpu/intel/model_6fx/microcode-m406f76b.h create mode 100644 src/cpu/intel/model_6fx/microcode-m406fbBC.h create mode 100644 src/cpu/intel/model_6fx/microcode-m46f6d2.h create mode 100644 src/cpu/intel/model_6fx/microcode-m806fa95.h create mode 100644 src/cpu/intel/model_6fx/microcode-m806fbBA.h create mode 100644 src/cpu/intel/model_6fx/microcode-m806fda4.h (limited to 'src/cpu/intel/model_6fx') diff --git a/src/cpu/intel/model_6fx/microcode-2129-m206f257.h b/src/cpu/intel/model_6fx/microcode-2129-m206f257.h deleted file mode 100644 index 98a63a059514..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2129-m206f257.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 */ -/* 2129-m206f257.inc */ -0x00000001, 0x00000057, 0x03152007, 0x000006f2, -0x07e77759, 0x00000001, 0x00000020, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0xf0aefac0, 0x7c38e188, 0xba5a013f, 0xdfb167bf, -0x3c3fed5c, 0x9a7527d0, 0x7f3ae5a3, 0x8ab688d1, -0x348436ab, 0xdc4756d5, 0xfc2a0a22, 0x9f11b7bf, -0xa47e1335, 0xc1e04f7c, 0xdaaf86cf, 0xa870c161, -0x072e2279, 0x87ee60b8, 0x3e4b0622, 0x326b4d89, -0x0652f8e1, 0x2ea0c801, 0xbeaa5953, 0xdc1b6573, -0x701f392e, 0xed0630f9, 0xbc9b3dfa, 0x1640fe65, -0x571a23c1, 0x9d913021, 0x895d7d30, 0xd2d2d7d4, -0xd605ed58, 0x254a7575, 0x0cac66a8, 0xcfe8bbe5, -0xcdd30390, 0xbb2236d2, 0x4c5c5bee, 0x5aee0bec, -0xc7ccb2ce, 0x02e4a983, 0xc5920bf7, 0x4ce10d1f, -0x3fc17820, 0xda1b4e54, 0x3de20b4d, 0x5ff322d2, -0xd6de8959, 0xe35d9fbb, 0x7b450c74, 0xcdc09449, -0x25bb7745, 0x056e0ec0, 0x05c27088, 0xeece366b, -0xd99a08bd, 0xbf7aa5ff, 0xb99fb54a, 0x1e620294, -0x5498c8b6, 0x7e9feeb8, 0x0bd593db, 0x9ae9d723, -0xaf9ef586, 0xcf6b95a7, 0x8eb34bd2, 0x378c817a, -0xc0a0b5a8, 0xd92c8ec3, 0x756277de, 0x6c023ab6, -0x982be06c, 0xb8a70610, 0x7f5a8718, 0xa677cfa8, -0x2e7ade57, 0x3978eec5, 0xc34a97d1, 0x37733521, -0x5692ce95, 0x7b9fc090, 0x0d111e36, 0x6d9fb551, -0xc48f3b9e, 0x6a1b2dfc, 0x8ba4b179, 0xb00f6962, -0xfa149366, 0xbb1dc1b3, 0x23a921c0, 0xb96d73b7, -0xcd4dc6da, 0xfc5e8abb, 0xdb5fe0f2, 0xcb33f9dc, -0xaf75f866, 0x3dfd2478, 0xe7a5b475, 0x54a611b2, -0x73994c7d, 0x161b27bc, 0x7f810ba5, 0x8dd5733c, -0x72fe4c72, 0x2e76dbe3, 0x9f9f0c64, 0x0e21bdbd, -0x4331bf86, 0x879b1ddc, 0x40c84fce, 0x7c5d11c0, -0x3faf10ab, 0x3550eae6, 0x26996e67, 0x00ef27d2, -0xccda83ed, 0x11030e92, 0x757074d7, 0xc5a517dd, -0xfc3e7fd4, 0xc16d81ed, 0x9044cd87, 0x2d099580, -0xb25b9d47, 0x5b610359, 0x0e59eeb5, 0x7d19f029, -0x4cf9706f, 0x0f5c8597, 0xecf7aedb, 0x86d1ee8b, -0x2c85f041, 0x3015ac75, 0xa0db24d8, 0xa9f07271, -0xb78ec67e, 0xeca00670, 0xf7d05fe5, 0xdff30312, -0x6ae19969, 0x63375a04, 0x466a01f5, 0xc171c0da, -0x93ce8528, 0x703c1aed, 0xcd42cced, 0x32819c8d, -0xeb642286, 0x72723b25, 0x86c46d68, 0xb64d3c67, -0x3d3bb64c, 0x60eaf2be, 0x924b7f3d, 0x0bb38768, -0xaf2deef9, 0x2fa43b64, 0xdb0823ee, 0x7ddb339c, -0xea1cbf8a, 0xb19895d0, 0x1d6fd197, 0xb9a9343e, -0x31ce5f2e, 0x9399fc36, 0x14d6f1dd, 0xdd6ed0ac, -0xd9e8f45a, 0x56dba12c, 0xf5ef138a, 0x981a6eaf, -0x74fe5839, 0x370aab6a, 0x717df9f6, 0xa4dbc8d1, -0x3c665e8a, 0x07711522, 0x58911dfd, 0x9276384e, -0x70dd2327, 0x2613f4ad, 0x67043d57, 0x085bc73e, -0x13399b60, 0x28b0d7e3, 0xc7101b20, 0xa29550aa, -0x8177a1dc, 0x5bcc83b2, 0x1cf50fbc, 0x448c109a, -0x09288db1, 0x1700bdcf, 0xa119bf8e, 0xdaeb3c27, -0xf21a1004, 0x3490c7e4, 0x6562906d, 0x732225be, -0x4ca41b48, 0x9807ec37, 0x82c2c81a, 0x182ae052, -0x337f2a6c, 0x177a866f, 0xb0397a1e, 0x8aa9e3d2, -0xb596cae5, 0x52630925, 0x069e969f, 0xb8a6cf5d, -0xe206c823, 0x95768639, 0xeb9ef6c1, 0xdc879822, -0x805b7540, 0xdbdca41e, 0x92daf8aa, 0x2855131d, -0x98537e07, 0xf9f437ff, 0x4fd88be0, 0x07cadd26, -0x61c5f34a, 0xbb6a19cd, 0xc113d97e, 0xc2097fa8, -0x93df4c5c, 0x71f49496, 0xeeb280b9, 0xd8b31a12, -0x8c68fe2a, 0x6c85e6c5, 0x665d8833, 0xbf7ca2d8, -0x8ec9d5fb, 0x2d8ada4b, 0x1112da86, 0x1eadb344, -0x72bb72b4, 0x1146c42e, 0x9c4a1796, 0x103a8aa2, -0x4e22694d, 0xdabb9fb9, 0xa643d98b, 0xa1e82adb, -0x5e1f20ec, 0xc1179fc2, 0xdf5791d1, 0x1071ced5, -0x940a595b, 0x9d575c0c, 0x572a6eb6, 0x68866e0b, -0x2cc54642, 0xa0b47fe9, 0xd53f7591, 0x40c57980, -0x7e927dfc, 0xad644a5e, 0x2f6b3a0a, 0xb4c788d4, -0x59131505, 0xdf982aa7, 0x7eed9890, 0xc7a79316, -0xa390c1e8, 0xb6a81315, 0x8b6ecc2f, 0xa18d162e, -0xa96a54a1, 0xf9801a9e, 0x763aa20d, 0xfcba9e42, -0x1d8f9e51, 0xb63608fe, 0xd0bca8d5, 0xc05b6fc3, -0x1dabad44, 0x864011c5, 0x92a94ac3, 0x7e2bdb44, -0xf1e0e0a4, 0x4e988af4, 0x51934b03, 0xc2eb8a5d, -0xf58b0dfe, 0x88c9c264, 0xe81e0809, 0xb3087c8c, -0x1f0cdd31, 0xcab43925, 0x02120053, 0xd4d308cb, -0x5727a77a, 0xc0a58a07, 0x45b8004e, 0x4b887559, -0xd5a6cfbd, 0x096d6b43, 0x8f7c3cf9, 0x10a9f009, -0x8b55e8c8, 0x286cd461, 0x5d340d0f, 0x2e071f42, -0x3c156062, 0x4a2ba5ed, 0x466f979d, 0x36ad6534, -0x432a28d6, 0x23dd3681, 0xb782ecfd, 0x4ac65284, -0x190c3fe3, 0x32371293, 0x1b4a968c, 0x4d140c3b, -0xe9602892, 0xaa61bb7f, 0x87d82028, 0x833b076d, -0xf5dfc16a, 0xe7e7e8cc, 0x9b9b123d, 0xe55f7f06, -0x019ca425, 0x8c2ad978, 0x6e53312e, 0x4c68cc59, -0x1505573b, 0xe50246c3, 0xe13f8925, 0xb40d8c6a, -0x6df7688e, 0x64ddc299, 0xfa2de5ee, 0x8e22c09b, -0xfc43e080, 0x27bdf731, 0xbd811f19, 0x50eb4114, -0x33aefa80, 0x0dd5a922, 0xcb087d89, 0xf594aaaf, -0x469590d5, 0xc2610f7e, 0x357f27f1, 0xe30b5697, -0x744a47d4, 0x18703bcc, 0xbd00cbb4, 0x859b13b1, -0x83259929, 0x71700966, 0xa6586c05, 0x70a61cb9, -0x67af2d49, 0xbc1a3e58, 0xf6f3b5c7, 0x916983f3, -0x3b99438f, 0x993ea084, 0xd2e842ab, 0xaae24c93, -0x38902c9c, 0xcdcaa742, 0x1407900f, 0x4fa9a83f, -0x0d87845e, 0x3dab31dc, 0xd1f773ee, 0x0b5181b9, -0x0dd327f1, 0x9de29e99, 0x11d78ea2, 0xc66b0639, -0xc97fae80, 0xd352bbe1, 0xfc19afbc, 0x713381a9, -0x51b9502a, 0x355de567, 0x040ee678, 0xf4085bdf, -0xc8b52da4, 0x7b851dfd, 0x94f53879, 0x936c3596, -0x005b0eda, 0xb17d6d52, 0xf576900a, 0x99234c3d, -0xdd2388f3, 0x3920a2eb, 0xce320776, 0xbaa6bb20, -0x82ccef09, 0x15f3fa80, 0x30e218d5, 0x9f7c35f6, -0xfc422ad6, 0x697ba237, 0xe9bd989a, 0x20573da5, -0x526140be, 0x54023897, 0xd9ff4fbe, 0xee0c4495, -0xe62410a3, 0x5150c878, 0x9a2c671c, 0xf76de5ad, -0xd3eb74b4, 0x0688ec67, 0x7d4f12b3, 0x4fcbeb96, -0x81b9489b, 0x257b67a2, 0x0538b984, 0x4aeb1a19, -0xb3632b9f, 0x42148957, 0x71801f3e, 0x3ed494f4, -0xe1591118, 0xa4542eeb, 0xca3d0445, 0x03b948a9, -0x767a31b4, 0x090f62e1, 0x701890e7, 0x1cdf23f4, -0xaba00984, 0x1b42b0e0, 0xb5369d19, 0x0e582a3d, -0x079fc09d, 0x0a6b1256, 0x166e21c0, 0x4dfbf861, -0x68d90df7, 0x1392544f, 0x52e420f2, 0xaa437eb1, -0x355fe827, 0x5e5a497f, 0xb06b9003, 0x118c85ed, -0x7c8b1f9b, 0x710f30bf, 0xf42ad4e0, 0x70a17971, -0x3321840d, 0xebf2f3ca, 0x6820d080, 0xe5987997, -0xf1bcc9b5, 0x9357765e, 0x317884cf, 0x3449efff, -0x641d249c, 0x8dae0eec, 0xa5db1774, 0x1c06f4c6, -0x0dbd7c38, 0x18dd265a, 0x206eed23, 0x1b1f3780, -0x4e6b063c, 0x07169a13, 0x1b16ed6e, 0x87de6f65, -0xfe05eeca, 0xd3e6958f, 0xef53638e, 0xb8fa5b3a, -0xed4aa69c, 0xf229c96b, 0x922efea9, 0xf2e9f8d6, -0x7626207d, 0xac94bddd, 0xa055f4d1, 0x7cf49e93, -0xb68191fd, 0x5d1e0522, 0xb778bc1a, 0x667773ab, -0x0547d582, 0xb990ca6f, 0xae44199e, 0x090f8cbb, -0x66909346, 0x990b0a60, 0x866f804e, 0xafb29f1d, -0x85635204, 0x5531bc16, 0x766099af, 0x3128bdc5, -0x564838ac, 0x0f6a5d39, 0xc560f67b, 0xc7820c23, -0x05bb1328, 0x6f9484ee, 0x319809ab, 0xc0dead11, -0x30928a58, 0xcea6f365, 0xae4c63e2, 0x375bb2f5, -0x0d7b1cdb, 0x6777d042, 0x70d56f28, 0xa67ebccb, -0x1f02a61b, 0x148f5044, 0xa2ff3cd5, 0xdacfcf0e, -0xcec94c27, 0xee4af516, 0x0cddc248, 0x018cda30, -0x9d70143d, 0x197a6a8e, 0x6f651d33, 0x6faa4e8e, -0x8ebf8215, 0xead609df, 0xfd2f388b, 0xccb70ecc, -0x4a670925, 0xdd621f46, 0xb9e0bae9, 0xc9937471, -0x0a4232eb, 0xc7ba26cb, 0x8c3a7e17, 0xcef032c2, -0x73b75440, 0xcca87896, 0xb544c0d8, 0xcadfa89e, -0x3392961d, 0x5d99f95a, 0x00974612, 0xc5b871c6, -0x9336a0b2, 0x9dc01d28, 0xcf6f39e6, 0x847c7351, -0x0b990971, 0x70184dd8, 0xe5257c82, 0x721e7ef4, -0x8922a618, 0xacc61d52, 0xa31cb090, 0xec6e46bf, -0x0e22d152, 0x88c3a2f8, 0xd4cb10f6, 0x1e2bd43f, -0x67d26f37, 0xf6a2b4d3, 0xd4229cef, 0x89626856, -0x81400377, 0xa80b84d0, 0x1f5b6e64, 0xb5def54f, -0x8db7711e, 0x69b7f916, 0x1d3dda64, 0xe5c6d920, -0x6b3459ab, 0x5dc96ae2, 0x083308d7, 0xfa84b8a6, -0xb8f0a688, 0xa806c32f, 0x04d3a1a8, 0x58f5f04c, -0xf0233835, 0x7f5cb42f, 0x5eceef54, 0x577374c5, -0x51aa783b, 0x8ffe6da8, 0xc118f745, 0xe881675f, -0xb1e02bf3, 0x63db76ef, 0x8b0848ac, 0x0e0573ec, -0x1d4fc251, 0xf430354c, 0x38b5b60e, 0x0c942f9c, -0x67f1905c, 0x7428f8b0, 0x79297d7e, 0xa93f388c, -0x051e8616, 0x48e03984, 0x04d97406, 0x7413b6d4, -0x6a3f6f8d, 0xfaed5a44, 0xdc89c0a1, 0x1b2611d1, -0x21ca7dd6, 0x9c9d1448, 0xab3687c2, 0xc275130d, -0xbeec53d3, 0x93e05b62, 0xd164a9d6, 0x1418ada5, -0xcbb235da, 0x01cde834, 0x16d895fb, 0x5d916eeb, -0x2f8a4045, 0x671dd425, 0xab40ec3b, 0xed3eefda, -0xc1a93fd2, 0x348066fe, 0x538e9697, 0x3a73512a, -0x0eded14d, 0x7cc7085a, 0x1a769924, 0x8e11533c, -0xb961df1e, 0x73db50a8, 0xfe625496, 0x79b0bef6, -0x712f024b, 0x997a8bd8, 0x3009ce33, 0x38a922fa, -0x2f1b74d9, 0x70342c80, 0x587b1639, 0x9f02fd01, -0x5c8c4977, 0x6b0d1be1, 0xed9fb8fe, 0x0d1c9fa4, -0x3e51d08a, 0x2ecdd796, 0x71768e1b, 0x803c8b2d, -0xc009ac20, 0x242dc6ee, 0x6c9cfe25, 0x8cd3dbc4, -0xb35832db, 0x4613ba88, 0xab1274dd, 0xda19e833, -0x49c0fb40, 0xeb37ba33, 0xdf06e975, 0x90ad6d1b, -0x8aef380d, 0xa4cfb894, 0x107819ab, 0x01f89df1, -0x1ea242cc, 0x17626b76, 0x9568d1a8, 0x3e584238, -0x9c0ba10f, 0x3de6d8b8, 0xbcff277e, 0x94ba4d60, -0x24f88a80, 0x7d336afe, 0x04f4af38, 0xa435ae27, -0x82c5de40, 0x28b78b43, 0x5f4f3836, 0x809d1a13, -0xdb95ee3a, 0xacc8e9b4, 0xd0d6cf98, 0x9ba813cc, -0x6e89a462, 0x2afbe3c3, 0x5d662eef, 0x5365d477, -0x98bd0b86, 0x81c1601f, 0x15cd7693, 0x8b3d7ef9, -0xaf25331e, 0x49c24e40, 0xe6e8a26c, 0x0f083b65, -0xdcaa15a9, 0x26101687, 0x9dd1cad9, 0x80a9b15b, -0xac16e5e1, 0xb85861bd, 0x78c59bbe, 0x284648f0, -0x1f1af2cf, 0xbb834fbf, 0xd7d71460, 0xcf44c671, -0x573bd611, 0x76e94cde, 0x17c03286, 0x02621543, -0x705d0c85, 0x2b6d6b0f, 0xa8f17a22, 0xbde3ed1e, -0x09afd9cc, 0xf84955f8, 0xa7d1dabb, 0x82343b59, -0xa3fbc5f1, 0xfcdce701, 0xd600158c, 0x71262e33, -0xcb257268, 0xf3f17de9, 0x257ec37e, 0x366552f6, -0xd39c706d, 0x1372a7ef, 0x84fb48ea, 0xf1c4776a, -0x182f548f, 0xa5499971, 0x488e7904, 0x4167ba8d, -0x796aa238, 0x41eedf0e, 0xe65e7ffc, 0x7352ab66, -0x7ea8d981, 0x93c717f5, 0xc8124404, 0xa7447a65, -0x231dd863, 0x17581b25, 0xd10a9250, 0x5807994a, -0x12b18ae5, 0x80d03bbb, 0x7595c1b1, 0x6e878a42, -0xbc2db045, 0xde5c7e5d, 0x8f096855, 0x82dc150c, -0x7afd3dca, 0xf274e65a, 0x2abbe67f, 0x0145568c, -0x014dba37, 0x9a182028, 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-2334-m016fbB6.h b/src/cpu/intel/model_6fx/microcode-2334-m016fbB6.h deleted file mode 100644 index 2fe2879f436f..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2334-m016fbB6.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 */ -/* 2334-m016fbB6.inc */ -0x00000001, 0x000000b6, 0x07132007, 0x000006fb, -0xb3176c40, 0x00000001, 0x00000001, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x000000a1, 0x00020001, 0x000000b6, -0x00000035, 0x2a000000, 0x20070712, 0x000002f1, -0x00000001, 0x000006fb, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0xc67566b4, 0x105501ed, 0x8a79141f, 0xd976d998, -0x39025e8d, 0xc8d4def9, 0x136f7e41, 0xd876436e, -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, 0x8d12ea76, 0xc5c9c349, 0x92308263, -0xf78e4c9d, 0x72c29f88, 0xd19a18ac, 0x1c90e94d, -0xeb8c5d92, 0xf7bb5a98, 0xa62ae1bb, 0x1d37396a, -0x191737e5, 0xe423c9c2, 0x1c16fae4, 0xb95f9692, -0xaeae4fbf, 0xbed4707f, 0x70f70fa6, 0x3e80ad8a, -0x668f54d9, 0xff968f7e, 0xc4e24190, 0x0872ccf0, -0x4fa39955, 0x55a1a6f5, 0xc36d7848, 0xe82e7047, -0x3ea79a72, 0x27411065, 0x55930d6f, 0x8e94ddfa, -0x6008c698, 0xb315b1d6, 0xedee441f, 0xd3875916, -0xd0a76bae, 0x14ef297d, 0x6393320d, 0x69d787dd, -0x7973bdd6, 0x7e5c4c27, 0xdfe61741, 0xc631b12d, -0xcc99b991, 0xbeed1d1b, 0x9b3c5535, 0x78a48b4a, -0xe278d8a2, 0xf1c80ebe, 0x70f3ed4f, 0x4744194c, -0x53503244, 0xf94ab448, 0x04f48675, 0xa91912e6, -0x0fbe4a37, 0x22dd31d7, 0xc7b0cb0d, 0x752eebc1, -0x83141b0c, 0xb59e8702, 0x5efa7721, 0xc8440cd4, -0x94a00db5, 0xfafd13f4, 0x878cc0a0, 0x735a935a, -0x456ae71e, 0x405aa5f4, 0xcb272526, 0xeb85d034, -0x91f58175, 0xbab6094c, 0x48426d3c, 0x18bb5eea, -0xe9ee4304, 0x0868f031, 0x29413b52, 0x29ab13c3, -0x575646eb, 0xb24f2668, 0x142b91b2, 0xfa969908, -0x12b79a91, 0x38bc2ba2, 0x525e5da2, 0xabc63db2, -0x9bce15d9, 0xa2d2a006, 0xa1744c42, 0xf64f876a, -0x4121f17a, 0x0e24d1b5, 0xb27a09dd, 0x2741ca03, -0xd83fe2bc, 0x59a0aeee, 0xe861ab21, 0xb304ca71, -0xb8bc5b2b, 0x1553f2c5, 0x5d078685, 0x3de43e77, -0x8e1f2eb1, 0xa9eb40bc, 0x3bcb1973, 0x4721b5b6, -0x73e23954, 0xa9464b92, 0x82ad836e, 0x56b8a136, -0x4bb95ff6, 0xa538c8aa, 0xe2bf3da3, 0x1347a40a, -0x34f844c2, 0x596ab878, 0xa9f94b32, 0xdad18fd1, -0x6f2fda04, 0x09c10ec7, 0xed4a2d3f, 0x375add96, -0x0ae45688, 0xa594039e, 0x8fdae080, 0x7f3f4a68, -0xef496e17, 0xab450c5e, 0x9a43c59c, 0xf5394c3a, -0xf09dd852, 0xb9b41813, 0x45ed7124, 0xcfe1955c, -0x7e3eedcc, 0xf4603b14, 0x1907131c, 0x5b45ade1, -0x154c8205, 0xcf98affa, 0xfaf58903, 0xa071e600, -0x0814f47e, 0xacd29fff, 0xa9246964, 0x7a638372, -0x3d1061b1, 0xba47647e, 0xd1fbee16, 0x896dd880, -0x1c100f37, 0x99cb8778, 0x48062c08, 0xd0366a79, -0xa6d7ddb8, 0x86c68a9f, 0x02ac6f34, 0x0e144676, -0x20d43c65, 0xcb6a9b99, 0x0e1c9291, 0x9cfd5b8f, -0xac43cbcf, 0x34a7974d, 0xce017104, 0x975c2efc, -0xd55c5dbb, 0x0e16766d, 0x890dfd62, 0x2934622d, -0x709fa149, 0x21a94f12, 0x43113498, 0xb146aa2f, -0xfbbca7ff, 0x1782cec2, 0x9ff3b595, 0xfe4b2b95, -0x0fd2fbd8, 0x1651f923, 0xa74fe4cc, 0xd07a49c0, -0x0d0adba2, 0x9c70bce9, 0x08e8b8d7, 0x32dbe104, -0x6168b74f, 0x7a24fdbe, 0x5e3b2564, 0x6ffe5439, -0x1e7721c4, 0x94af4976, 0x1391cec8, 0xafa04102, -0x79d64355, 0xd88737af, 0xa2f2298f, 0xc980628f, -0x465e2d9b, 0x8b2bfcf2, 0xc46fb4fd, 0xc352c65c, -0xa3064ff7, 0x3b9264da, 0x7427ca4b, 0x41c01632, -0xa2d1ed33, 0x6cca9f3f, 0xf8b67421, 0x305e1584, -0xc9732051, 0x89a0091d, 0xc374e441, 0x587ab4e7, -0x958dd99b, 0x286d9f81, 0x10c67cdd, 0xb85d1783, -0x67b38f42, 0x30b90891, 0x45894054, 0xd050199d, -0x130063b6, 0x7b5e0863, 0x8a61c4d6, 0x2c44fe2e, -0x148428aa, 0xaa587921, 0xf542fe2b, 0x7b7da7e5, -0xed3bd14f, 0xb2616902, 0xc840e668, 0xb2623ee3, -0xbfc63cca, 0xed8b82dd, 0xf7d3cb2e, 0x41eab7ed, -0x8c3bfe0a, 0xd24a3c82, 0xd6d3d9be, 0x3aedf032, -0x957a863f, 0x04d80868, 0x1a59e52b, 0x52ee31fb, -0x8aa7dfa0, 0x2dfb638d, 0x2967e9cd, 0x0aa67bda, -0xd87b2b96, 0xea23ba62, 0xd6c97957, 0xa6f1cc56, -0xac8c9465, 0x3408348f, 0xc82fc701, 0xdf1d0e14, -0x11f617a5, 0x93f4964c, 0xebfae6fb, 0x07f0a028, -0xb40c5b7c, 0x6c0f33f6, 0x854abf0a, 0x89e518d1, -0xfcb70776, 0x1cf65ddc, 0x1dc0ae2e, 0x418ff41d, -0xafbc49f4, 0x064e2e27, 0x35ce2cc0, 0xece5ac9a, -0x7c245d5d, 0xf22af2a7, 0x5a5df3a5, 0xf991e2f4, -0xcd0b15fd, 0x68bd046a, 0xd29d50c6, 0x1e691c01, -0x7a4d3cd5, 0x2f6275da, 0xf1cee3f3, 0x84261101, -0xd32ecfdc, 0xe75fdec2, 0xc02846a8, 0x13f19aa6, -0x3dafe115, 0x2c2b0488, 0xbb9da407, 0x196198eb, -0x897db3b0, 0x58813217, 0x917af6ba, 0xf7fa30ff, -0x277c26a1, 0xde9ffb6a, 0x85eb946a, 0xb9a6295b, -0x3f7f687a, 0x17fef8a5, 0x3af23085, 0x457a11a3, -0x2a73b9a7, 0xedbfd16a, 0xd2e88242, 0x1e3c02e5, -0x0ea74671, 0x1fc9e250, 0x5a313d7d, 0xd5a49528, -0xe749e126, 0xdf0de086, 0x35b60d77, 0x07fb5491, -0xdedda50a, 0x51325ec5, 0x8cef16c0, 0x5dbc5f47, -0x0c02a13e, 0x76604b7c, 0xbfef93fb, 0x3e7f0bf0, -0xd1add7e3, 0xdd6c3a85, 0x6e1e119e, 0x38278895, -0xa8df00b8, 0x19f99ab9, 0x368b3ea6, 0xcde20a8b, -0xf7acd01f, 0xc59c84f9, 0x0a0b6d38, 0x18cb2d96, -0x37544234, 0xc2c89561, 0x603d7483, 0x8049a647, -0x86cee8e1, 0xfab3b928, 0xbf53d180, 0x548aaaef, -0xd0840b5d, 0x56475635, 0xa29f7fea, 0x1db9078e, -0xc29beac4, 0xe34189e0, 0xae65a95a, 0x5ba92288, -0x50152e52, 0x9ce2d6cc, 0x1a602dca, 0x72671a71, -0xde59b037, 0x7adb5fe0, 0xcadf39c4, 0x7110db44, -0x00200eee, 0xf2a574d0, 0x7cc14a56, 0x9b01c7c7, -0x363a0d5b, 0xff8a60e8, 0x34e900dc, 0x567b5d4e, -0x6b52d659, 0x82e22016, 0xd2e6cb9f, 0x611391c9, -0xe99bad01, 0xc6e46ebb, 0x14e29144, 0xb8e85f81, -0xea508116, 0xae7aa3b1, 0x6d535779, 0x673ec856, -0x285dfb55, 0x4671b198, 0x21491515, 0x1fd77e2b, -0x1dfbfa06, 0x442161e9, 0x0dfa5161, 0x9ba818fe, -0x708a8e17, 0xc9754986, 0xeef3ab77, 0x8caa3151, -0xfe6d3b59, 0xcfba71e2, 0x780b6c3f, 0x0fedcdbe, -0xb3dfbdf4, 0xbb0d7953, 0x1d9450d3, 0x58d71d72, -0x09d71b70, 0x679bd3ed, 0xd68bfb24, 0xe93470ed, -0x36b2a64a, 0x6ddb8077, 0xd6968654, 0x29868706, -0x30af7610, 0x0fc9eb07, 0x10690e76, 0xfe62ee78, -0x9ffb3fc6, 0x0c34f0e5, 0xbc01db4f, 0xd4fbb08f, -0x4420b704, 0xa4af88c9, 0x0a3ae196, 0x6af40c74, -0x08d58801, 0x886ba013, 0xd70a4f3e, 0x924c5830, -0x494ee315, 0x90f62676, 0x727c427b, 0x78e0fb4b, -0xf9b4508b, 0xac37411e, 0x8e1f7b36, 0x54778002, -0x00080c22, 0xd55e89e6, 0xef8b0961, 0x43eab9ab, -0x98e8e142, 0x9ef7eb71, 0xb1b0a6f8, 0xb259fec7, -0xd04d9f7f, 0x873a79fc, 0x6dff58bb, 0x7747a1ef, -0xef25d604, 0x21eb7b76, 0xee7cf400, 0x11056351, -0x57ecdffe, 0xfe939145, 0xf52794bb, 0x55917634, -0x9fb4d599, 0x5bf73f5e, 0x11382735, 0xc6cba6b8, -0x3ce059fe, 0x88f1bfbf, 0x4ed5941f, 0x9009764a, -0xf9c7f463, 0x0f28df41, 0x8cad66cf, 0x3ea7591c, -0x6707c286, 0xd47cb952, 0xf53392e2, 0x94e1a29e, -0xd4fb88f4, 0xa5fcaf93, 0xf5ba3444, 0x91249b70, -0x0bbeb5c9, 0xf943bfe9, 0x92629f51, 0xbc10d3f6, -0x9564f091, 0xad4bb29e, 0x0a50af33, 0xe8f79296, -0x8bf25c64, 0x81bdf02b, 0xec22d493, 0x0d2efea1, -0x52e2a6cf, 0xd412701d, 0xa17df71c, 0xb9f62247, -0x4d7b517a, 0xa9bd93a0, 0x94fb1eaa, 0x2d4bc7fb, -0xcd857966, 0xaf4953b6, 0xf664d4a2, 0xf1e12279, -0x1827aa2d, 0x6db71721, 0x28159f88, 0x9df25ab6, -0xa97443a9, 0x378b6644, 0x6ceebaef, 0x0e01e9fa, -0x048cf8b0, 0x962c3d48, 0x2d375c33, 0x407593a6, -0x693e2d8a, 0x9d5a557c, 0x44863ad9, 0x6ab3e26e, -0x3ec52d9f, 0x0933fed7, 0xa7b06032, 0x266f3a2f, -0x02575fdc, 0x2224ba45, 0x71c02d29, 0x1b08c7d1, -0x8b2200cb, 0xfc1c9a92, 0xbddc0508, 0xf3220cb2, -0xcf373ecb, 0x0dce00e9, 0x59e970e7, 0x0bd36624, -0xbbd1ce75, 0xa8641ec8, 0x06937187, 0xc3f2d380, -0x8a7adc67, 0x79f67552, 0x7fdf88a5, 0xb6941a6e, -0x0aafe9d5, 0x1d86eab7, 0x9240d112, 0xca6c7aac, -0x6ebaa150, 0xbba6c64f, 0xf20ec41c, 0x14a3c3fd, -0x8e3db21b, 0x66ad6654, 0xd339f5e1, 0x749714f2, -0xb22ba620, 0x9f4f0119, 0x3745aaec, 0x5ba03b86, -0x10bb4d86, 0x96309fe1, 0xf93c8620, 0x901c3170, -0x3224e497, 0x453639b7, 0xc8cb8101, 0x860a60c7, -0x10a69fae, 0x5cd0cf62, 0xf0c9fe79, 0x49b7f0b5, -0x89c719bf, 0x8caf497a, 0xca747cd6, 0x4a0cfabc, -0xb2f2cc33, 0x2768703f, 0x89e7e499, 0x44dd965b, -0xf7a772d7, 0xdd508108, 0x8a43b845, 0xba5a74e5, -0x6ca47c79, 0x72b9e0bc, 0x9479ce84, 0x3342f0b1, -0x9a39e2c0, 0x57808b69, 0x288ff4b6, 0xe5fab877, -0xed07f654, 0x0ee79da9, 0x02e7b183, 0x456fdb53, -0x11aeeb6c, 0x8c2fadb9, 0x67f79309, 0x2f97a264, -0x02af0d27, 0xf07f9608, 0xb66fd12c, 0x25e6bbc7, -0x92001908, 0xc52170a0, 0xc9fa7f41, 0xbf361c71, -0x33cd7f76, 0x776f9b61, 0x459cdfe1, 0x065dbdb5, -0x67a6f1d1, 0xcbbee73d, 0x2f7b516c, 0x1fda5e43, -0xeba7d6ab, 0x337c3557, 0x1f2477f5, 0xeec7d493, -0x749fa13a, 0x3c37e01d, 0xa78babcf, 0x9ee438d4, -0xaa57066a, 0x9efe96c5, 0x8d45bd8b, 0xbc36930b, -0xfbf60974, 0xdbb7844b, 0x44001279, 0x14e036b9, -0xb524f4a6, 0xad1cee3d, 0x351aca37, 0x22861da8, -0x0648f10b, 0x394078f1, 0x4287ef8c, 0x5c52b8a2, -0xaa345739, 0x959a7de2, 0xb1cd8059, 0x29b3e4f9, -0x3ee210dd, 0x7a4e3104, 0x7e6ccae0, 0xb6d003d5, -0xfda934b3, 0x0e0a48d0, 0xd4109873, 0x2812c616, -0x635c5c94, 0xe3f9d4ac, 0xf0a6aaca, 0x7541e3f6, -0x3fc3b0c4, 0x49fb84e3, 0x710f44de, 0x7557e168, -0xa524128c, 0xdac666c4, 0x0231bd62, 0x0f8d71da, -0xefc53932, 0xff6f8f71, 0xe28502da, 0x033e463d, -0xcd4e9499, 0x32702fe4, 0x51e3dedc, 0x9923eb00, -0x0d4391d5, 0x55abc4a1, 0xc487b606, 0x67a99b08, -0xf8f3b29a, 0xe21b51bc, 0x3cf54c4c, 0x5ce361fd, -0xa1bbcd20, 0x842530fd, 0xb916ed90, 0x6c0fc501, -0x0306ef82, 0x01f9412c, 0x1f418a83, 0xe1a87a00, -0xe3170dad, 0xee8e482f, 0x9a3c5c02, 0xb3be7f4b, -0x98a8e507, 0x8e567e9d, 0x878294a2, 0x0257b6d8, -0x478dd212, 0xad7f31c2, 0x0ddf5f18, 0x870a41d2, -0xb80eebad, 0x65d01cfd, 0x2420af2d, 0x03d4928d, -0x7ecdd5a2, 0xaed78097, 0x489bbdf8, 0xac3b4047, -0xf86fd0ed, 0xb6e1d459, 0x25cb9f89, 0xa930c756, -0x3fb6730b, 0x6dfd3141, 0x7040efde, 0x5e7b20c1, -0x7e0bf614, 0xff9f51c0, 0x0bc3d4c0, 0xa9646223, -0xf5d6bf0d, 0xa39adc0c, 0xbad2e29f, 0x1fb82009, -0x8a67db42, 0x33371921, 0x8fd37f99, 0x1d8bec6b, -0x3318d993, 0x1d1fc4cc, 0x809090c5, 0xcba8a502, -0x3fe6234f, 0xa0c82c20, 0xcebbdb15, 0xd63aa273, -0xa2697101, 0x0307172d, 0xc9ab9add, 0x10810732, -0xf9572b9e, 0x0446f0f0, 0x201f00ce, 0x58b49de0, -0xad59fb0a, 0xf68fa3d7, 0xf16e483c, 0x2c8712ae, -0x8d813fa1, 0x7cfd639f, 0x177ccd17, 0x20d1b4de, -0xcd0d849a, 0x172391be, 0x46960345, 0xeacd959a, -0x6b5bb948, 0xc918da1d, 0x10e663e9, 0xdeb1947b, -0x97a1daaf, 0xec2aeac7, 0x977a8130, 0xba638e7e, -0xe6013c46, 0x8139db8b, 0x8a99f837, 0xb764477a, -0xc5e25c77, 0xee619c4c, 0xf62b722b, 0x4c668ea5, -0xc844b875, 0xed00e58e, 0x374de0c6, 0x976c7b53, -0xa0f4b261, 0x57fede6a, 0x9c496394, 0x5d6bf467, -0x49c55f0b, 0x7fcaa93d, 0x80af6060, 0x2c06d418, -0x05b6c9f4, 0x530b1c98, 0xf399a24f, 0x5d696799, -0xb4f01406, 0x950b7725, 0x161cc738, 0xbb2cb047, -0xb00e5899, 0xef80ad2e, 0x258efb9f, 0xcea45c0f, -0x2b92718c, 0x43b2b1f2, 0x859df60a, 0xf2d38ec7, -0x8a21f675, 0x8736fc22, 0xe54f56a2, 0x399bf38f, -0x2f0ab0e9, 0x867d5f7c, 0xfb1d5d33, 0xfc37f1bf, -0x54d69e7a, 0xf7857201, 0x38a74088, 0xe9b7f4c7, -0x1499d362, 0x107b8406, 0x9d232cca, 0x258c896f, -0x492dbe35, 0xa501bc07, 0x9163e950, 0xc8bc7f87, -0xad441a50, 0x05951263, 0x90e3eecb, 0x53902d55, -0xed85a316, 0x601f2763, 0x11406d6d, 0x8a6595bb, -0x7742c2e9, 0xc0110a3f, 0x9e302c92, 0x3bad12f5, -0x92621943, 0x15d9ffa7, 0xbf4c7e98, 0xe4329cd4, -0x2dd15e35, 0x14f41072, 0xeb93b35f, 0xa46fda4b, -0xb397dd25, 0xff473a19, 0x4e671ddd, 0xeab28b65, -0x248ee99b, 0xda0fd07e, 0x90622959, 0xaa1b00fc, -0xf66ab278, 0x468a4536, 0x9e8b7fd4, 0x2248ca01, -0x14849148, 0x8b112b0e, 0x9fbe1840, 0xd9329b20, -0x3411070d, 0x18303ffc, 0x6227a516, 0x482105b6, -0xada6610c, 0x4974a4e4, 0x37edb9b2, 0x60cdcd07, -0xb385a684, 0xe40e9d41, 0xd213f44d, 0x1e6f0465, -0x3d9341ba, 0xe6b1ca3f, 0xd90134d2, 0x30a84f64, -0x985f3aa1, 0x8f8960cd, 0x4bbb5ac7, 0x813e6e6c, -0xf9da3cc0, 0x376b463f, 0xbe42b933, 0x601f62a2, -0x3f912588, 0xc3d98614, 0x4a86672b, 0xf83e9f6e, -0x8bc8b9f3, 0x656a02e4, 0x9ed5cf15, 0x71db2aa9, -0xdee9e1ae, 0x31bce974, 0xd90df1ff, 0x2407f850, -0x7dad6b36, 0x04b02538, 0xf3ab51da, 0xadb88427, -0xa8fd87c2, 0x44e3913d, 0x53db94bb, 0x7b9c97d6, -0x1c139a60, 0x446e3d77, 0x7718ed0b, 0xf21d7332, -0xb7acf39c, 0x80a90b35, 0xd6d5b48a, 0x63a41462, -0x00234218, 0x90744431, 0xcd22c178, 0x270c0b5c, -0xafbfd299, 0x69a4382c, 0xa910cd4a, 0xe33fb607, -0xc6466ac3, 0x800bd126, 0xddf65ba6, 0x9363268e, diff --git a/src/cpu/intel/model_6fx/microcode-2336-m106fbB6.h b/src/cpu/intel/model_6fx/microcode-2336-m106fbB6.h deleted file mode 100644 index 3beba429a8ba..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2336-m106fbB6.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 */ -/* 2336-m106fbB6.inc */ -0x00000001, 0x000000b6, 0x07132007, 0x000006fb, -0x5e5a71a7, 0x00000001, 0x00000010, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x000000a1, 0x00020001, 0x000000b6, -0x00000035, 0x2a000000, 0x20070712, 0x000002f1, -0x00000001, 0x000006fb, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0xc67566b4, 0x105501ed, 0x8a79141f, 0xd976d998, -0x39025e8d, 0xc8d4def9, 0x136f7e41, 0xd876436e, -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, 0x8d12ea76, 0xc5c9c349, 0x92308263, -0xf78e4c9d, 0x72c29f88, 0xd19a18ac, 0x1c90e94d, -0xeb8c5d92, 0xf7bb5a98, 0xa62ae1bb, 0x1d37396a, -0x191737e5, 0xe423c9c2, 0x1c16fae4, 0xb95f9692, -0xaeae4fbf, 0xbed4707f, 0x70f70fa6, 0x3e80ad8a, -0x668f54d9, 0xff968f7e, 0xc4e24190, 0x0872ccf0, -0x4fa39955, 0x55a1a6f5, 0xc36d7848, 0xe82e7047, -0x3ea79a72, 0x27411065, 0x55930d6f, 0x8e94ddfa, -0x6008c698, 0xb315b1d6, 0xedee441f, 0xd3875916, -0xd0a76bae, 0x14ef297d, 0x6393320d, 0x69d787dd, -0x7973bdd6, 0x7e5c4c27, 0xdfe61741, 0xc631b12d, -0xcc99b991, 0xbeed1d1b, 0x9b3c5535, 0x78a48b4a, -0xe278d8a2, 0xf1c80ebe, 0x70f3ed4f, 0x4744194c, -0x53503244, 0xf94ab448, 0x04f48675, 0xa91912e6, -0x0fbe4a37, 0x22dd31d7, 0xc7b0cb0d, 0x752eebc1, -0x83141b0c, 0xb59e8702, 0x5efa7721, 0xc8440cd4, -0x94a00db5, 0xfafd13f4, 0x878cc0a0, 0x735a935a, -0x456ae71e, 0x405aa5f4, 0xcb272526, 0xeb85d034, -0x91f58175, 0xbab6094c, 0x48426d3c, 0x18bb5eea, -0xe9ee4304, 0x0868f031, 0x29413b52, 0x29ab13c3, -0x575646eb, 0xb24f2668, 0x142b91b2, 0xfa969908, -0x12b79a91, 0x38bc2ba2, 0x525e5da2, 0xabc63db2, -0x9bce15d9, 0xa2d2a006, 0xa1744c42, 0xf64f876a, -0x4121f17a, 0x0e24d1b5, 0xb27a09dd, 0x2741ca03, -0xd83fe2bc, 0x59a0aeee, 0xe861ab21, 0xb304ca71, -0xb8bc5b2b, 0x1553f2c5, 0x5d078685, 0x3de43e77, -0x8e1f2eb1, 0xa9eb40bc, 0x3bcb1973, 0x4721b5b6, -0x73e23954, 0xa9464b92, 0x82ad836e, 0x56b8a136, -0x4bb95ff6, 0xa538c8aa, 0xe2bf3da3, 0x1347a40a, -0x34f844c2, 0x596ab878, 0xa9f94b32, 0xdad18fd1, -0x6f2fda04, 0x09c10ec7, 0xed4a2d3f, 0x375add96, -0x0ae45688, 0xa594039e, 0x8fdae080, 0x7f3f4a68, -0xef496e17, 0xab450c5e, 0x9a43c59c, 0xf5394c3a, -0xf09dd852, 0xb9b41813, 0x45ed7124, 0xcfe1955c, -0x7e3eedcc, 0xf4603b14, 0x1907131c, 0x5b45ade1, -0x154c8205, 0xcf98affa, 0xfaf58903, 0xa071e600, -0x0814f47e, 0xacd29fff, 0xa9246964, 0x7a638372, -0x3d1061b1, 0xba47647e, 0xd1fbee16, 0x896dd880, -0x1c100f37, 0x99cb8778, 0x48062c08, 0xd0366a79, -0xa6d7ddb8, 0x86c68a9f, 0x02ac6f34, 0x0e144676, -0x20d43c65, 0xcb6a9b99, 0x0e1c9291, 0x9cfd5b8f, -0xac43cbcf, 0x34a7974d, 0xce017104, 0x975c2efc, -0xd55c5dbb, 0x0e16766d, 0x890dfd62, 0x2934622d, -0x709fa149, 0x21a94f12, 0x43113498, 0xb146aa2f, -0xfbbca7ff, 0x1782cec2, 0x9ff3b595, 0xfe4b2b95, -0x0fd2fbd8, 0x1651f923, 0xa74fe4cc, 0xd07a49c0, -0x0d0adba2, 0x9c70bce9, 0x08e8b8d7, 0x32dbe104, -0x6168b74f, 0x7a24fdbe, 0x5e3b2564, 0x6ffe5439, -0x1e7721c4, 0x94af4976, 0x1391cec8, 0xafa04102, -0x79d64355, 0xd88737af, 0xa2f2298f, 0xc980628f, -0x465e2d9b, 0x8b2bfcf2, 0xc46fb4fd, 0xc352c65c, -0xa3064ff7, 0x3b9264da, 0x7427ca4b, 0x41c01632, -0xa2d1ed33, 0x6cca9f3f, 0xf8b67421, 0x305e1584, -0xc9732051, 0x89a0091d, 0xc374e441, 0x587ab4e7, -0x958dd99b, 0x286d9f81, 0x10c67cdd, 0xb85d1783, -0x67b38f42, 0x30b90891, 0x45894054, 0xd050199d, -0x130063b6, 0x7b5e0863, 0x8a61c4d6, 0x2c44fe2e, -0x148428aa, 0xaa587921, 0xf542fe2b, 0x7b7da7e5, -0xed3bd14f, 0xb2616902, 0xc840e668, 0xb2623ee3, -0xbfc63cca, 0xed8b82dd, 0xf7d3cb2e, 0x41eab7ed, -0x8c3bfe0a, 0xd24a3c82, 0xd6d3d9be, 0x3aedf032, -0x957a863f, 0x04d80868, 0x1a59e52b, 0x52ee31fb, -0x8aa7dfa0, 0x2dfb638d, 0x2967e9cd, 0x0aa67bda, -0xd87b2b96, 0xea23ba62, 0xd6c97957, 0xa6f1cc56, -0xac8c9465, 0x3408348f, 0xc82fc701, 0xdf1d0e14, -0x11f617a5, 0x93f4964c, 0xebfae6fb, 0x07f0a028, -0xb40c5b7c, 0x6c0f33f6, 0x854abf0a, 0x89e518d1, -0xfcb70776, 0x1cf65ddc, 0x1dc0ae2e, 0x418ff41d, -0xafbc49f4, 0x064e2e27, 0x35ce2cc0, 0xece5ac9a, -0x7c245d5d, 0xf22af2a7, 0x5a5df3a5, 0xf991e2f4, -0xcd0b15fd, 0x68bd046a, 0xd29d50c6, 0x1e691c01, -0x7a4d3cd5, 0x2f6275da, 0xf1cee3f3, 0x84261101, -0xd32ecfdc, 0xe75fdec2, 0xc02846a8, 0x13f19aa6, -0x3dafe115, 0x2c2b0488, 0xbb9da407, 0x196198eb, -0x897db3b0, 0x58813217, 0x917af6ba, 0xf7fa30ff, -0x277c26a1, 0xde9ffb6a, 0x85eb946a, 0xb9a6295b, -0x3f7f687a, 0x17fef8a5, 0x3af23085, 0x457a11a3, -0x2a73b9a7, 0xedbfd16a, 0xd2e88242, 0x1e3c02e5, -0x0ea74671, 0x1fc9e250, 0x5a313d7d, 0xd5a49528, -0xe749e126, 0xdf0de086, 0x35b60d77, 0x07fb5491, -0xdedda50a, 0x51325ec5, 0x8cef16c0, 0x5dbc5f47, -0x0c02a13e, 0x76604b7c, 0xbfef93fb, 0x3e7f0bf0, -0xd1add7e3, 0xdd6c3a85, 0x6e1e119e, 0x38278895, -0xa8df00b8, 0x19f99ab9, 0x368b3ea6, 0xcde20a8b, -0xf7acd01f, 0xc59c84f9, 0x0a0b6d38, 0x18cb2d96, -0x37544234, 0xc2c89561, 0x603d7483, 0x8049a647, -0x86cee8e1, 0xfab3b928, 0xbf53d180, 0x548aaaef, -0xd0840b5d, 0x56475635, 0xa29f7fea, 0x1db9078e, -0xc29beac4, 0xe34189e0, 0xae65a95a, 0x5ba92288, -0x50152e52, 0x9ce2d6cc, 0x1a602dca, 0x72671a71, -0xde59b037, 0x7adb5fe0, 0xcadf39c4, 0x7110db44, -0x00200eee, 0xf2a574d0, 0x7cc14a56, 0x9b01c7c7, -0x363a0d5b, 0xff8a60e8, 0x34e900dc, 0x567b5d4e, -0x6b52d659, 0x82e22016, 0xd2e6cb9f, 0x611391c9, -0xe99bad01, 0xc6e46ebb, 0x14e29144, 0xb8e85f81, -0xea508116, 0xae7aa3b1, 0x6d535779, 0x673ec856, -0x285dfb55, 0x4671b198, 0x21491515, 0x1fd77e2b, -0x1dfbfa06, 0x442161e9, 0x0dfa5161, 0x9ba818fe, -0x708a8e17, 0xc9754986, 0xeef3ab77, 0x8caa3151, -0xfe6d3b59, 0xcfba71e2, 0x780b6c3f, 0x0fedcdbe, -0xb3dfbdf4, 0xbb0d7953, 0x1d9450d3, 0x58d71d72, -0x09d71b70, 0x679bd3ed, 0xd68bfb24, 0xe93470ed, -0x36b2a64a, 0x6ddb8077, 0xd6968654, 0x29868706, -0x30af7610, 0x0fc9eb07, 0x10690e76, 0xfe62ee78, -0x9ffb3fc6, 0x0c34f0e5, 0xbc01db4f, 0xd4fbb08f, -0x4420b704, 0xa4af88c9, 0x0a3ae196, 0x6af40c74, -0x08d58801, 0x886ba013, 0xd70a4f3e, 0x924c5830, -0x494ee315, 0x90f62676, 0x727c427b, 0x78e0fb4b, -0xf9b4508b, 0xac37411e, 0x8e1f7b36, 0x54778002, -0x00080c22, 0xd55e89e6, 0xef8b0961, 0x43eab9ab, -0x98e8e142, 0x9ef7eb71, 0xb1b0a6f8, 0xb259fec7, -0xd04d9f7f, 0x873a79fc, 0x6dff58bb, 0x7747a1ef, -0xef25d604, 0x21eb7b76, 0xee7cf400, 0x11056351, -0x57ecdffe, 0xfe939145, 0xf52794bb, 0x55917634, -0x9fb4d599, 0x5bf73f5e, 0x11382735, 0xc6cba6b8, -0x3ce059fe, 0x88f1bfbf, 0x4ed5941f, 0x9009764a, -0xf9c7f463, 0x0f28df41, 0x8cad66cf, 0x3ea7591c, -0x6707c286, 0xd47cb952, 0xf53392e2, 0x94e1a29e, -0xd4fb88f4, 0xa5fcaf93, 0xf5ba3444, 0x91249b70, -0x0bbeb5c9, 0xf943bfe9, 0x92629f51, 0xbc10d3f6, -0x9564f091, 0xad4bb29e, 0x0a50af33, 0xe8f79296, -0x8bf25c64, 0x81bdf02b, 0xec22d493, 0x0d2efea1, -0x52e2a6cf, 0xd412701d, 0xa17df71c, 0xb9f62247, -0x4d7b517a, 0xa9bd93a0, 0x94fb1eaa, 0x2d4bc7fb, -0xcd857966, 0xaf4953b6, 0xf664d4a2, 0xf1e12279, -0x1827aa2d, 0x6db71721, 0x28159f88, 0x9df25ab6, -0xa97443a9, 0x378b6644, 0x6ceebaef, 0x0e01e9fa, -0x048cf8b0, 0x962c3d48, 0x2d375c33, 0x407593a6, -0x693e2d8a, 0x9d5a557c, 0x44863ad9, 0x6ab3e26e, -0x3ec52d9f, 0x0933fed7, 0xa7b06032, 0x266f3a2f, -0x02575fdc, 0x2224ba45, 0x71c02d29, 0x1b08c7d1, -0x8b2200cb, 0xfc1c9a92, 0xbddc0508, 0xf3220cb2, -0xcf373ecb, 0x0dce00e9, 0x59e970e7, 0x0bd36624, -0xbbd1ce75, 0xa8641ec8, 0x06937187, 0xc3f2d380, -0x8a7adc67, 0x79f67552, 0x7fdf88a5, 0xb6941a6e, -0x0aafe9d5, 0x1d86eab7, 0x9240d112, 0xca6c7aac, -0x6ebaa150, 0xbba6c64f, 0xf20ec41c, 0x14a3c3fd, -0x8e3db21b, 0x66ad6654, 0xd339f5e1, 0x749714f2, -0xb22ba620, 0x9f4f0119, 0x3745aaec, 0x5ba03b86, -0x10bb4d86, 0x96309fe1, 0xf93c8620, 0x901c3170, -0x3224e497, 0x453639b7, 0xc8cb8101, 0x860a60c7, -0x10a69fae, 0x5cd0cf62, 0xf0c9fe79, 0x49b7f0b5, -0x89c719bf, 0x8caf497a, 0xca747cd6, 0x4a0cfabc, -0xb2f2cc33, 0x2768703f, 0x89e7e499, 0x44dd965b, -0xf7a772d7, 0xdd508108, 0x8a43b845, 0xba5a74e5, -0x6ca47c79, 0x72b9e0bc, 0x9479ce84, 0x3342f0b1, -0x9a39e2c0, 0x57808b69, 0x288ff4b6, 0xe5fab877, -0xed07f654, 0x0ee79da9, 0x02e7b183, 0x456fdb53, -0x11aeeb6c, 0x8c2fadb9, 0x67f79309, 0x2f97a264, -0x02af0d27, 0xf07f9608, 0xb66fd12c, 0x25e6bbc7, -0x92001908, 0xc52170a0, 0xc9fa7f41, 0xbf361c71, -0x33cd7f76, 0x776f9b61, 0x459cdfe1, 0x065dbdb5, -0x67a6f1d1, 0xcbbee73d, 0x2f7b516c, 0x1fda5e43, -0xeba7d6ab, 0x337c3557, 0x1f2477f5, 0xeec7d493, -0x749fa13a, 0x3c37e01d, 0xa78babcf, 0x9ee438d4, -0xaa57066a, 0x9efe96c5, 0x8d45bd8b, 0xbc36930b, -0xfbf60974, 0xdbb7844b, 0x44001279, 0x14e036b9, -0xb524f4a6, 0xad1cee3d, 0x351aca37, 0x22861da8, -0x0648f10b, 0x394078f1, 0x4287ef8c, 0x5c52b8a2, -0xaa345739, 0x959a7de2, 0xb1cd8059, 0x29b3e4f9, -0x3ee210dd, 0x7a4e3104, 0x7e6ccae0, 0xb6d003d5, -0xfda934b3, 0x0e0a48d0, 0xd4109873, 0x2812c616, -0x635c5c94, 0xe3f9d4ac, 0xf0a6aaca, 0x7541e3f6, -0x3fc3b0c4, 0x49fb84e3, 0x710f44de, 0x7557e168, -0xa524128c, 0xb4ca4c26, 0x473e043d, 0x00d2821f, -0x39bc0871, 0xc0f825f8, 0xa22a8627, 0xe13c2de4, -0x2fec6683, 0xfe2b7af7, 0x23eb8e5b, 0x4e0e6e44, -0x0308ab02, 0xa228df71, 0xff5cec44, 0xacdcfbaa, -0x92c6c3e6, 0x68e4150d, 0x11087f00, 0xabdc3bd4, -0xb8dd26da, 0x18627343, 0x5ce82e6d, 0x11c05a6f, -0x8a609a73, 0x3bb8d2fb, 0x5aa4eb39, 0xf89751d7, -0xd2259651, 0x342d297f, 0xe4ab916a, 0x1c96d759, -0x42b26d03, 0x51771d78, 0xef2f8396, 0x9e7e7379, -0x6a28bb1f, 0x03155776, 0xb07e87e8, 0x53e37e86, -0x24c0874f, 0xe92c4b2c, 0x196392c2, 0xdd1208c6, -0x7c84ce52, 0xbd0babaf, 0xf2485778, 0xd8a2b514, -0x5f1c6f73, 0x88b4b082, 0x276e2be0, 0xf6589d80, -0xde140abb, 0x58a6d091, 0x0e42a6e1, 0xc972b503, -0x3c26a09a, 0xb266a0be, 0x94649d3b, 0x41115c79, -0xa0b7dbd2, 0x721acb50, 0xd7bf8b36, 0xc7f9f7cb, -0x74d852f8, 0x8528edb8, 0x77e2cc4e, 0x2ddd65da, -0x74ef8037, 0xe48969b2, 0x330e8588, 0xb633554d, -0x609d1eec, 0xc4bd5986, 0xf8129f98, 0x05ec27b8, -0x03ecbe2d, 0x2bcbaebc, 0xc2c47373, 0x12894413, -0x44754eda, 0xd3e34546, 0x1333bd0a, 0x124ef238, -0x8844e192, 0x0b55645f, 0xa4d57aa5, 0x2a868d45, -0x2a23afbd, 0xfa7355bd, 0xf5119cd0, 0xbb01cac3, -0x78667085, 0xd4aaa465, 0xda92200c, 0x72c6aa69, -0x7ee61a47, 0xdb5e8a13, 0x486b9ad5, 0x1a3e1497, -0xe484d83d, 0x8c01e389, 0xe71a32a6, 0x8eccec7b, -0xa5cc579d, 0x337431be, 0x89a1bfb2, 0x93dd4f6e, -0xd5417607, 0x3d321435, 0x4fbddc50, 0xcedb04ff, -0xf6a2ae51, 0x60bdcdef, 0x97e70b67, 0x0fbdc596, -0xa08d5b80, 0x05c8368b, 0x524819f2, 0x98e5708f, -0x1dd76543, 0x92f36601, 0xbacd9ed4, 0xa97f5533, -0x8f5aa949, 0x3fe4aaf4, 0x96a9280c, 0xadbb7c35, -0xb8f83f0f, 0xcc5a1f8a, 0x89752caf, 0xcd4c2e1e, -0x77d78e44, 0xb1aa165b, 0x67a987b4, 0xc23319c9, -0x16e8293e, 0x2cf911f0, 0x7bf83540, 0x61c5dcf3, -0xbd28d091, 0xea696427, 0xb06937e0, 0xe11eceff, -0xa69f2a87, 0xba41c16a, 0x8991d3b0, 0x5a15df6c, -0x5aa35438, 0xcb880a2f, 0x564f7cb7, 0x47cdc8e6, -0xe2e1a3ca, 0x3eed6e0c, 0x4b3e4200, 0x6a2bb79a, -0x425dd2e9, 0x5c3a0b34, 0xecbafc25, 0x5c2981c0, -0xead1c8c3, 0xc36e7dea, 0x9dfa32b9, 0x75cdfe6f, -0x29455323, 0xbaeb62df, 0xcf102c9f, 0xeccb75d3, -0x777f06a3, 0x10cda97b, 0xcc6c2ee1, 0xcb235b39, -0xcf8e7cdd, 0x01920c9a, 0x64b640a5, 0x4fa59fb4, -0x7425d18d, 0xc3eca5e4, 0x30997afa, 0x0abf8b3d, -0x7b10acf7, 0xd9729dfb, 0xc86419e7, 0xfc13aa07, -0xf1f6f7b2, 0x02a16930, 0x87dab49d, 0xcd2e2863, -0xf5222ad9, 0x13b4aa81, 0x2c7ac35e, 0xa96174ed, -0x766e67d9, 0xb2c19936, 0xa709bf29, 0x00e6b0f5, -0x832c1292, 0x6c3b45bf, 0xa09862c4, 0x8b734d08, -0x7531434d, 0x50f5810f, 0x5bd87aa6, 0x5475296b, -0xece2de76, 0xaad31105, 0xcb831e28, 0xb9fe36c6, -0xc183a0cb, 0xe8f968da, 0x2a41f474, 0x8aa7cc1c, -0xc43a68c3, 0xf8fc3386, 0x5f3301a6, 0xf7632604, -0x128436cd, 0xd16f3ce5, 0x667b508e, 0xbf5756f8, -0x8e0e3a42, 0x6cbcd0de, 0xbe5fedf4, 0x9b83de71, -0x937bd7a4, 0xe871eeb9, 0x6e5e611e, 0x6b29d325, -0x69fcccb7, 0x976b9570, 0xe896873e, 0x9d941355, -0xd726628f, 0x69776f84, 0x94e7b692, 0x9100e226, -0x92fb2e7b, 0x7c884944, 0x2479baae, 0xd13fab34, -0x9c8a6f04, 0x75b25e71, 0x2ccc54c8, 0x3d819a0a, -0x45043845, 0x5ff7efe1, 0x63bbeaf5, 0x28b57d96, -0x6c8f5378, 0x788400a8, 0xbafbb398, 0x246dfae2, -0x074495d9, 0x9f51fe8a, 0xb9026bde, 0xe3b2e2de, -0x2a4443b1, 0x6075ab0b, 0x3a4372eb, 0xedd7b9fd, diff --git a/src/cpu/intel/model_6fx/microcode-2337-m806fbB6.h b/src/cpu/intel/model_6fx/microcode-2337-m806fbB6.h deleted file mode 100644 index c0c53ca69b38..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2337-m806fbB6.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 */ -/* 2337-m806fbB6.inc */ -0x00000001, 0x000000b6, 0x07132007, 0x000006fb, -0x2831cee4, 0x00000001, 0x00000080, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x000000a1, 0x00020001, 0x000000b6, -0x00000035, 0x2a000000, 0x20070712, 0x000002f1, -0x00000001, 0x000006fb, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0xc67566b4, 0x105501ed, 0x8a79141f, 0xd976d998, -0x39025e8d, 0xc8d4def9, 0x136f7e41, 0xd876436e, -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, 0x8d12ea76, 0xc5c9c349, 0x92308263, -0xf78e4c9d, 0x72c29f88, 0xd19a18ac, 0x1c90e94d, -0xeb8c5d92, 0xf7bb5a98, 0xa62ae1bb, 0x1d37396a, -0x191737e5, 0xe423c9c2, 0x1c16fae4, 0xb95f9692, -0xaeae4fbf, 0xbed4707f, 0x70f70fa6, 0x3e80ad8a, -0x668f54d9, 0xff968f7e, 0xc4e24190, 0x0872ccf0, -0x4fa39955, 0x55a1a6f5, 0xc36d7848, 0xe82e7047, -0x3ea79a72, 0x27411065, 0x55930d6f, 0x8e94ddfa, -0x6008c698, 0xb315b1d6, 0xedee441f, 0xd3875916, -0xd0a76bae, 0x14ef297d, 0x6393320d, 0x69d787dd, -0x7973bdd6, 0x7e5c4c27, 0xdfe61741, 0xc631b12d, -0xcc99b991, 0xbeed1d1b, 0x9b3c5535, 0x78a48b4a, -0xe278d8a2, 0xf1c80ebe, 0x70f3ed4f, 0x4744194c, -0x53503244, 0xf94ab448, 0x04f48675, 0xa91912e6, -0x0fbe4a37, 0x22dd31d7, 0xc7b0cb0d, 0x752eebc1, -0x83141b0c, 0xb59e8702, 0x5efa7721, 0xc8440cd4, -0x94a00db5, 0xfafd13f4, 0x878cc0a0, 0x735a935a, -0x456ae71e, 0x405aa5f4, 0xcb272526, 0xeb85d034, -0x91f58175, 0xbab6094c, 0x48426d3c, 0x18bb5eea, -0xe9ee4304, 0x0868f031, 0x29413b52, 0x29ab13c3, -0x575646eb, 0xb24f2668, 0x142b91b2, 0xfa969908, -0x12b79a91, 0x38bc2ba2, 0x525e5da2, 0xabc63db2, -0x9bce15d9, 0xa2d2a006, 0xa1744c42, 0xf64f876a, -0x4121f17a, 0x0e24d1b5, 0xb27a09dd, 0x2741ca03, -0xd83fe2bc, 0x59a0aeee, 0xe861ab21, 0xb304ca71, -0xb8bc5b2b, 0x1553f2c5, 0x5d078685, 0x3de43e77, -0x8e1f2eb1, 0xa9eb40bc, 0x3bcb1973, 0x4721b5b6, -0x73e23954, 0xa9464b92, 0x82ad836e, 0x56b8a136, -0x4bb95ff6, 0xa538c8aa, 0xe2bf3da3, 0x1347a40a, -0x34f844c2, 0x596ab878, 0xa9f94b32, 0xdad18fd1, -0x6f2fda04, 0x09c10ec7, 0xed4a2d3f, 0x375add96, -0x0ae45688, 0xa594039e, 0x8fdae080, 0x7f3f4a68, -0xef496e17, 0xab450c5e, 0x9a43c59c, 0xf5394c3a, -0xf09dd852, 0xb9b41813, 0x45ed7124, 0xcfe1955c, -0x7e3eedcc, 0xf4603b14, 0x1907131c, 0x5b45ade1, -0x154c8205, 0xcf98affa, 0xfaf58903, 0xa071e600, -0x0814f47e, 0xacd29fff, 0xa9246964, 0x7a638372, -0x3d1061b1, 0xba47647e, 0xd1fbee16, 0x896dd880, -0x1c100f37, 0x99cb8778, 0x48062c08, 0xd0366a79, -0xa6d7ddb8, 0x86c68a9f, 0x02ac6f34, 0x0e144676, -0x20d43c65, 0xcb6a9b99, 0x0e1c9291, 0x9cfd5b8f, -0xac43cbcf, 0x34a7974d, 0xce017104, 0x975c2efc, -0xd55c5dbb, 0x0e16766d, 0x890dfd62, 0x2934622d, -0x709fa149, 0x21a94f12, 0x43113498, 0xb146aa2f, -0xfbbca7ff, 0x1782cec2, 0x9ff3b595, 0xfe4b2b95, -0x0fd2fbd8, 0x1651f923, 0xa74fe4cc, 0xd07a49c0, -0x0d0adba2, 0x9c70bce9, 0x08e8b8d7, 0x32dbe104, -0x6168b74f, 0x7a24fdbe, 0x5e3b2564, 0x6ffe5439, -0x1e7721c4, 0x94af4976, 0x1391cec8, 0xafa04102, -0x79d64355, 0xd88737af, 0xa2f2298f, 0xc980628f, -0x465e2d9b, 0x8b2bfcf2, 0xc46fb4fd, 0xc352c65c, -0xa3064ff7, 0x3b9264da, 0x7427ca4b, 0x41c01632, -0xa2d1ed33, 0x6cca9f3f, 0xf8b67421, 0x305e1584, -0xc9732051, 0x89a0091d, 0xc374e441, 0x587ab4e7, -0x958dd99b, 0x286d9f81, 0x10c67cdd, 0xb85d1783, -0x67b38f42, 0x30b90891, 0x45894054, 0xd050199d, -0x130063b6, 0x7b5e0863, 0x8a61c4d6, 0x2c44fe2e, -0x148428aa, 0xaa587921, 0xf542fe2b, 0x7b7da7e5, -0xed3bd14f, 0xb2616902, 0xc840e668, 0xb2623ee3, -0xbfc63cca, 0xed8b82dd, 0xf7d3cb2e, 0x41eab7ed, -0x8c3bfe0a, 0xd24a3c82, 0xd6d3d9be, 0x3aedf032, -0x957a863f, 0x04d80868, 0x1a59e52b, 0x52ee31fb, -0x8aa7dfa0, 0x2dfb638d, 0x2967e9cd, 0x0aa67bda, -0xd87b2b96, 0xea23ba62, 0xd6c97957, 0xa6f1cc56, -0xac8c9465, 0x3408348f, 0xc82fc701, 0xdf1d0e14, -0x11f617a5, 0x93f4964c, 0xebfae6fb, 0x07f0a028, -0xb40c5b7c, 0x6c0f33f6, 0x854abf0a, 0x89e518d1, -0xfcb70776, 0x1cf65ddc, 0x1dc0ae2e, 0x418ff41d, -0xafbc49f4, 0x064e2e27, 0x35ce2cc0, 0xece5ac9a, -0x7c245d5d, 0xf22af2a7, 0x5a5df3a5, 0xf991e2f4, -0xcd0b15fd, 0x68bd046a, 0xd29d50c6, 0x1e691c01, -0x7a4d3cd5, 0x2f6275da, 0xf1cee3f3, 0x84261101, -0xd32ecfdc, 0xe75fdec2, 0xc02846a8, 0x13f19aa6, -0x3dafe115, 0x2c2b0488, 0xbb9da407, 0x196198eb, -0x897db3b0, 0x58813217, 0x917af6ba, 0xf7fa30ff, -0x277c26a1, 0xde9ffb6a, 0x85eb946a, 0xb9a6295b, -0x3f7f687a, 0x17fef8a5, 0x3af23085, 0x457a11a3, -0x2a73b9a7, 0xedbfd16a, 0xd2e88242, 0x1e3c02e5, -0x0ea74671, 0x1fc9e250, 0x5a313d7d, 0xd5a49528, -0xe749e126, 0xdf0de086, 0x35b60d77, 0x07fb5491, -0xdedda50a, 0x51325ec5, 0x8cef16c0, 0x5dbc5f47, -0x0c02a13e, 0x76604b7c, 0xbfef93fb, 0x3e7f0bf0, -0xd1add7e3, 0xdd6c3a85, 0x6e1e119e, 0x38278895, -0xa8df00b8, 0x19f99ab9, 0x368b3ea6, 0xcde20a8b, -0xf7acd01f, 0xc59c84f9, 0x0a0b6d38, 0x18cb2d96, -0x37544234, 0xc2c89561, 0x603d7483, 0x8049a647, -0x86cee8e1, 0xfab3b928, 0xbf53d180, 0x548aaaef, -0xd0840b5d, 0x56475635, 0xa29f7fea, 0x1db9078e, -0xc29beac4, 0xe34189e0, 0xae65a95a, 0x5ba92288, -0x50152e52, 0x9ce2d6cc, 0x1a602dca, 0x72671a71, -0xde59b037, 0x7adb5fe0, 0xcadf39c4, 0x7110db44, -0x00200eee, 0xf2a574d0, 0x7cc14a56, 0x9b01c7c7, -0x363a0d5b, 0xff8a60e8, 0x34e900dc, 0x567b5d4e, -0x6b52d659, 0x82e22016, 0xd2e6cb9f, 0x611391c9, -0xe99bad01, 0xc6e46ebb, 0x14e29144, 0xb8e85f81, -0xea508116, 0xae7aa3b1, 0x6d535779, 0x673ec856, -0x285dfb55, 0x4671b198, 0x21491515, 0x1fd77e2b, -0x1dfbfa06, 0x442161e9, 0x0dfa5161, 0x9ba818fe, -0x708a8e17, 0xc9754986, 0xeef3ab77, 0x8caa3151, -0xfe6d3b59, 0xcfba71e2, 0x780b6c3f, 0x0fedcdbe, -0xb3dfbdf4, 0xbb0d7953, 0x1d9450d3, 0x58d71d72, -0x09d71b70, 0x679bd3ed, 0xd68bfb24, 0xe93470ed, -0x36b2a64a, 0x6ddb8077, 0xd6968654, 0x29868706, -0x30af7610, 0x0fc9eb07, 0x10690e76, 0xfe62ee78, -0x9ffb3fc6, 0x0c34f0e5, 0xbc01db4f, 0xd4fbb08f, -0x4420b704, 0xa4af88c9, 0x0a3ae196, 0x6af40c74, -0x08d58801, 0x886ba013, 0xd70a4f3e, 0x924c5830, -0x494ee315, 0x90f62676, 0x727c427b, 0x78e0fb4b, -0xf9b4508b, 0xac37411e, 0x8e1f7b36, 0x54778002, -0x00080c22, 0xd55e89e6, 0xef8b0961, 0x43eab9ab, -0x98e8e142, 0x9ef7eb71, 0xb1b0a6f8, 0xb259fec7, -0xd04d9f7f, 0x873a79fc, 0x6dff58bb, 0x7747a1ef, -0xef25d604, 0x21eb7b76, 0xee7cf400, 0x11056351, -0x57ecdffe, 0xfe939145, 0xf52794bb, 0x55917634, -0x9fb4d599, 0x5bf73f5e, 0x11382735, 0xc6cba6b8, -0x3ce059fe, 0x88f1bfbf, 0x4ed5941f, 0x9009764a, -0xf9c7f463, 0x0f28df41, 0x8cad66cf, 0x3ea7591c, -0x6707c286, 0xd47cb952, 0xf53392e2, 0x94e1a29e, -0xd4fb88f4, 0xa5fcaf93, 0xf5ba3444, 0x91249b70, -0x0bbeb5c9, 0xf943bfe9, 0x92629f51, 0xbc10d3f6, -0x9564f091, 0xad4bb29e, 0x0a50af33, 0xe8f79296, -0x8bf25c64, 0x81bdf02b, 0xec22d493, 0x0d2efea1, -0x52e2a6cf, 0xd412701d, 0xa17df71c, 0xb9f62247, -0x4d7b517a, 0xa9bd93a0, 0x94fb1eaa, 0x2d4bc7fb, -0xcd857966, 0xaf4953b6, 0xf664d4a2, 0xf1e12279, -0x1827aa2d, 0x6db71721, 0x28159f88, 0x9df25ab6, -0xa97443a9, 0x378b6644, 0x6ceebaef, 0x0e01e9fa, -0x048cf8b0, 0x962c3d48, 0x2d375c33, 0x407593a6, -0x693e2d8a, 0x9d5a557c, 0x44863ad9, 0x6ab3e26e, -0x3ec52d9f, 0x0933fed7, 0xa7b06032, 0x266f3a2f, -0x02575fdc, 0x2224ba45, 0x71c02d29, 0x1b08c7d1, -0x8b2200cb, 0xfc1c9a92, 0xbddc0508, 0xf3220cb2, -0xcf373ecb, 0x0dce00e9, 0x59e970e7, 0x0bd36624, -0xbbd1ce75, 0xa8641ec8, 0x06937187, 0xc3f2d380, -0x8a7adc67, 0x79f67552, 0x7fdf88a5, 0xb6941a6e, -0x0aafe9d5, 0x1d86eab7, 0x9240d112, 0xca6c7aac, -0x6ebaa150, 0xbba6c64f, 0xf20ec41c, 0x14a3c3fd, -0x8e3db21b, 0x66ad6654, 0xd339f5e1, 0x749714f2, -0xb22ba620, 0x9f4f0119, 0x3745aaec, 0x5ba03b86, -0x10bb4d86, 0x96309fe1, 0xf93c8620, 0x901c3170, -0x3224e497, 0x453639b7, 0xc8cb8101, 0x860a60c7, -0x10a69fae, 0x5cd0cf62, 0xf0c9fe79, 0x49b7f0b5, -0x89c719bf, 0x8caf497a, 0xca747cd6, 0x4a0cfabc, -0xb2f2cc33, 0x2768703f, 0x89e7e499, 0x44dd965b, -0xf7a772d7, 0xdd508108, 0x8a43b845, 0xba5a74e5, -0x6ca47c79, 0x72b9e0bc, 0x9479ce84, 0x3342f0b1, -0x9a39e2c0, 0x57808b69, 0x288ff4b6, 0xe5fab877, -0xed07f654, 0x0ee79da9, 0x02e7b183, 0x456fdb53, -0x11aeeb6c, 0x8c2fadb9, 0x67f79309, 0x2f97a264, -0x02af0d27, 0xf07f9608, 0xb66fd12c, 0x25e6bbc7, -0x92001908, 0xc52170a0, 0xc9fa7f41, 0xbf361c71, -0x33cd7f76, 0x776f9b61, 0x459cdfe1, 0x065dbdb5, -0x67a6f1d1, 0xcbbee73d, 0x2f7b516c, 0x1fda5e43, -0xeba7d6ab, 0x337c3557, 0x1f2477f5, 0xeec7d493, -0x749fa13a, 0x3c37e01d, 0xa78babcf, 0x9ee438d4, -0xaa57066a, 0x9efe96c5, 0x8d45bd8b, 0xbc36930b, -0xfbf60974, 0xdbb7844b, 0x44001279, 0x14e036b9, -0xb524f4a6, 0xad1cee3d, 0x351aca37, 0x22861da8, -0x0648f10b, 0x394078f1, 0x4287ef8c, 0x5c52b8a2, -0xaa345739, 0x959a7de2, 0xb1cd8059, 0x29b3e4f9, -0x3ee210dd, 0x7a4e3104, 0x7e6ccae0, 0xb6d003d5, -0xfda934b3, 0x0e0a48d0, 0xd4109873, 0x2812c616, -0x635c5c94, 0xe3f9d4ac, 0xf0a6aaca, 0x7541e3f6, -0x3fc3b0c4, 0x49fb84e3, 0x710f44de, 0x7557e168, -0xa524128c, 0x5c7a1cab, 0xd94da26d, 0x635e0b6b, -0x21229736, 0xa4accca9, 0x27ee9ae8, 0x1a5416d1, -0x989833aa, 0x7eebb36a, 0x74ad3b3c, 0x76a2ee47, -0x1424b74a, 0x495bb4ef, 0x95f7352e, 0x0591577f, -0x7c2bc9cb, 0x4fe50735, 0x496ba74f, 0x827dab44, -0x3a4e6eb1, 0xf3089b11, 0xed78dc22, 0x79d5e577, -0x2421bad0, 0x89f97e71, 0x7d069592, 0x53da02fe, -0x6e47d868, 0xb99cfcc6, 0xca203836, 0xacd9ad61, -0x2139c875, 0x9bc56e41, 0xb001c73c, 0xd531ae4b, -0x456e9177, 0x4c8d3f89, 0xd597fb45, 0xb8fa7d69, -0xbf24bde7, 0x9286ac26, 0x43906899, 0xcd57a058, -0x83966715, 0xb6164ea0, 0x4623f16a, 0x9402a156, -0x5fafb09b, 0xd20029a8, 0x4e0c2923, 0xfa02adc7, -0x6f6d2158, 0xc661283a, 0x0cf41257, 0x3ebed2b7, -0xc24fa184, 0x084523bc, 0xb7a62e05, 0xb7b64b28, -0x5c926138, 0x88f3346f, 0xd0bd95ce, 0x0a130c87, -0x4cbee562, 0x4020be46, 0x83460e2a, 0x2e44c926, -0x80b45964, 0x37b94c25, 0x74019708, 0x59c03c00, -0x47bc9dc0, 0x3c3142b2, 0x37a323d3, 0x3a9f60e6, -0x61b527a8, 0x36ead7b3, 0xe0876b20, 0x62e103e4, -0x1d121a6d, 0xc8105f0d, 0xdd252e3d, 0x930b581e, -0xeafa1998, 0xeb7ff364, 0x413bc324, 0x954ce936, -0xa7468f25, 0x885b2cae, 0xc564b9c7, 0x731d380b, -0x868c22f1, 0x598c9eea, 0xeb05f3fa, 0x9459de9a, -0x5f6f64fe, 0xa86f3703, 0x52bf65e3, 0x9a6d1ae3, -0x06403369, 0x9cb53025, 0xcb2e3db2, 0xd0735776, -0x03804548, 0x515e7fd5, 0x1bc911c0, 0xeffde082, -0x6e83c7a2, 0x0968c2c7, 0x05f9223f, 0x61a1ca0b, -0xfa2cdf10, 0xa1fc1a7d, 0x458c9036, 0x8aa6c474, -0xc25743af, 0x9347ba31, 0x595f0df7, 0xfffb4e3d, -0xbc8995d2, 0x25c45251, 0x15d585fa, 0x7aa6dc47, -0x5f4cb245, 0xdde3093c, 0x21d24076, 0xcaac5bc8, -0x4996d45c, 0x68ed647d, 0xa913abad, 0xdaef2834, -0x1af11d90, 0xf8f170c2, 0xd1f2f415, 0xd12e7eca, -0x4a488d17, 0x66cf3181, 0x0cb503f6, 0xe47660b0, -0x6585acdb, 0xd1458ac8, 0x01e03d3a, 0xa3570cdc, -0x089c5cdc, 0xda99762a, 0xffd89a50, 0x1d1af7ea, -0x23c080cc, 0x8f19e36c, 0x0efb27b0, 0x842ffecf, -0x573b335b, 0xb95fc7dd, 0xcc753e1c, 0xcfeeed94, -0x60319281, 0xb951d84f, 0x3d285ef2, 0xad86e154, -0x68ee568b, 0xf773c45b, 0x3da9f5e2, 0x8390a8c0, -0x2a9c24f7, 0x571deb94, 0x72f2ee6c, 0x92da0173, -0xc64d1ab7, 0x2e1c591e, 0xea10f1e4, 0xc4bd43d3, -0x9f40bf13, 0xac535424, 0xdab90153, 0x222dd9d9, -0xe1fa8cfb, 0xac6e48bf, 0x2e315a7d, 0x810ff992, -0x42aa7db5, 0x9264cc20, 0xb37bcf8f, 0x7fc98ded, -0x717896ec, 0x0c8d431f, 0xabf12dc2, 0xa5cb0d3d, -0x4f5aa31b, 0x279b0ae2, 0xabf896e0, 0x6dbbfc53, -0x636a82f3, 0xad99a6c1, 0x4a2a3699, 0xea695ce9, -0x06d8857d, 0x42712072, 0xa20cf6a4, 0x341e3f58, -0x701f9570, 0x6f0e1667, 0x11f6096f, 0x6742b00f, -0x66f8850e, 0x8b6450fb, 0xd8a69fb0, 0xa0e53fd0, -0x134b9267, 0xcdad001b, 0x7d2986e8, 0xea497d52, -0x34e58614, 0x3e566177, 0xeef44c29, 0xea770a4b, -0xb31f234b, 0x7b25a4d0, 0x6e60445e, 0x2666d947, -0x71460fd8, 0xe848e55f, 0xaaeb7796, 0x85fdd232, -0xd7ae0bc7, 0x1bacd300, 0x0bc22f58, 0xd8d89f1d, -0x32b0ee1d, 0x179a3227, 0x89a2a16a, 0x80ba1be5, -0x5b985d2a, 0x01d8f172, 0xde47159b, 0x9f4f6afa, -0xda08f4fe, 0x9979d501, 0x10c87592, 0x432c7695, -0x73227987, 0x3d4f140f, 0x64ce99ee, 0xbf8c5e4c, -0x2d57b3c6, 0xb925c254, 0xd937cce8, 0xf3bc19e8, -0x35c09ef5, 0xfec6cba2, 0x1dd3d617, 0x6395da09, -0x25b186ff, 0x7cd137b0, 0x1c875643, 0x1ef07dee, -0x1ed5f7e2, 0x0e8e78ac, 0x7267452e, 0x1b2519e0, diff --git a/src/cpu/intel/model_6fx/microcode-2346-m16fda3.h b/src/cpu/intel/model_6fx/microcode-2346-m16fda3.h deleted file mode 100644 index 088ae625d9a9..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2346-m16fda3.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 */ -/* 2346-m16fda3.inc */ -0x00000001, 0x000000a3, 0x08132007, 0x000006fd, -0x89c0d09e, 0x00000001, 0x00000001, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x72cbc5d0, 0xa24e89bc, 0x074028ef, 0x2ad07a06, -0xdeb7acf5, 0x98912a6d, 0x295d17a5, 0xa3b8708f, -0x95c69839, 0xb2f655e2, 0xdce0fc75, 0xf92f04fd, -0x51b6b38e, 0xe7884365, 0x69dcc34e, 0xcfe67a6b, -0x5e421f0e, 0x51527923, 0xb63fceab, 0xae39d6c2, -0x5dc6865a, 0x5819082a, 0xcfcfc6eb, 0xc4ed71a8, -0x06e83b7b, 0x7cc5025b, 0x5fefb2c9, 0x3c02abbe, -0x42dba8cc, 0xfc966b64, 0x2acaa07e, 0x61d32476, -0x72fed3f8, 0x7ef26af7, 0x8086deb1, 0xd11fe511, -0x3dcc3e92, 0x202bf190, 0x17fbf18b, 0x4cd17950, -0x81299fb5, 0xac3d96a2, 0x389ff313, 0x85dd4b22, -0x4eaef9da, 0x623b133b, 0xe3d02b2c, 0x2290a31d, -0xc6f8c543, 0xf6c18f11, 0x8070c5d4, 0xc756e5c4, -0xf4a40060, 0xbf169c70, 0x62dd14d4, 0x729fefe0, -0x6594d275, 0xa5abc2e8, 0x720904e3, 0x5a5b42ad, -0x5e970808, 0x5a6ec767, 0x502a6d38, 0x88d24740, -0xb4739506, 0xe3f497a2, 0x2618e78d, 0xfb602c6c, -0x323fc08b, 0xf9cb3dfa, 0xc90130e6, 0xe373da35, -0xde024249, 0x490b1796, 0x93f157ee, 0x10f73761, -0x6dd5c0e4, 0x4a9fb1fd, 0xadc2ead7, 0xd13e442c, -0xbfbd007d, 0xc8de8a68, 0x09c630bc, 0x69e78a87, -0x4d64bab9, 0x81c58c9b, 0x0b693158, 0x2a40ee8f, -0x47153744, 0x2a32e243, 0xdde6b849, 0xa2c35ddb, -0xf8c10a60, 0xaf5796f6, 0x8a95da67, 0x013f80a1, -0x7f332110, 0x345e3e0f, 0xba8ca1f8, 0x373a3380, -0x97f10a50, 0x3e1e78a8, 0x097496d4, 0x60ef2ffb, -0x9421fb84, 0x03131ba9, 0x535e0247, 0xeda34f42, -0x7f34ebb7, 0xbcfd1c2d, 0x19b2c696, 0x7107aed5, -0xd5877fe2, 0x404186ae, 0xbc41a831, 0x1cd49fd3, -0x92ff4c85, 0x3f65b35e, 0x701ce1cd, 0xe3839c91, -0xab53cf2d, 0xdb124ec0, 0x7c012c6c, 0x432b628b, -0xac351ee6, 0x9da287ad, 0x0adc2580, 0x66f945ca, -0x36bd8108, 0xbce986ee, 0x8fc2d524, 0x06dbf665, -0xb4124dd5, 0xf15c2853, 0x4aaa9b46, 0x753c207d, -0xd7805517, 0xaa6f6dfe, 0xf6eb1ced, 0xe6a4f89c, -0x5cbf2b1f, 0x6889832b, 0xf121bc8e, 0x2d7e02e9, -0xedbc10d5, 0xf3974ab6, 0xf977d65d, 0x40ef2640, -0x9c5f3410, 0x7ce2bca8, 0xac2d2c23, 0x204d560f, -0x2dffb3b3, 0xb051fdc4, 0x76ef18ad, 0x1b13190f, -0xa08cd1d4, 0x1aa202b8, 0x1a5040f4, 0x23a24420, -0x22622bd2, 0x6e543121, 0xfe68651f, 0x4e0d3fd6, -0xda661e0b, 0xfb41bbdc, 0x5a6e0df0, 0x8c27383a, -0x91e24f94, 0xa5db6d2d, 0xc7684280, 0xfddaf106, -0x0ada8514, 0x5cb76df8, 0xea1242ce, 0xc5aca25f, -0x0821a5f3, 0x71e4de37, 0x89c9a2a8, 0x4d2231b4, -0xc3edc81c, 0x56f516f9, 0x7e95a590, 0xe00ea616, -0x827fd358, 0x4511b62d, 0x6cac7958, 0x8259e262, -0x9ee67b13, 0xe73bdab2, 0x811f51d7, 0x88e6196f, -0x642a4db5, 0x1ca77047, 0x5a095f6c, 0xa42ddb9a, -0x66321e3c, 0xeeed0f13, 0x72e48195, 0x988f23df, -0x3d058cd3, 0x45fed77a, 0xa20f4f80, 0xca873db9, -0xcfd4a890, 0xcb406f47, 0x56bd45eb, 0x8ca14876, -0x411da96d, 0xaabe66e1, 0x26ce3950, 0x40ceb4ab, -0xbbb2b914, 0xfd90126b, 0x74c60165, 0xcd2e00ff, -0xe0607bd7, 0x3dc3818d, 0x4102205b, 0x72cca471, -0x0864151a, 0x65c92538, 0x5bc44cfc, 0x406a9b62, -0x10e5aab2, 0x751f6321, 0x533ca54a, 0x335961a9, -0xa386abb2, 0x24f90a2b, 0x3d13ff7c, 0x35d454ef, -0xc236b524, 0x8cf68189, 0x6ba29c87, 0x3925aaae, -0xa12de178, 0x4610a2d1, 0xfe330eca, 0x8d657af3, -0x7f2f81f3, 0x46cd664c, 0x676003c0, 0xdf786970, -0xb240a066, 0x41f852f2, 0xb85e5eac, 0x8ba83def, -0xc12c498e, 0x02c5d742, 0x4b9df557, 0xd9f2ed28, -0x5f7cec4f, 0xf9ff3a0c, 0x457ac549, 0x133f5bd1, -0x951b6947, 0xf835f2df, 0xee51efd0, 0xe90b1bdc, -0xb76c1a80, 0xc3f209a0, 0xb175f774, 0xd8963aff, -0x3d458f2a, 0x9ba9ca53, 0x91561069, 0x444ac140, -0x87f53cb5, 0xc835bec0, 0x2b6906e1, 0x1f2201e6, -0x443bfce4, 0xd0e25486, 0x71ba244a, 0xa85e4fad, -0xb0a9df78, 0xbef803cb, 0x710cbd53, 0xd7ce50b3, -0x38f69e53, 0x5175759f, 0x987de9f5, 0xfc5f9332, -0x090ba2ef, 0xa059c8e0, 0x9efc20ca, 0xaead8853, -0x22cd4804, 0xb30dca16, 0xadbbdf33, 0x246cb36c, -0xec99405d, 0xfef7e46e, 0x454bf0a3, 0xa75d4072, -0x6859ad38, 0x3c6a15e8, 0x37bb8ecb, 0x05747a82, -0x97edcb0b, 0x5bff5a7d, 0x20cd1e91, 0x1e37277b, -0x4c0149e1, 0xc7d5e490, 0x253bcac9, 0xdffe64ac, -0xf7ce2179, 0xada80d94, 0x3653f166, 0x7271d8a4, -0x994f269f, 0x0841e81a, 0x709401cc, 0x0c9fefbb, -0x30fa89fd, 0x1fea8b70, 0xffc68c98, 0x2030e064, -0x8e28b2c7, 0x2750f01e, 0xceb4d955, 0xb86ee560, -0x7ca55701, 0x3a942ffe, 0xd6ad0e17, 0xe8cec9d1, -0x5a6954e8, 0xb14fe7c6, 0x6e7d5c90, 0x8481626b, -0x7c798699, 0xdb0b344a, 0xa721cdc5, 0x861db07a, -0x1844fca7, 0xde861a71, 0x770735c1, 0x3ab64f3e, -0xb352aeb8, 0x046529cf, 0x2fd753f9, 0xbb3cad72, -0x27b44c84, 0x58e77f53, 0x08840b3c, 0x75ceaa6a, -0xcfb8ec2f, 0x8877c4a8, 0xee6bf89f, 0xc6256203, -0x0bb3f6bc, 0x696fa2f3, 0xf04e8efb, 0x3fd0099b, -0x27a473cf, 0x87fe81c8, 0x35cface5, 0x8afad818, -0xb47534e9, 0x90b406aa, 0x7d7c2d15, 0xc9caf1ad, -0x9692ac7f, 0xa3bc5fc9, 0xfd41d0f4, 0xc47f86df, -0x60cbdd17, 0xc1fc9bb1, 0x518ec6f8, 0x45c7e024, -0x7db1e277, 0xd4d30cd3, 0x35bc1c5a, 0x60b61287, -0xfcecbc8b, 0xc6cb70e9, 0xc6280061, 0x9d0ac8ce, -0xfaf12df8, 0x9b3f092c, 0x979a43f8, 0xbbdbe0cc, -0x6274f1d9, 0x7322b577, 0x50589a1b, 0xbd0dca66, -0x2160d66b, 0x4ea6b9f3, 0xd942aa7a, 0x0c8e1c82, -0xc0a07833, 0x0fdb7b24, 0x012a56a1, 0x9d2b019b, -0xba7c66ee, 0xe6af3a73, 0x823e0207, 0xd9913462, -0x8896001b, 0x142af0f2, 0x52539dd9, 0x864a53f0, -0x6e85c62b, 0x66139be6, 0xadd260aa, 0x2a7a579a, -0xd0fe929c, 0x67052a99, 0x1bcb98e0, 0x8c58f5fa, -0xb32d4733, 0xb4e4e4c8, 0xb536ab23, 0xd00ef025, -0x05c4cb84, 0xbbc9b7d8, 0x175d6254, 0x5d8ebdb4, -0xe3f3e65a, 0x52177f95, 0xe85d812b, 0x87fb19ac, -0x88b80b16, 0xc570083b, 0x124da09f, 0xc8522543, -0x5f73aab0, 0x6c25b49f, 0xc8a03cb2, 0xd857bb2b, -0x16378b5d, 0x242f0e79, 0x02d5d491, 0x7fc8b85f, -0x48177825, 0xc70d4bce, 0xa23f5d56, 0xc7ebcb58, -0xaf3b143a, 0xc33e9d65, 0xc043e61d, 0xf05a3d2a, -0xd162c7d0, 0xdad944f7, 0x3226cdeb, 0xd0d044e3, -0x8012c5e8, 0x18524401, 0x2a4d751d, 0x95592574, -0x8e03592e, 0x68a72ded, 0x7d65ba50, 0xfa66bb37, -0x81250634, 0xe92c784a, 0xb585ae7c, 0xc6e350f1, -0x8d40d62d, 0x5b2ad4bc, 0xc87b65d1, 0x700191fb, -0x06015556, 0xaf94c477, 0xa63b5aa1, 0x28a7ab7a, -0x7cdb448e, 0x3819d9d0, 0xcb0dfe9b, 0x715dc992, -0x88f5e070, 0xa1f5ecb5, 0x8c9876ad, 0x44be717b, -0xda7487fe, 0xecc57fab, 0xfb6cd21e, 0x6de34108, -0xa98b84ed, 0xd755144c, 0xb24c242b, 0xa29eab2d, -0xb909c928, 0x077da28d, 0x549454df, 0x173b4e96, -0x5353fdfd, 0xcf06a087, 0x33acdb4a, 0x166b41a1, -0x45219876, 0x96eb46b1, 0xee5f18ad, 0x6a962b7a, -0x9914a217, 0xca72359c, 0x28f5a8f8, 0x9d0b43ac, -0x5fb6964f, 0x0b2685e0, 0xbda83a60, 0x464fbf9c, -0xfd8f4ec5, 0x9d16acdf, 0x1192191f, 0x119c43e0, -0xd0a2df66, 0x8c2cf306, 0x3da0f9f4, 0xf409a043, -0xcfc563b0, 0xf0be102c, 0x3252b4b7, 0x07076cbb, -0x355888f0, 0x4e4bc8d0, 0x1fd64ff5, 0x245147db, -0x9d757b6f, 0xfbaeee9f, 0x43d68df0, 0x2709be60, -0xd333fd6b, 0x79af3f65, 0xb52de3ea, 0x04d94eb8, -0x43865e4f, 0xc736c027, 0xfd180b96, 0x78caa82a, -0xd0021810, 0x9e514f99, 0x72f5067b, 0x7de6487f, -0x6cb34382, 0x0e01763a, 0x89976ae4, 0x7a8bbfa2, -0xa50291f9, 0x6407b33f, 0xf7ce016c, 0x2d586dd3, -0xac0a7612, 0x32fa7be1, 0x3ee474d4, 0xc795f431, -0xd6d0a977, 0xdc859d13, 0x446f01b1, 0xafc13014, -0x67bad636, 0xda3c5946, 0xe169c32f, 0xfe5c93b7, -0xac1b3104, 0x42a5c9ab, 0xc906dad0, 0xe4b213db, -0x6fefea5a, 0x35528fb5, 0x59cadba2, 0x5cbb0ea0, -0x2b01c14c, 0xaa438c3b, 0x6bbad300, 0x3d6d3409, -0xcc87ec95, 0x6f167576, 0x623c3b26, 0xab438ac1, -0x469b5486, 0xb7992347, 0x0418dd1e, 0x54e6ad5f, -0x44bff273, 0xbc97e1d7, 0x7c5c88da, 0xf7bbb29a, -0x48d01e8c, 0xaa4d4376, 0x9a99c998, 0x24d09e2f, -0x24480693, 0x84b6b905, 0xd0ff443b, 0x76605be6, -0x5c6af5bd, 0x5dd0c084, 0x4d162432, 0xed939cf2, -0x2d333e06, 0xd2144645, 0xb06a3583, 0xc1d6e232, -0x03883c1c, 0x6a3a1491, 0xe6b619d9, 0xfee3f413, -0x5e59c26c, 0x28684bc1, 0xca68c55b, 0xca395734, -0x95d8afd7, 0x8a94d5ce, 0x6d780b0d, 0x6ab50934, -0xf5121314, 0xb9ec2632, 0x1beb9a14, 0xcd950304, -0x6fd91394, 0x33f84e25, 0x546d4a4b, 0xc303eb86, -0xcfb7b409, 0xf852adeb, 0x65c4960a, 0x01878815, -0x4a6501d8, 0x5bb3a40f, 0x9414a799, 0xbbae4dea, -0xae9d7b0e, 0x761dcb06, 0x9581c2ff, 0x06edcb74, -0x0c06177d, 0xdc36931a, 0x751d52ea, 0x699dd531, -0x5285df50, 0x81990800, 0xa81d52e4, 0xf305b98e, -0x260f304c, 0xa9f5a19d, 0x702bf4d9, 0xc4e322c4, -0x05e38fbd, 0xf6997433, 0x938443b8, 0x33fe4ff4, -0xc0da5ba1, 0x1701d20f, 0x4f631fda, 0xd966d058, -0x847b08a0, 0x7719b2ac, 0xea7e817e, 0x3cc266f9, -0x39b94930, 0xd5a7c643, 0x831d614c, 0x486c87ea, -0xeb32ec07, 0x27ccfb31, 0x3618615c, 0x01c5284f, -0x138ba020, 0x7f316b7d, 0xf7049fff, 0x2acb57be, -0x156b6bb0, 0x03df196b, 0x72bfb285, 0x0d1fd58d, -0xcb86fb0c, 0x938e1a8d, 0xd387a3ab, 0x5fa1b627, -0x2c4d3f80, 0x0b4a7121, 0xbab5d24c, 0x4e14e39c, -0x19d839a3, 0x0b730800, 0xaabb2b8a, 0xa58aa531, -0xa82260bc, 0x21be659d, 0x714b34d8, 0xa89d111d, -0x02828552, 0xae10e3c9, 0xdd9ecd12, 0xe13beb47, -0x96818a52, 0xb5fcd9b2, 0xa8d0964f, 0xfcc0e896, -0x7ab323da, 0xb1bf60de, 0xdb70c0ac, 0x83373de9, -0x3513e4d5, 0x0634af3e, 0xc3052a5f, 0x3acb8ac9, -0xcf03743f, 0x15555b96, 0x929b04ff, 0xdb2a9428, -0xdce90ae4, 0xe414e73b, 0x5b6b19ff, 0x1a708067, -0x61329d15, 0xc4eb8336, 0x2d861d5e, 0xca108403, -0x0e9ab2d4, 0x04d3b3c4, 0x36ef280d, 0xfea6cee9, -0x80c30cad, 0x399d1c6d, 0x2b654d22, 0x204032fc, -0xee60e1c1, 0xb20fd9db, 0x087a91fd, 0x6a4e368b, -0xad3ca7e5, 0x5355a689, 0xd220e928, 0x925cb754, -0x677991e5, 0xb3941d98, 0xa3eb379a, 0xf0237d52, -0xe96b9e08, 0xb7ae3c7f, 0x7a84124d, 0x9cc15b58, -0x2ddafebf, 0x93a8990b, 0x1555212e, 0x7fe44a1c, -0x90851979, 0x62a143a7, 0x5ba95724, 0x4d8762c9, -0xee3a6f84, 0x0af45b74, 0xcfabce5c, 0x73ff8f3e, -0xa872ef47, 0xe97e60bb, 0x805c1800, 0x8d3b978f, -0xaf71cdb9, 0x4d8da1ec, 0xae5f2f19, 0xe57566f8, -0xa2003cdd, 0xe65293ce, 0x6970388a, 0x979c68dc, -0x2fcf8d5c, 0x61a603d3, 0x92158c18, 0xd2f53c34, -0x842dc4b1, 0x32f3df78, 0xc696ab26, 0x2be86b54, -0xd98bca91, 0x0415fca1, 0x5afc9076, 0x796a5ef4, -0x87a225b1, 0x6b5784b3, 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-2347-m206fda3.h b/src/cpu/intel/model_6fx/microcode-2347-m206fda3.h deleted file mode 100644 index df24e9363398..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2347-m206fda3.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 */ -/* 2347-m206fda3.inc */ -0x00000001, 0x000000a3, 0x08132007, 0x000006fd, -0x89c0d07f, 0x00000001, 0x00000020, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x72cbc5d0, 0xa24e89bc, 0x074028ef, 0x2ad07a06, -0xdeb7acf5, 0x98912a6d, 0x295d17a5, 0xa3b8708f, -0x95c69839, 0xb2f655e2, 0xdce0fc75, 0xf92f04fd, -0x51b6b38e, 0xe7884365, 0x69dcc34e, 0xcfe67a6b, -0x5e421f0e, 0x51527923, 0xb63fceab, 0xae39d6c2, -0x5dc6865a, 0x5819082a, 0xcfcfc6eb, 0xc4ed71a8, -0x06e83b7b, 0x7cc5025b, 0x5fefb2c9, 0x3c02abbe, -0x42dba8cc, 0xfc966b64, 0x2acaa07e, 0x61d32476, -0x72fed3f8, 0x7ef26af7, 0x8086deb1, 0xd11fe511, -0x3dcc3e92, 0x202bf190, 0x17fbf18b, 0x4cd17950, -0x81299fb5, 0xac3d96a2, 0x389ff313, 0x85dd4b22, -0x4eaef9da, 0x623b133b, 0xe3d02b2c, 0x2290a31d, -0xc6f8c543, 0xf6c18f11, 0x8070c5d4, 0xc756e5c4, -0xf4a40060, 0xbf169c70, 0x62dd14d4, 0x729fefe0, -0x6594d275, 0xa5abc2e8, 0x720904e3, 0x5a5b42ad, -0x5e970808, 0x5a6ec767, 0x502a6d38, 0x88d24740, -0xb4739506, 0xe3f497a2, 0x2618e78d, 0xfb602c6c, -0x323fc08b, 0xf9cb3dfa, 0xc90130e6, 0xe373da35, -0xde024249, 0x490b1796, 0x93f157ee, 0x10f73761, -0x6dd5c0e4, 0x4a9fb1fd, 0xadc2ead7, 0xd13e442c, -0xbfbd007d, 0xc8de8a68, 0x09c630bc, 0x69e78a87, -0x4d64bab9, 0x81c58c9b, 0x0b693158, 0x2a40ee8f, -0x47153744, 0x2a32e243, 0xdde6b849, 0xa2c35ddb, -0xf8c10a60, 0xaf5796f6, 0x8a95da67, 0x013f80a1, -0x7f332110, 0x345e3e0f, 0xba8ca1f8, 0x373a3380, -0x97f10a50, 0x3e1e78a8, 0x097496d4, 0x60ef2ffb, -0x9421fb84, 0x03131ba9, 0x535e0247, 0xeda34f42, -0x7f34ebb7, 0xbcfd1c2d, 0x19b2c696, 0x7107aed5, -0xd5877fe2, 0x404186ae, 0xbc41a831, 0x1cd49fd3, -0x92ff4c85, 0x3f65b35e, 0x701ce1cd, 0xe3839c91, -0xab53cf2d, 0xdb124ec0, 0x7c012c6c, 0x432b628b, -0xac351ee6, 0x9da287ad, 0x0adc2580, 0x66f945ca, -0x36bd8108, 0xbce986ee, 0x8fc2d524, 0x06dbf665, -0xb4124dd5, 0xf15c2853, 0x4aaa9b46, 0x753c207d, -0xd7805517, 0xaa6f6dfe, 0xf6eb1ced, 0xe6a4f89c, -0x5cbf2b1f, 0x6889832b, 0xf121bc8e, 0x2d7e02e9, -0xedbc10d5, 0xf3974ab6, 0xf977d65d, 0x40ef2640, -0x9c5f3410, 0x7ce2bca8, 0xac2d2c23, 0x204d560f, -0x2dffb3b3, 0xb051fdc4, 0x76ef18ad, 0x1b13190f, -0xa08cd1d4, 0x1aa202b8, 0x1a5040f4, 0x23a24420, -0x22622bd2, 0x6e543121, 0xfe68651f, 0x4e0d3fd6, -0xda661e0b, 0xfb41bbdc, 0x5a6e0df0, 0x8c27383a, -0x91e24f94, 0xa5db6d2d, 0xc7684280, 0xfddaf106, -0x0ada8514, 0x5cb76df8, 0xea1242ce, 0xc5aca25f, -0x0821a5f3, 0x71e4de37, 0x89c9a2a8, 0x4d2231b4, -0xc3edc81c, 0x56f516f9, 0x7e95a590, 0xe00ea616, -0x827fd358, 0x4511b62d, 0x6cac7958, 0x8259e262, -0x9ee67b13, 0xe73bdab2, 0x811f51d7, 0x88e6196f, -0x642a4db5, 0x1ca77047, 0x5a095f6c, 0xa42ddb9a, -0x66321e3c, 0xeeed0f13, 0x72e48195, 0x988f23df, -0x3d058cd3, 0x45fed77a, 0xa20f4f80, 0xca873db9, -0xcfd4a890, 0xcb406f47, 0x56bd45eb, 0x8ca14876, -0x411da96d, 0xaabe66e1, 0x26ce3950, 0x40ceb4ab, -0xbbb2b914, 0xfd90126b, 0x74c60165, 0xcd2e00ff, -0xe0607bd7, 0x3dc3818d, 0x4102205b, 0x72cca471, -0x0864151a, 0x65c92538, 0x5bc44cfc, 0x406a9b62, -0x10e5aab2, 0x751f6321, 0x533ca54a, 0x335961a9, -0xa386abb2, 0x24f90a2b, 0x3d13ff7c, 0x35d454ef, -0xc236b524, 0x8cf68189, 0x6ba29c87, 0x3925aaae, -0xa12de178, 0x4610a2d1, 0xfe330eca, 0x8d657af3, -0x7f2f81f3, 0x46cd664c, 0x676003c0, 0xdf786970, -0xb240a066, 0x41f852f2, 0xb85e5eac, 0x8ba83def, -0xc12c498e, 0x02c5d742, 0x4b9df557, 0xd9f2ed28, -0x5f7cec4f, 0xf9ff3a0c, 0x457ac549, 0x133f5bd1, -0x951b6947, 0xf835f2df, 0xee51efd0, 0xe90b1bdc, -0xb76c1a80, 0xc3f209a0, 0xb175f774, 0xd8963aff, -0x3d458f2a, 0x9ba9ca53, 0x91561069, 0x444ac140, -0x87f53cb5, 0xc835bec0, 0x2b6906e1, 0x1f2201e6, -0x443bfce4, 0xd0e25486, 0x71ba244a, 0xa85e4fad, -0xb0a9df78, 0xbef803cb, 0x710cbd53, 0xd7ce50b3, -0x38f69e53, 0x5175759f, 0x987de9f5, 0xfc5f9332, -0x090ba2ef, 0xa059c8e0, 0x9efc20ca, 0xaead8853, -0x22cd4804, 0xb30dca16, 0xadbbdf33, 0x246cb36c, -0xec99405d, 0xfef7e46e, 0x454bf0a3, 0xa75d4072, -0x6859ad38, 0x3c6a15e8, 0x37bb8ecb, 0x05747a82, -0x97edcb0b, 0x5bff5a7d, 0x20cd1e91, 0x1e37277b, -0x4c0149e1, 0xc7d5e490, 0x253bcac9, 0xdffe64ac, -0xf7ce2179, 0xada80d94, 0x3653f166, 0x7271d8a4, -0x994f269f, 0x0841e81a, 0x709401cc, 0x0c9fefbb, -0x30fa89fd, 0x1fea8b70, 0xffc68c98, 0x2030e064, -0x8e28b2c7, 0x2750f01e, 0xceb4d955, 0xb86ee560, -0x7ca55701, 0x3a942ffe, 0xd6ad0e17, 0xe8cec9d1, -0x5a6954e8, 0xb14fe7c6, 0x6e7d5c90, 0x8481626b, -0x7c798699, 0xdb0b344a, 0xa721cdc5, 0x861db07a, -0x1844fca7, 0xde861a71, 0x770735c1, 0x3ab64f3e, -0xb352aeb8, 0x046529cf, 0x2fd753f9, 0xbb3cad72, -0x27b44c84, 0x58e77f53, 0x08840b3c, 0x75ceaa6a, -0xcfb8ec2f, 0x8877c4a8, 0xee6bf89f, 0xc6256203, -0x0bb3f6bc, 0x696fa2f3, 0xf04e8efb, 0x3fd0099b, -0x27a473cf, 0x87fe81c8, 0x35cface5, 0x8afad818, -0xb47534e9, 0x90b406aa, 0x7d7c2d15, 0xc9caf1ad, -0x9692ac7f, 0xa3bc5fc9, 0xfd41d0f4, 0xc47f86df, -0x60cbdd17, 0xc1fc9bb1, 0x518ec6f8, 0x45c7e024, -0x7db1e277, 0xd4d30cd3, 0x35bc1c5a, 0x60b61287, -0xfcecbc8b, 0xc6cb70e9, 0xc6280061, 0x9d0ac8ce, -0xfaf12df8, 0x9b3f092c, 0x979a43f8, 0xbbdbe0cc, -0x6274f1d9, 0x7322b577, 0x50589a1b, 0xbd0dca66, -0x2160d66b, 0x4ea6b9f3, 0xd942aa7a, 0x0c8e1c82, -0xc0a07833, 0x0fdb7b24, 0x012a56a1, 0x9d2b019b, -0xba7c66ee, 0xe6af3a73, 0x823e0207, 0xd9913462, -0x8896001b, 0x142af0f2, 0x52539dd9, 0x864a53f0, -0x6e85c62b, 0x66139be6, 0xadd260aa, 0x2a7a579a, -0xd0fe929c, 0x67052a99, 0x1bcb98e0, 0x8c58f5fa, -0xb32d4733, 0xb4e4e4c8, 0xb536ab23, 0xd00ef025, -0x05c4cb84, 0xbbc9b7d8, 0x175d6254, 0x5d8ebdb4, -0xe3f3e65a, 0x52177f95, 0xe85d812b, 0x87fb19ac, -0x88b80b16, 0xc570083b, 0x124da09f, 0xc8522543, -0x5f73aab0, 0x6c25b49f, 0xc8a03cb2, 0xd857bb2b, -0x16378b5d, 0x242f0e79, 0x02d5d491, 0x7fc8b85f, -0x48177825, 0xc70d4bce, 0xa23f5d56, 0xc7ebcb58, -0xaf3b143a, 0xc33e9d65, 0xc043e61d, 0xf05a3d2a, -0xd162c7d0, 0xdad944f7, 0x3226cdeb, 0xd0d044e3, -0x8012c5e8, 0x18524401, 0x2a4d751d, 0x95592574, -0x8e03592e, 0x68a72ded, 0x7d65ba50, 0xfa66bb37, -0x81250634, 0xe92c784a, 0xb585ae7c, 0xc6e350f1, -0x8d40d62d, 0x5b2ad4bc, 0xc87b65d1, 0x700191fb, -0x06015556, 0xaf94c477, 0xa63b5aa1, 0x28a7ab7a, -0x7cdb448e, 0x3819d9d0, 0xcb0dfe9b, 0x715dc992, -0x88f5e070, 0xa1f5ecb5, 0x8c9876ad, 0x44be717b, -0xda7487fe, 0xecc57fab, 0xfb6cd21e, 0x6de34108, -0xa98b84ed, 0xd755144c, 0xb24c242b, 0xa29eab2d, -0xb909c928, 0x077da28d, 0x549454df, 0x173b4e96, -0x5353fdfd, 0xcf06a087, 0x33acdb4a, 0x166b41a1, -0x45219876, 0x96eb46b1, 0xee5f18ad, 0x6a962b7a, -0x9914a217, 0xca72359c, 0x28f5a8f8, 0x9d0b43ac, -0x5fb6964f, 0x0b2685e0, 0xbda83a60, 0x464fbf9c, -0xfd8f4ec5, 0x9d16acdf, 0x1192191f, 0x119c43e0, -0xd0a2df66, 0x8c2cf306, 0x3da0f9f4, 0xf409a043, -0xcfc563b0, 0xf0be102c, 0x3252b4b7, 0x07076cbb, -0x355888f0, 0x4e4bc8d0, 0x1fd64ff5, 0x245147db, -0x9d757b6f, 0xfbaeee9f, 0x43d68df0, 0x2709be60, -0xd333fd6b, 0x79af3f65, 0xb52de3ea, 0x04d94eb8, -0x43865e4f, 0xc736c027, 0xfd180b96, 0x78caa82a, -0xd0021810, 0x9e514f99, 0x72f5067b, 0x7de6487f, -0x6cb34382, 0x0e01763a, 0x89976ae4, 0x7a8bbfa2, -0xa50291f9, 0x6407b33f, 0xf7ce016c, 0x2d586dd3, -0xac0a7612, 0x32fa7be1, 0x3ee474d4, 0xc795f431, -0xd6d0a977, 0xdc859d13, 0x446f01b1, 0xafc13014, -0x67bad636, 0xda3c5946, 0xe169c32f, 0xfe5c93b7, -0xac1b3104, 0x42a5c9ab, 0xc906dad0, 0xe4b213db, -0x6fefea5a, 0x35528fb5, 0x59cadba2, 0x5cbb0ea0, -0x2b01c14c, 0xaa438c3b, 0x6bbad300, 0x3d6d3409, -0xcc87ec95, 0x6f167576, 0x623c3b26, 0xab438ac1, -0x469b5486, 0xb7992347, 0x0418dd1e, 0x54e6ad5f, -0x44bff273, 0xbc97e1d7, 0x7c5c88da, 0xf7bbb29a, -0x48d01e8c, 0xaa4d4376, 0x9a99c998, 0x24d09e2f, -0x24480693, 0x84b6b905, 0xd0ff443b, 0x76605be6, -0x5c6af5bd, 0x5dd0c084, 0x4d162432, 0xed939cf2, -0x2d333e06, 0xd2144645, 0xb06a3583, 0xc1d6e232, -0x03883c1c, 0x6a3a1491, 0xe6b619d9, 0xfee3f413, -0x5e59c26c, 0x28684bc1, 0xca68c55b, 0xca395734, -0x95d8afd7, 0x8a94d5ce, 0x6d780b0d, 0x6ab50934, -0xf5121314, 0xb9ec2632, 0x1beb9a14, 0xcd950304, -0x6fd91394, 0x33f84e25, 0x546d4a4b, 0xc303eb86, -0xcfb7b409, 0xf852adeb, 0x65c4960a, 0x01878815, -0x4a6501d8, 0x5bb3a40f, 0x9414a799, 0xbbae4dea, -0xae9d7b0e, 0x761dcb06, 0x9581c2ff, 0x06edcb74, -0x0c06177d, 0xdc36931a, 0x751d52ea, 0x699dd531, -0x5285df50, 0x81990800, 0xa81d52e4, 0xf305b98e, -0x260f304c, 0xa9f5a19d, 0x702bf4d9, 0xc4e322c4, -0x05e38fbd, 0xf6997433, 0x938443b8, 0x33fe4ff4, -0xc0da5ba1, 0x1701d20f, 0x4f631fda, 0xd966d058, -0x847b08a0, 0x7719b2ac, 0xea7e817e, 0x3cc266f9, -0x39b94930, 0xd5a7c643, 0x831d614c, 0x486c87ea, -0xeb32ec07, 0x27ccfb31, 0x3618615c, 0x01c5284f, -0x138ba020, 0x7f316b7d, 0xf7049fff, 0x2acb57be, -0x156b6bb0, 0x03df196b, 0x72bfb285, 0x0d1fd58d, -0xcb86fb0c, 0x938e1a8d, 0xd387a3ab, 0x5fa1b627, -0x2c4d3f80, 0x0b4a7121, 0xbab5d24c, 0x4e14e39c, -0x19d839a3, 0x0b730800, 0xaabb2b8a, 0xa58aa531, -0xa82260bc, 0x21be659d, 0x714b34d8, 0xa89d111d, -0x02828552, 0xae10e3c9, 0xdd9ecd12, 0xe13beb47, -0x96818a52, 0xb5fcd9b2, 0xa8d0964f, 0xfcc0e896, -0x7ab323da, 0xb1bf60de, 0xdb70c0ac, 0x83373de9, -0x3513e4d5, 0x0634af3e, 0xc3052a5f, 0x3acb8ac9, -0xcf03743f, 0x15555b96, 0x929b04ff, 0xdb2a9428, -0xdce90ae4, 0xe414e73b, 0x5b6b19ff, 0x1a708067, -0x61329d15, 0xc4eb8336, 0x2d861d5e, 0xca108403, -0x0e9ab2d4, 0x04d3b3c4, 0x36ef280d, 0xfea6cee9, -0x80c30cad, 0x399d1c6d, 0x2b654d22, 0x204032fc, -0xee60e1c1, 0xb20fd9db, 0x087a91fd, 0x6a4e368b, -0xad3ca7e5, 0x5355a689, 0xd220e928, 0x925cb754, -0x677991e5, 0xb3941d98, 0xa3eb379a, 0xf0237d52, -0xe96b9e08, 0xb7ae3c7f, 0x7a84124d, 0x9cc15b58, -0x2ddafebf, 0x93a8990b, 0x1555212e, 0x7fe44a1c, -0x90851979, 0x62a143a7, 0x5ba95724, 0x4d8762c9, -0xee3a6f84, 0x0af45b74, 0xcfabce5c, 0x73ff8f3e, -0xa872ef47, 0xe97e60bb, 0x805c1800, 0x8d3b978f, -0xaf71cdb9, 0x4d8da1ec, 0xae5f2f19, 0xe57566f8, -0xa2003cdd, 0xe65293ce, 0x6970388a, 0x979c68dc, -0x2fcf8d5c, 0x61a603d3, 0x92158c18, 0xd2f53c34, -0x842dc4b1, 0x32f3df78, 0xc696ab26, 0x2be86b54, -0xd98bca91, 0x0415fca1, 0x5afc9076, 0x796a5ef4, -0x87a225b1, 0x6b5784b3, 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-2348-m806fda3.h b/src/cpu/intel/model_6fx/microcode-2348-m806fda3.h deleted file mode 100644 index d169ca6710f9..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2348-m806fda3.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 */ -/* 2348-m806fda3.inc */ -0x00000001, 0x000000a3, 0x08132007, 0x000006fd, -0x89c0d01f, 0x00000001, 0x00000080, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x72cbc5d0, 0xa24e89bc, 0x074028ef, 0x2ad07a06, -0xdeb7acf5, 0x98912a6d, 0x295d17a5, 0xa3b8708f, -0x95c69839, 0xb2f655e2, 0xdce0fc75, 0xf92f04fd, -0x51b6b38e, 0xe7884365, 0x69dcc34e, 0xcfe67a6b, -0x5e421f0e, 0x51527923, 0xb63fceab, 0xae39d6c2, -0x5dc6865a, 0x5819082a, 0xcfcfc6eb, 0xc4ed71a8, -0x06e83b7b, 0x7cc5025b, 0x5fefb2c9, 0x3c02abbe, -0x42dba8cc, 0xfc966b64, 0x2acaa07e, 0x61d32476, -0x72fed3f8, 0x7ef26af7, 0x8086deb1, 0xd11fe511, -0x3dcc3e92, 0x202bf190, 0x17fbf18b, 0x4cd17950, -0x81299fb5, 0xac3d96a2, 0x389ff313, 0x85dd4b22, -0x4eaef9da, 0x623b133b, 0xe3d02b2c, 0x2290a31d, -0xc6f8c543, 0xf6c18f11, 0x8070c5d4, 0xc756e5c4, -0xf4a40060, 0xbf169c70, 0x62dd14d4, 0x729fefe0, -0x6594d275, 0xa5abc2e8, 0x720904e3, 0x5a5b42ad, -0x5e970808, 0x5a6ec767, 0x502a6d38, 0x88d24740, -0xb4739506, 0xe3f497a2, 0x2618e78d, 0xfb602c6c, -0x323fc08b, 0xf9cb3dfa, 0xc90130e6, 0xe373da35, -0xde024249, 0x490b1796, 0x93f157ee, 0x10f73761, -0x6dd5c0e4, 0x4a9fb1fd, 0xadc2ead7, 0xd13e442c, -0xbfbd007d, 0xc8de8a68, 0x09c630bc, 0x69e78a87, -0x4d64bab9, 0x81c58c9b, 0x0b693158, 0x2a40ee8f, -0x47153744, 0x2a32e243, 0xdde6b849, 0xa2c35ddb, -0xf8c10a60, 0xaf5796f6, 0x8a95da67, 0x013f80a1, -0x7f332110, 0x345e3e0f, 0xba8ca1f8, 0x373a3380, -0x97f10a50, 0x3e1e78a8, 0x097496d4, 0x60ef2ffb, -0x9421fb84, 0x03131ba9, 0x535e0247, 0xeda34f42, -0x7f34ebb7, 0xbcfd1c2d, 0x19b2c696, 0x7107aed5, -0xd5877fe2, 0x404186ae, 0xbc41a831, 0x1cd49fd3, -0x92ff4c85, 0x3f65b35e, 0x701ce1cd, 0xe3839c91, -0xab53cf2d, 0xdb124ec0, 0x7c012c6c, 0x432b628b, -0xac351ee6, 0x9da287ad, 0x0adc2580, 0x66f945ca, -0x36bd8108, 0xbce986ee, 0x8fc2d524, 0x06dbf665, -0xb4124dd5, 0xf15c2853, 0x4aaa9b46, 0x753c207d, -0xd7805517, 0xaa6f6dfe, 0xf6eb1ced, 0xe6a4f89c, -0x5cbf2b1f, 0x6889832b, 0xf121bc8e, 0x2d7e02e9, -0xedbc10d5, 0xf3974ab6, 0xf977d65d, 0x40ef2640, -0x9c5f3410, 0x7ce2bca8, 0xac2d2c23, 0x204d560f, -0x2dffb3b3, 0xb051fdc4, 0x76ef18ad, 0x1b13190f, -0xa08cd1d4, 0x1aa202b8, 0x1a5040f4, 0x23a24420, -0x22622bd2, 0x6e543121, 0xfe68651f, 0x4e0d3fd6, -0xda661e0b, 0xfb41bbdc, 0x5a6e0df0, 0x8c27383a, -0x91e24f94, 0xa5db6d2d, 0xc7684280, 0xfddaf106, -0x0ada8514, 0x5cb76df8, 0xea1242ce, 0xc5aca25f, -0x0821a5f3, 0x71e4de37, 0x89c9a2a8, 0x4d2231b4, -0xc3edc81c, 0x56f516f9, 0x7e95a590, 0xe00ea616, -0x827fd358, 0x4511b62d, 0x6cac7958, 0x8259e262, -0x9ee67b13, 0xe73bdab2, 0x811f51d7, 0x88e6196f, -0x642a4db5, 0x1ca77047, 0x5a095f6c, 0xa42ddb9a, -0x66321e3c, 0xeeed0f13, 0x72e48195, 0x988f23df, -0x3d058cd3, 0x45fed77a, 0xa20f4f80, 0xca873db9, -0xcfd4a890, 0xcb406f47, 0x56bd45eb, 0x8ca14876, -0x411da96d, 0xaabe66e1, 0x26ce3950, 0x40ceb4ab, -0xbbb2b914, 0xfd90126b, 0x74c60165, 0xcd2e00ff, -0xe0607bd7, 0x3dc3818d, 0x4102205b, 0x72cca471, -0x0864151a, 0x65c92538, 0x5bc44cfc, 0x406a9b62, -0x10e5aab2, 0x751f6321, 0x533ca54a, 0x335961a9, -0xa386abb2, 0x24f90a2b, 0x3d13ff7c, 0x35d454ef, -0xc236b524, 0x8cf68189, 0x6ba29c87, 0x3925aaae, -0xa12de178, 0x4610a2d1, 0xfe330eca, 0x8d657af3, -0x7f2f81f3, 0x46cd664c, 0x676003c0, 0xdf786970, -0xb240a066, 0x41f852f2, 0xb85e5eac, 0x8ba83def, -0xc12c498e, 0x02c5d742, 0x4b9df557, 0xd9f2ed28, -0x5f7cec4f, 0xf9ff3a0c, 0x457ac549, 0x133f5bd1, -0x951b6947, 0xf835f2df, 0xee51efd0, 0xe90b1bdc, -0xb76c1a80, 0xc3f209a0, 0xb175f774, 0xd8963aff, -0x3d458f2a, 0x9ba9ca53, 0x91561069, 0x444ac140, -0x87f53cb5, 0xc835bec0, 0x2b6906e1, 0x1f2201e6, -0x443bfce4, 0xd0e25486, 0x71ba244a, 0xa85e4fad, -0xb0a9df78, 0xbef803cb, 0x710cbd53, 0xd7ce50b3, -0x38f69e53, 0x5175759f, 0x987de9f5, 0xfc5f9332, -0x090ba2ef, 0xa059c8e0, 0x9efc20ca, 0xaead8853, -0x22cd4804, 0xb30dca16, 0xadbbdf33, 0x246cb36c, -0xec99405d, 0xfef7e46e, 0x454bf0a3, 0xa75d4072, -0x6859ad38, 0x3c6a15e8, 0x37bb8ecb, 0x05747a82, -0x97edcb0b, 0x5bff5a7d, 0x20cd1e91, 0x1e37277b, -0x4c0149e1, 0xc7d5e490, 0x253bcac9, 0xdffe64ac, -0xf7ce2179, 0xada80d94, 0x3653f166, 0x7271d8a4, -0x994f269f, 0x0841e81a, 0x709401cc, 0x0c9fefbb, -0x30fa89fd, 0x1fea8b70, 0xffc68c98, 0x2030e064, -0x8e28b2c7, 0x2750f01e, 0xceb4d955, 0xb86ee560, -0x7ca55701, 0x3a942ffe, 0xd6ad0e17, 0xe8cec9d1, -0x5a6954e8, 0xb14fe7c6, 0x6e7d5c90, 0x8481626b, -0x7c798699, 0xdb0b344a, 0xa721cdc5, 0x861db07a, -0x1844fca7, 0xde861a71, 0x770735c1, 0x3ab64f3e, -0xb352aeb8, 0x046529cf, 0x2fd753f9, 0xbb3cad72, -0x27b44c84, 0x58e77f53, 0x08840b3c, 0x75ceaa6a, -0xcfb8ec2f, 0x8877c4a8, 0xee6bf89f, 0xc6256203, -0x0bb3f6bc, 0x696fa2f3, 0xf04e8efb, 0x3fd0099b, -0x27a473cf, 0x87fe81c8, 0x35cface5, 0x8afad818, -0xb47534e9, 0x90b406aa, 0x7d7c2d15, 0xc9caf1ad, -0x9692ac7f, 0xa3bc5fc9, 0xfd41d0f4, 0xc47f86df, -0x60cbdd17, 0xc1fc9bb1, 0x518ec6f8, 0x45c7e024, -0x7db1e277, 0xd4d30cd3, 0x35bc1c5a, 0x60b61287, -0xfcecbc8b, 0xc6cb70e9, 0xc6280061, 0x9d0ac8ce, -0xfaf12df8, 0x9b3f092c, 0x979a43f8, 0xbbdbe0cc, -0x6274f1d9, 0x7322b577, 0x50589a1b, 0xbd0dca66, -0x2160d66b, 0x4ea6b9f3, 0xd942aa7a, 0x0c8e1c82, -0xc0a07833, 0x0fdb7b24, 0x012a56a1, 0x9d2b019b, -0xba7c66ee, 0xe6af3a73, 0x823e0207, 0xd9913462, -0x8896001b, 0x142af0f2, 0x52539dd9, 0x864a53f0, -0x6e85c62b, 0x66139be6, 0xadd260aa, 0x2a7a579a, -0xd0fe929c, 0x67052a99, 0x1bcb98e0, 0x8c58f5fa, -0xb32d4733, 0xb4e4e4c8, 0xb536ab23, 0xd00ef025, -0x05c4cb84, 0xbbc9b7d8, 0x175d6254, 0x5d8ebdb4, -0xe3f3e65a, 0x52177f95, 0xe85d812b, 0x87fb19ac, -0x88b80b16, 0xc570083b, 0x124da09f, 0xc8522543, -0x5f73aab0, 0x6c25b49f, 0xc8a03cb2, 0xd857bb2b, -0x16378b5d, 0x242f0e79, 0x02d5d491, 0x7fc8b85f, -0x48177825, 0xc70d4bce, 0xa23f5d56, 0xc7ebcb58, -0xaf3b143a, 0xc33e9d65, 0xc043e61d, 0xf05a3d2a, -0xd162c7d0, 0xdad944f7, 0x3226cdeb, 0xd0d044e3, -0x8012c5e8, 0x18524401, 0x2a4d751d, 0x95592574, -0x8e03592e, 0x68a72ded, 0x7d65ba50, 0xfa66bb37, -0x81250634, 0xe92c784a, 0xb585ae7c, 0xc6e350f1, -0x8d40d62d, 0x5b2ad4bc, 0xc87b65d1, 0x700191fb, -0x06015556, 0xaf94c477, 0xa63b5aa1, 0x28a7ab7a, -0x7cdb448e, 0x3819d9d0, 0xcb0dfe9b, 0x715dc992, -0x88f5e070, 0xa1f5ecb5, 0x8c9876ad, 0x44be717b, -0xda7487fe, 0xecc57fab, 0xfb6cd21e, 0x6de34108, -0xa98b84ed, 0xd755144c, 0xb24c242b, 0xa29eab2d, -0xb909c928, 0x077da28d, 0x549454df, 0x173b4e96, -0x5353fdfd, 0xcf06a087, 0x33acdb4a, 0x166b41a1, -0x45219876, 0x96eb46b1, 0xee5f18ad, 0x6a962b7a, -0x9914a217, 0xca72359c, 0x28f5a8f8, 0x9d0b43ac, -0x5fb6964f, 0x0b2685e0, 0xbda83a60, 0x464fbf9c, -0xfd8f4ec5, 0x9d16acdf, 0x1192191f, 0x119c43e0, -0xd0a2df66, 0x8c2cf306, 0x3da0f9f4, 0xf409a043, -0xcfc563b0, 0xf0be102c, 0x3252b4b7, 0x07076cbb, -0x355888f0, 0x4e4bc8d0, 0x1fd64ff5, 0x245147db, -0x9d757b6f, 0xfbaeee9f, 0x43d68df0, 0x2709be60, -0xd333fd6b, 0x79af3f65, 0xb52de3ea, 0x04d94eb8, -0x43865e4f, 0xc736c027, 0xfd180b96, 0x78caa82a, -0xd0021810, 0x9e514f99, 0x72f5067b, 0x7de6487f, -0x6cb34382, 0x0e01763a, 0x89976ae4, 0x7a8bbfa2, -0xa50291f9, 0x6407b33f, 0xf7ce016c, 0x2d586dd3, -0xac0a7612, 0x32fa7be1, 0x3ee474d4, 0xc795f431, -0xd6d0a977, 0xdc859d13, 0x446f01b1, 0xafc13014, -0x67bad636, 0xda3c5946, 0xe169c32f, 0xfe5c93b7, -0xac1b3104, 0x42a5c9ab, 0xc906dad0, 0xe4b213db, -0x6fefea5a, 0x35528fb5, 0x59cadba2, 0x5cbb0ea0, -0x2b01c14c, 0xaa438c3b, 0x6bbad300, 0x3d6d3409, -0xcc87ec95, 0x6f167576, 0x623c3b26, 0xab438ac1, -0x469b5486, 0xb7992347, 0x0418dd1e, 0x54e6ad5f, -0x44bff273, 0xbc97e1d7, 0x7c5c88da, 0xf7bbb29a, -0x48d01e8c, 0xaa4d4376, 0x9a99c998, 0x24d09e2f, -0x24480693, 0x84b6b905, 0xd0ff443b, 0x76605be6, -0x5c6af5bd, 0x5dd0c084, 0x4d162432, 0xed939cf2, -0x2d333e06, 0xd2144645, 0xb06a3583, 0xc1d6e232, -0x03883c1c, 0x6a3a1491, 0xe6b619d9, 0xfee3f413, -0x5e59c26c, 0x28684bc1, 0xca68c55b, 0xca395734, -0x95d8afd7, 0x8a94d5ce, 0x6d780b0d, 0x6ab50934, -0xf5121314, 0xb9ec2632, 0x1beb9a14, 0xcd950304, -0x6fd91394, 0x33f84e25, 0x546d4a4b, 0xc303eb86, -0xcfb7b409, 0xf852adeb, 0x65c4960a, 0x01878815, -0x4a6501d8, 0x5bb3a40f, 0x9414a799, 0xbbae4dea, -0xae9d7b0e, 0x761dcb06, 0x9581c2ff, 0x06edcb74, -0x0c06177d, 0xdc36931a, 0x751d52ea, 0x699dd531, -0x5285df50, 0x81990800, 0xa81d52e4, 0xf305b98e, -0x260f304c, 0xa9f5a19d, 0x702bf4d9, 0xc4e322c4, -0x05e38fbd, 0xf6997433, 0x938443b8, 0x33fe4ff4, -0xc0da5ba1, 0x1701d20f, 0x4f631fda, 0xd966d058, -0x847b08a0, 0x7719b2ac, 0xea7e817e, 0x3cc266f9, -0x39b94930, 0xd5a7c643, 0x831d614c, 0x486c87ea, -0xeb32ec07, 0x27ccfb31, 0x3618615c, 0x01c5284f, -0x138ba020, 0x7f316b7d, 0xf7049fff, 0x2acb57be, -0x156b6bb0, 0x03df196b, 0x72bfb285, 0x0d1fd58d, -0xcb86fb0c, 0x938e1a8d, 0xd387a3ab, 0x5fa1b627, -0x2c4d3f80, 0x0b4a7121, 0xbab5d24c, 0x4e14e39c, -0x19d839a3, 0x0b730800, 0xaabb2b8a, 0xa58aa531, -0xa82260bc, 0x21be659d, 0x714b34d8, 0xa89d111d, -0x02828552, 0xae10e3c9, 0xdd9ecd12, 0xe13beb47, -0x96818a52, 0xb5fcd9b2, 0xa8d0964f, 0xfcc0e896, -0x7ab323da, 0xb1bf60de, 0xdb70c0ac, 0x83373de9, -0x3513e4d5, 0x0634af3e, 0xc3052a5f, 0x3acb8ac9, -0xcf03743f, 0x15555b96, 0x929b04ff, 0xdb2a9428, -0xdce90ae4, 0xe414e73b, 0x5b6b19ff, 0x1a708067, -0x61329d15, 0xc4eb8336, 0x2d861d5e, 0xca108403, -0x0e9ab2d4, 0x04d3b3c4, 0x36ef280d, 0xfea6cee9, -0x80c30cad, 0x399d1c6d, 0x2b654d22, 0x204032fc, -0xee60e1c1, 0xb20fd9db, 0x087a91fd, 0x6a4e368b, -0xad3ca7e5, 0x5355a689, 0xd220e928, 0x925cb754, -0x677991e5, 0xb3941d98, 0xa3eb379a, 0xf0237d52, -0xe96b9e08, 0xb7ae3c7f, 0x7a84124d, 0x9cc15b58, -0x2ddafebf, 0x93a8990b, 0x1555212e, 0x7fe44a1c, -0x90851979, 0x62a143a7, 0x5ba95724, 0x4d8762c9, -0xee3a6f84, 0x0af45b74, 0xcfabce5c, 0x73ff8f3e, -0xa872ef47, 0xe97e60bb, 0x805c1800, 0x8d3b978f, -0xaf71cdb9, 0x4d8da1ec, 0xae5f2f19, 0xe57566f8, -0xa2003cdd, 0xe65293ce, 0x6970388a, 0x979c68dc, -0x2fcf8d5c, 0x61a603d3, 0x92158c18, 0xd2f53c34, -0x842dc4b1, 0x32f3df78, 0xc696ab26, 0x2be86b54, -0xd98bca91, 0x0415fca1, 0x5afc9076, 0x796a5ef4, -0x87a225b1, 0x6b5784b3, 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-2374-m16f6cb.h b/src/cpu/intel/model_6fx/microcode-2374-m16f6cb.h deleted file mode 100644 index 0503ef4aa2c3..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2374-m16f6cb.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 */ -/* 2374-m16f6cb.inc */ -0x00000001, 0x000000cb, 0x09162007, 0x000006f6, -0x6f5dfa09, 0x00000001, 0x00000001, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x8cc99628, 0xdd93d064, 0xeacbe655, 0x0f2e237f, -0xed4e652a, 0x1a3f2706, 0xc4ac514f, 0x9aa90c36, -0xb808bbc5, 0x43bb567b, 0xbfea430d, 0xaceacc6f, -0xa03a6fc5, 0xce471ef1, 0x3b414283, 0x2e6afbf0, -0x26b83316, 0xd2200e5a, 0x4baba0ee, 0x4e928f40, -0xbcd3d907, 0x2dcdd606, 0xabf25452, 0x0752ed4f, -0x671b3afb, 0xc8d02d3f, 0xd4261c4c, 0xe3999096, -0xf030cd34, 0x00959162, 0xe1fcad06, 0xaa39436e, -0x1967eeed, 0x3c36361b, 0xb03c7119, 0xed21d6ab, -0x64e77067, 0xf8251213, 0x92b71464, 0x9627993c, -0xd0f6329e, 0xfb756405, 0x64bd21d7, 0xc58c9e01, -0x64c5c82f, 0x0a4ea25c, 0x023df5e1, 0xe53b65df, -0x103c6d92, 0x85806ef2, 0x53174db3, 0x86eb50d5, -0x6e472e0b, 0xae1b1232, 0x70c8ef6f, 0xbd53d673, -0xe36a3752, 0x57b967a0, 0x1ef229e0, 0xb5205fa0, -0x8a1b8605, 0xd5e0f464, 0x950ae36b, 0x98d0a673, -0x8f0daad5, 0xac17892e, 0xaf25b16f, 0x4656a1af, -0xe86de91f, 0x3eac43d0, 0xf3158fe4, 0x4475650a, -0x1028fd42, 0xf75508a9, 0xacafbb7e, 0x95c83a04, -0x47b7f70f, 0x3c4078f0, 0x8455af31, 0x7664ceda, -0x689b2778, 0xfb4057c0, 0x5bf83a36, 0xf3560a91, -0x6e5155a7, 0x27dae434, 0x0e583b31, 0x73ea435b, -0xfd4d2097, 0x84d77cba, 0x1cc336eb, 0x5d924138, -0x474fac1b, 0x496736b7, 0x8166361d, 0x724a2336, -0x57372e63, 0xc72e0f0b, 0x0e442bbd, 0x0d3fdee8, -0xf5c61af3, 0xe15d745f, 0x8b3646bd, 0x6aeeb4bf, -0xa5d8fc0d, 0x1371ed89, 0xc0d4de01, 0x201c36c2, -0x055a8591, 0x57690227, 0x357c8aa1, 0xa7f7dc08, -0x4e7abcf8, 0x7f1d9554, 0x1ca865d6, 0x94bc649b, -0x261df890, 0x229e0361, 0x8dc3c9a6, 0xe9849f75, -0x7f3e006a, 0xbf0eadb3, 0x31209c06, 0x20d8ce6b, -0x9e9f9876, 0xe45461a0, 0x0577d8aa, 0xc7b34c81, -0x5f34b5b7, 0x4921ca3f, 0x8024451d, 0x77957caa, -0x50224c71, 0x2dc6d58d, 0x1dcc39f3, 0xe4f6072d, -0x96c5ebfe, 0x9bfa46de, 0x693c63b0, 0x36d3d7d4, -0xa8cd7320, 0x1fbbbac1, 0x299f98dd, 0x30c11f3f, -0xc2f3768c, 0x206af5b6, 0x2957b013, 0xfe45cdee, -0x1b0ed424, 0xb292ed29, 0xd75c4e75, 0xdb829ddb, -0x4f1408d9, 0x10c912c5, 0x3f1412d7, 0x172bc236, -0x6714ce89, 0x5e788c51, 0xa9185b5b, 0x1e559cae, -0x3e5e1e03, 0x42b069ab, 0x3ed34c33, 0x27fa8f53, -0xa1d4d045, 0x7f3a55e8, 0xe4dc36f6, 0x25bcdc0e, -0x8b370262, 0xace3a7ca, 0xc93cb529, 0x57377a07, -0xe94c4b8c, 0x84c19a43, 0xfe87ecde, 0x10ecd4cb, -0x85ab4702, 0xbbcdfacf, 0xfd12ef31, 0x330d5a61, -0xeb57c1cb, 0xd1ca61f1, 0xa7e32012, 0xc5273d7a, -0x8ce6f8ec, 0xb6f02288, 0x8b38ed67, 0xfad9cc58, -0x39e7fa49, 0xfb3d9704, 0xd7dd5146, 0xfe61fac2, -0xc456e412, 0x51899aa6, 0x7c1e63fa, 0x37179d80, -0xecb61178, 0x8f44f5c9, 0xa9b952b6, 0xce36ea2c, -0x899ebbef, 0x08c13867, 0x285a7693, 0x30d16f3e, -0xa0c38351, 0x61b6771e, 0x10232f08, 0x260aa3c1, -0x46289838, 0x11c7a747, 0x442bbb7a, 0x4566010e, -0x0d911958, 0x905492fc, 0xe277fc99, 0xc3f49fa7, -0x116f2325, 0xe804886d, 0xefeaec69, 0x48aa6147, -0x36c224ba, 0xbbf0f900, 0xb60f663d, 0xf7dfe70a, -0x539f05f9, 0x08817226, 0x05221b62, 0x48b61680, -0x29ea4964, 0x633bff58, 0x7eeab12a, 0x74623b22, -0xf3d5752b, 0xc5c19a97, 0xa87f85d2, 0xf3943291, -0xbaff1f30, 0x6c7f3697, 0x1376d156, 0x3b95e18a, -0x678779a9, 0x094ea73d, 0xb15571cb, 0x2500d79a, -0x1722f328, 0xb67d6753, 0xf492d6bf, 0x8a090f83, -0x2b95e523, 0xec19679b, 0x1f25ec56, 0xf3a79e0e, -0x7d795c32, 0xf961eec4, 0x57d2781f, 0xdc2dccf8, -0x71412727, 0x3a5840ff, 0xe433fa73, 0xad17f321, -0xc8c8c87e, 0xeebbb101, 0xa00bc7f5, 0x49fc605c, -0x6e8de8ef, 0x6140052d, 0x7abfdebf, 0x8e8205c2, -0x6ef7b48c, 0x7c89a48b, 0x0b70c768, 0xc924a889, -0xf62ddb12, 0xb0a31334, 0xda0ad64b, 0xce05fd6a, -0xc14ab235, 0x793c3c5c, 0xe097f8cd, 0x557d7ab4, -0x0f774f23, 0xaba657ea, 0x68445529, 0xda624520, -0x87b5ac57, 0xfe0fefdc, 0xd68fb057, 0xbef6bade, -0x0c93027b, 0x91c4aff9, 0xe59b7798, 0xfdf29517, -0x6ffc358c, 0x19b1ad64, 0xbe6ae4f3, 0x83809cf5, -0x57971a97, 0x3b2d4a05, 0xb2385257, 0xb168d28e, -0xbfc2c743, 0xf0a26979, 0x75a599db, 0x9e0fbd84, -0x984219a7, 0x9fd76c11, 0xe9543726, 0x04a3aa88, -0x0464f668, 0x00ce157c, 0x54867a61, 0xf189c8ab, -0xefb98743, 0xee120915, 0x64412b15, 0x15e592c4, -0x512e1b2b, 0x9b89ca4e, 0xc31f2572, 0xc04856d8, -0x18f7c195, 0x20e9138f, 0x5060c183, 0xc6b3504e, -0x8564aa44, 0xde498682, 0xe0c8b0a1, 0x2817ba17, -0x67948b99, 0xda17b086, 0xd49e7e8a, 0xf76cacfb, -0xfef3e62b, 0x49d844ac, 0x00779390, 0xd64f6467, -0x5c7919fe, 0xc655db71, 0xf96627db, 0x2b69cdfa, -0x04f0e69a, 0x403cd655, 0x94daf134, 0x61b19de3, -0x2659bf25, 0x70b55cbf, 0x2795450e, 0xbd2d93d8, -0x9fdf44af, 0xd26cf2d8, 0x767dcc5a, 0x349e0083, -0x8713f27b, 0xd9785b33, 0x33761b40, 0xeea10521, -0x4ffd5554, 0x8bde0d09, 0xabda65c2, 0xcb313439, -0x5e38f460, 0xcea63946, 0xcd454c65, 0x61ea3130, -0xd6bf676f, 0x9fe33190, 0x805599a0, 0x2b4d71bb, -0xd6ef6d75, 0xa1dc7b50, 0x532dae93, 0xe5b3bcba, -0x67bfd0fb, 0xe657b81a, 0x941df750, 0xfe355d3a, -0x83be456d, 0x70c7f3b9, 0x16d7c736, 0xe1677e4e, -0x66050649, 0xa5130662, 0xfc7b1f88, 0x936e7a2a, -0x5b83c459, 0x66459c28, 0xe95c7a78, 0x5e4b4012, -0x6163b0b9, 0xdc59f22f, 0x43554c8c, 0x1e600eed, -0xeaa25fdb, 0xc6b0f2a2, 0xa91cd5e8, 0x78118159, -0x1fd3b9b0, 0x33ec8d9c, 0x98b5f83c, 0x4bea93ce, -0x8f1508ab, 0x3b8ebf4f, 0xa6f58dd5, 0xf527f240, -0xba863b2e, 0x6cdefb2d, 0xc0bc3710, 0xc405d374, -0xe20e18c2, 0x98aeb97c, 0xb7e7334d, 0xaed99f08, -0x5db6a85a, 0x29f49035, 0x6aa56f8b, 0x42119bd5, -0xddfb18cc, 0xbbc497db, 0x6b1bdeb8, 0x87a7effa, -0x26cc2ef6, 0xebb44d0e, 0x86d98ee9, 0xe5ed8a54, -0xd89e77b0, 0x3d70edaa, 0x397122c8, 0x01373cdc, -0xd20990ac, 0x8dd8f0cf, 0xc0b85880, 0x98d34d2b, -0xea9c54fa, 0x01154926, 0xf97b07b5, 0xf8acc1fb, -0xe2772a2f, 0x0b72e223, 0x0d5a5bf0, 0xbd5a79fc, -0x164a0de1, 0xba318e96, 0xf181613f, 0x4e415e2a, -0x3c0e50c0, 0x203a9454, 0xebfd74f5, 0xb4eab52e, -0x077fb33b, 0x82875c19, 0x710fa091, 0x9f90e318, -0x1e85d567, 0x0d87c6d0, 0xd4aac2e3, 0x08f33bd2, -0x912b7cd1, 0xc0221fef, 0x0b1ac4ff, 0xa4b5e363, -0x76fe31bb, 0xda70ad1c, 0x35391da6, 0xfc7e096d, -0x1b92bd89, 0x06a15c01, 0x71bea62b, 0x7e02d846, -0xcad0b5a3, 0x85314e36, 0xff7c3e21, 0x05a26a1a, -0x4991d458, 0xc31312de, 0x7f3d5ba6, 0x482af963, -0xa64eabfb, 0xa156004e, 0xf7bd66a0, 0x596ed6aa, -0x299c5948, 0x83e3090c, 0xc7ff0db5, 0xf7f04b07, -0xea6f26c2, 0x2202ff95, 0xdb1be869, 0x570d2bc8, -0xb6b2d6b6, 0x06a93efb, 0x6e21fcc6, 0x8873a3c1, -0x4e83b301, 0x9fee4803, 0xeec62f43, 0x48527fc0, -0x423cf782, 0x5d619cfb, 0x62af27a8, 0x907ccbe1, -0x90ccdc3c, 0x596e345f, 0xff6777f1, 0x734506db, -0xf2251e7b, 0x8c1d119c, 0xde4a8d7a, 0x3491f6c9, -0x1d236690, 0xca9ea54d, 0x0b041fb4, 0x5e0952e9, -0x3a2a9fd6, 0xa9f9b1f7, 0xa6a2ef4e, 0x9a10b33f, -0x68874a04, 0xea79b7c9, 0xc9b880be, 0x5d840cee, -0xe271c855, 0x115ebc21, 0x4413b163, 0x2092ae0c, -0xabf457b1, 0xa4e624d7, 0x6162c7b8, 0x48a3d1b0, -0xf5576ae2, 0xd2c50b2a, 0x8d280a22, 0x317b2aa9, -0x86081f3e, 0x5b16558b, 0xe929c9a3, 0x024d87d9, -0x4e028055, 0x8a4f2cdf, 0x0074cf1f, 0x94c333fa, -0x5ce57075, 0xc7f96cfa, 0x9cae5fb3, 0x883dae8e, -0x366856b7, 0x9caf63c4, 0xb9dede87, 0xf33e6f03, -0x12043886, 0x7c491aa0, 0xa893dec8, 0x48c770b1, -0x53b5b08a, 0x305c2fc3, 0x8acf8a9b, 0x34eeb82b, -0xb8788ec1, 0xc94bab28, 0x01ba344d, 0x01443e32, -0x7a02a450, 0x7c753958, 0x1538ac60, 0x780495a8, -0x6100c375, 0x087b32cc, 0xdc1a012f, 0x6177bccf, -0x1a73ed83, 0x70c1673b, 0x4a611622, 0xc38cd364, -0xec01a740, 0x9d8b70ba, 0x4167b81f, 0x32aa3a67, -0x01f53fa1, 0x2970f763, 0x96d632f2, 0x6bb81493, -0xf0271789, 0x8d50a57e, 0x6844d683, 0x4e810ac2, -0xecb47ada, 0x4aae5190, 0x597fe8c9, 0x932e6295, -0xb7bb5fa1, 0x3bf834e9, 0xe67989ad, 0x245e7f0a, -0xe754455a, 0x157e56bd, 0x57d18987, 0xedfbd198, -0xdfac9f5d, 0xd8ae6b4e, 0x34ff0f87, 0x5a941474, -0x829936da, 0x3a64c085, 0xee7114ac, 0x9f6c5b61, -0x966e4768, 0x42e63da2, 0x2ac3cdbf, 0x009868bf, -0xacf2c492, 0x71825064, 0xd9a18aa8, 0xf9056101, -0x4cc3cd56, 0x38ce86e4, 0xe7622a3c, 0x3cc073c4, -0xc366b756, 0xb4ea6da6, 0x0797eefb, 0xa4701b26, -0x2e8e7cff, 0xb5168bff, 0xc524e609, 0x959ed99a, -0x696cc74d, 0xba540d34, 0x56ed1fe2, 0x243ee688, -0x9f9b6e64, 0xafd12b43, 0x14b69f11, 0xdb4c6915, -0x2a0a17ab, 0x7800111b, 0xbb45464d, 0x322ffe3b, -0x81e5c756, 0xbf97c084, 0x6e603423, 0x040aaa9c, -0x244c254b, 0x792f2cb9, 0xc2697b28, 0x6cd584cb, -0xa8dd616f, 0x13e0b67d, 0x6344c177, 0x456e2291, -0xf79a69b0, 0x287b0c41, 0xf129f53a, 0x5ab58b96, -0xd6b5ebaf, 0x3e869e34, 0x1ed31326, 0x99a139c0, -0xead1e32b, 0x9ae80270, 0x6d50908a, 0xfe3a8682, -0xc300928c, 0x07a9d067, 0xf95fb96a, 0x9124d845, -0x950bb64e, 0xd759b736, 0x63af09bb, 0x77992644, -0x6585fd18, 0x90c8a962, 0x58280f9a, 0x3b33b693, -0xe69fac20, 0x40e9da52, 0x58af61c7, 0xd0fb5fd2, -0xe7c4904e, 0x89a89562, 0xcfeddf61, 0x78a6a53b, -0x46cbcb5e, 0x98830a71, 0x45476951, 0x29007807, -0x1892d5e3, 0xec8f4748, 0x6eae03dc, 0x68106a0b, -0xc7b79f3c, 0xcf67dfaa, 0x76d01d92, 0xe83302ca, -0xbe89cb53, 0x8e99b9c6, 0x1b329e36, 0xa6201431, -0xcb5e3ca1, 0xabfa3732, 0xc6d861c7, 0xff827943, -0x8baa8d8d, 0x44124268, 0xb52d38f6, 0xe1b543d7, -0x350eb505, 0x8aaad0ab, 0x64d2d1f7, 0x1f78037c, -0x15e4d29a, 0x8de0fde2, 0x0c67bd7d, 0x9217b97f, -0xa51ff353, 0x7e6e317c, 0xf912efc7, 0x6370513f, -0xf3c39d12, 0x9f72b794, 0x04d0c86e, 0x6df3411c, -0x3886f1ca, 0x1bc7617f, 0x1828cc69, 0xa99b3d47, -0x639eb77c, 0x1e8ddb3c, 0x24a52535, 0xdd236edf, -0xf982fbac, 0xc1888b0f, 0xb346e7ff, 0x0b3dd6a7, -0x136a9ca9, 0x929ad1d6, 0x0c8a0974, 0x2d7bf023, -0x0c5e5a30, 0x903dd14c, 0x528c952f, 0xa1cf54e6, -0xf12b6408, 0xf12e92d5, 0xeaf353fd, 0xe6fe1ee4, -0xae452344, 0xff0439cc, 0x10e66738, 0x8fe58135, -0xc4da00c1, 0x652e5e2c, 0xed3da3b1, 0x466fdbc9, -0xafb0be28, 0x096e3c7d, 0xae36530e, 0x48ece09f, -0xeea64c15, 0x2fbdb9af, 0xd3aec625, 0x283bc6e2, -0xdb9fb831, 0xd9a2a76d, 0xbed7481c, 0x5b125110, -0x9727c61a, 0xd0b68c17, 0x63308054, 0x0afc462c, -0xdcf6fbf6, 0x6bd99600, 0x5d2cafba, 0x32540b05, -0x71a05d58, 0x57c91984, 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-2375-m206f6cc.h b/src/cpu/intel/model_6fx/microcode-2375-m206f6cc.h deleted file mode 100644 index b7fa61c9befc..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2375-m206f6cc.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 */ -/* 2375-m206f6cc.inc */ -0x00000001, 0x000000cc, 0x09162007, 0x000006f6, -0xb5503da1, 0x00000001, 0x00000020, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x4ca2453a, 0x0c60f81c, 0xf9fb6ac3, 0x446f4eb9, -0x68956ae9, 0x281c27ef, 0x9b6e0e89, 0xce631b52, -0xd8c1a34d, 0x9a174e3d, 0xfd97d9e9, 0x07b641e7, -0x3f50d275, 0x5561d772, 0xa65af9fd, 0x557870d2, -0x12dc035c, 0x15ffbb39, 0x70fc0682, 0xae5c00ab, -0xb597e595, 0xd64f9b42, 0xea014df7, 0x201b6bbd, -0x5b402e36, 0xdc08dd6e, 0x045591f8, 0x63e18c03, -0x810de70d, 0xadb08199, 0x27582ae7, 0xb674dfb0, -0x722836d1, 0x1d64bd8f, 0x5f099a2b, 0xc9c9fc54, -0xb4e16551, 0xf3f6d238, 0xca2a4eff, 0xe4fe8258, -0xebb303a4, 0xaaeca96c, 0x8054b75c, 0xb3c7fdda, -0x4cd15f13, 0xd763420b, 0xd44ada70, 0x44e676e5, -0x6a9acad8, 0x3ce16ecb, 0xf236af13, 0xd19b31cb, -0xa7f53497, 0x811df556, 0x8f4e3f29, 0xc89a1439, -0x8e1585d0, 0xff71d747, 0x7565b24b, 0x284d09d4, -0xd51f0453, 0x7451da9b, 0xf9de2227, 0xd190a59a, -0x37c33c70, 0x22fda711, 0x5c870aab, 0x1e26fb7a, -0x131d1b8f, 0xa1d6bde8, 0x10df2eb5, 0xa2f5413c, -0xd42eb4dc, 0x385b5303, 0xcc7a035e, 0xcb1e1418, -0x571574c8, 0x68ee29f8, 0x9c73546f, 0x75ed27e6, -0x5fb8c3f8, 0xefbd3fe1, 0x232658a4, 0x44d58d4f, -0x50ed3828, 0xcf347f31, 0xef6783a8, 0x36815423, -0x2a86e288, 0x85d9b16e, 0x8499426e, 0x4893d524, -0x31d97028, 0xbeb62dc4, 0xca41aeea, 0x6c006bd0, -0x5fb3b5af, 0x00a99a87, 0x9d3403df, 0x9a636eee, -0xbf42b42e, 0xf1bb04d1, 0x6b3f2a95, 0x8940dd97, -0x6bf9b59e, 0xcb8a0527, 0xebee515c, 0xce1471cf, -0x355dd1ef, 0x680bbb16, 0x64b16e4b, 0xbd88d2e8, -0x4accba0b, 0x645782de, 0xb4e80b30, 0x8dbaff4c, -0x69a316dd, 0xdb385e92, 0xa9d7e2c3, 0x9d528ac9, -0x84cf62b8, 0x6fe4b05b, 0xfd9c1de2, 0x637c77e5, -0x8246a322, 0xd8c0bb8b, 0x1630ca78, 0x02782a7c, -0xfc98e84f, 0x189d1ad6, 0xd49b6da3, 0x38f57c03, -0xd2184b1a, 0x29839a53, 0xb0d59c88, 0xcbb66409, -0x86e1daa8, 0x0962c75b, 0xb2136ab6, 0x8ad8d88a, -0xa34b2d1f, 0x187a4791, 0xd90b7191, 0x43d51a45, -0x207d9dfc, 0xa14631df, 0x10b160be, 0x4979a4df, -0x60b0eb14, 0x926481a3, 0xcee25829, 0xd001b43a, -0x5a0b8d25, 0x6d4da2ef, 0x379cf299, 0x1ece08c5, -0x585b7f60, 0xe21f15ee, 0xef64a654, 0x315f1dbf, -0xc7b0bf4a, 0x8630be84, 0x1e2c6ac1, 0x351deaad, -0x21e70db4, 0x9be6e520, 0x20efd8c8, 0x4fd7838d, -0x7398c60f, 0x31450450, 0xf5bcbcb2, 0xa251b3ab, -0x4802b7c0, 0x6ef397f7, 0x6918667d, 0x41364657, -0x93749c16, 0x68ccc8c3, 0xa7828ada, 0xafe49351, -0x8950e98b, 0xadd263f7, 0x03743b10, 0xe1303390, -0x67c09f32, 0x34a53ad9, 0xea6de14c, 0x73982b98, -0x5cc5189a, 0xc3c717e0, 0xd7482ae3, 0x528c71b4, -0x2f1b0b0a, 0x79658ece, 0xe6939197, 0x46dc279b, -0xd7db9210, 0x93da407d, 0x5eebeea8, 0xa3cd09e5, -0x3861991d, 0xda6a49ee, 0xfada1c83, 0x6873706c, -0x472a42a7, 0x25b0a0a6, 0x10533fb9, 0xfd81f855, -0xffdcb426, 0x44fb83e2, 0x61ff93c9, 0x21c08ec8, -0x7dede282, 0xabe78a53, 0xac7e1c5e, 0x2778c339, -0x3a72dc6b, 0x4d8b1827, 0x097356ed, 0x95aebc13, -0x53e90714, 0xb4449bfe, 0x7a53c105, 0xbca902af, -0x7efa00aa, 0x3aa20bff, 0xc424389e, 0x33015d04, -0x370474f0, 0xa7e9db06, 0x31ef08f7, 0xfffd987e, -0xc188f973, 0xdb5e1be9, 0xc5bd9be7, 0x714c08f2, -0xb5bc782d, 0x7c485554, 0x93f384e1, 0xdb13e1e9, -0xf804524c, 0xd72d2135, 0x59f4b95d, 0xa42ce4ab, -0xe949dbdb, 0xff708a44, 0x191ff0a5, 0xd5dcf1c4, -0x5ed779d7, 0xf84a04c2, 0xb312bb9a, 0x72296289, -0x818ac787, 0x29d3f1b0, 0xe5247de5, 0x204841a7, -0xe343d836, 0x3455f1a5, 0x1ea06a2a, 0x6dd13104, -0xcfcab06a, 0x59b40efc, 0x1aeda2f4, 0x228c613b, -0x3a4aea04, 0x4ff8672a, 0xe1c2a5c0, 0x929b61de, -0xfe04b30c, 0xeb86409f, 0x123cd80b, 0x285b55c1, -0x9fbc657c, 0x96f08d1b, 0x811c3005, 0xf46a3a15, -0x35ce682e, 0x7d0f00a8, 0x8f20ab16, 0xdbf70d95, -0xf3f1fa22, 0xbd490a21, 0x5c1cb186, 0xe70d8e0a, -0xe276e3de, 0xc44e4fd6, 0x95cb1709, 0xd637f3f3, -0x22fccdd3, 0x73638415, 0x09cb4c2f, 0x5edd1810, -0x7cddfcb7, 0x10504f7a, 0x052d2cdd, 0x60d7fc41, -0xd537c338, 0x9df0ae8e, 0x998fd20c, 0xbca60e45, -0x660df350, 0xc358e102, 0xb6a7463f, 0xf915e9d0, -0x9dc3ddbf, 0xa3391de9, 0x821687f5, 0xc97749d6, -0xd7142369, 0x619d3c38, 0xc145a05d, 0x08bdd065, -0x2d07e770, 0x85b742fb, 0x868647ec, 0x42260c63, -0x57f0f08a, 0xbe6c102a, 0x08d5bc29, 0x04ff5ecf, -0x7064a5ec, 0x3c938764, 0x13daf31f, 0x66a431af, -0xd7ffe591, 0x725e90bb, 0x8c7c9c89, 0xdb09effb, -0x49a69245, 0xd86bb8e0, 0x05ccbbd3, 0x1888abaf, -0x379bb483, 0x0da8c7ee, 0xa5f33b28, 0x17090bed, -0xf257cf2e, 0xbca95053, 0xad55a14d, 0x7ee27bb3, -0x86c679a8, 0xae835aa8, 0x20a21939, 0x8b373484, -0xf3a240ee, 0x4b62413d, 0x105429b3, 0x3fc3934a, -0x772a80c1, 0x97dafbbe, 0x6b3f45ef, 0xbc31d8bb, -0xc406f325, 0x7ef9a44f, 0xe8de1d36, 0x89a26f22, -0x112ff57f, 0x5c76e11f, 0x05c737ad, 0xcc2fabb8, -0xa3922153, 0x498c6eee, 0x0f7aa81c, 0x4577417a, -0xc494fcf8, 0xca0ea350, 0x164e10b3, 0x46d2cae9, -0x533bc875, 0xe66514e8, 0xf3b87661, 0x9404fdce, -0x0bb478c5, 0x731e58bc, 0x2b64c504, 0x537b200f, -0x689f08c9, 0xf0579ddd, 0x2ba0d681, 0x2fb46df7, -0xf68eadd9, 0x06ef245e, 0xd16df38a, 0x1bde6557, -0x858936df, 0xe3a8b9b2, 0x71e52cc8, 0x1b1cdddd, -0x5a7a4ddc, 0xb53d291c, 0x509b164a, 0x5d6ce1ed, -0xe07f4d72, 0xa4056fce, 0xb1bd2265, 0x13b908cb, -0x554e5ec2, 0x59d6c0a4, 0xf624fd6d, 0x50f7b809, -0x9ad9d586, 0x021298af, 0xb7fdd41b, 0x636fa09f, -0x0b476a97, 0x02161594, 0x8a441916, 0x1fbe6b3a, -0xf4a5ba89, 0x553410d9, 0x8e878475, 0xaf97da55, -0xcce07fbb, 0x2f6e97fd, 0x7a6bec65, 0xd741edd8, -0x46762670, 0x23a62dd0, 0x1800a0ad, 0x8a833135, -0xf173ed16, 0x8cfd7af3, 0x21b1fbf6, 0x008d081a, -0x86f40203, 0x6d2ae0be, 0xd60f7b40, 0xaefbc0d4, -0x179ee7ad, 0xfa7ecf66, 0xe3b54cd2, 0x5a935135, -0x784eb5db, 0xadafa9b7, 0x02a61651, 0xf61ca1ee, -0xd3034edf, 0x5d0747b2, 0x0249cb51, 0x87ac0e5f, -0x2fbd72fe, 0x11d19421, 0x826aa7f0, 0xbecad816, -0xea303a33, 0xe09e396b, 0xd8f4a26e, 0x83f8bee9, -0xe17d5b57, 0x90d8aacc, 0x148bb70d, 0x70f230d5, -0x8b9d152b, 0xb890c3e3, 0x2975fe1c, 0xfaa78f08, -0x5d3f2402, 0x83e43665, 0xd4baddc1, 0x32fe6e2e, -0xcec77de2, 0x8157232e, 0xc24d91fe, 0xe0c16891, -0xc36d6afa, 0xf613aaf8, 0x6b388fc0, 0x2c4dc07f, -0x379fb3a5, 0x6731c635, 0x6fd4eb18, 0xda60e96a, -0xa1188bcf, 0x4221d7e0, 0x42fe4796, 0xfa9bf912, -0x90281e11, 0xd22e3be9, 0x10133ea2, 0x1a19022e, -0xf5bd3b53, 0x8d3b9eec, 0xa4223edb, 0x8821311a, -0x999601ce, 0x0b016cef, 0x0eb791e3, 0x6c2d7b16, -0x2bcc9cb4, 0x9b8ad717, 0xaf78a2dd, 0xd19cbd5e, -0x83ccc754, 0x44ec7bb8, 0xe1564239, 0x6524d3d6, -0x219e4912, 0xac90962a, 0x6af7074d, 0xb4de29e4, -0x2ade0d62, 0x002975f9, 0x875add41, 0x3af7eb04, -0x5184074d, 0xa799da86, 0x745e9870, 0x8f9b977b, -0xa4fc2d1e, 0xfba1a758, 0xd4acd4bd, 0x46231ad0, -0x19c96255, 0x46a28a49, 0x2747f84f, 0x92c5414a, -0xe9ba4d71, 0xa46c972f, 0x34d99223, 0x1c511c62, -0x90a31554, 0xd313b802, 0x51e31fd3, 0x1b7abc55, -0x6ea77c57, 0x40f67d62, 0x85cfb2fc, 0x5d74f2c1, -0x4102e522, 0x399d75a2, 0x37df2ef4, 0x0885218c, -0x9b7f6495, 0x6546d3e2, 0x6ab35c52, 0x3535b3c8, -0x3fd580c7, 0x3ec9b525, 0x7f0ceaee, 0xd29811ea, -0x88fdd8ce, 0x16d9dc25, 0x257b4177, 0x0689554b, -0xf1bc6a1c, 0xe25e84aa, 0x3fab190e, 0xe53b5591, -0xf92ccba1, 0x72e849df, 0xa54bebb9, 0x7f9cfa4e, -0x9024afff, 0x44d0bb1b, 0x6769020e, 0x75714288, -0x5e6946fc, 0x7eb5a4db, 0xfe724b97, 0x03da7f95, -0x86332888, 0x652baeae, 0x4ff95966, 0x8b59b653, -0x490d78a0, 0x82db6e30, 0x57397510, 0xcbe89257, -0xfb8e7cc6, 0xd8dc344c, 0xa3b65aec, 0xb5476370, -0xe39f95e1, 0x7a17ef35, 0xef747c9b, 0x908a64c2, -0x4b019837, 0xb90c56f3, 0x1427e024, 0x60c697c9, -0x52e8c5eb, 0xe372c9b8, 0x6447ded3, 0xc50e8f41, -0x37e037fb, 0x87ee5ccd, 0x8b120174, 0xbd7474c8, -0x5b140ba0, 0xa753443b, 0x92fe8be8, 0x26020154, -0x6356b4ec, 0x426f3a76, 0x7ce0259b, 0x4ba92062, -0xad5c00c4, 0xcaf50518, 0x34fbbc39, 0xd74b9f0b, -0xa3ba98a1, 0x078b3e78, 0x7ff3ed5b, 0x307739e7, -0x593d4e92, 0x33d8f843, 0x9301bcd2, 0xaf289a42, -0x5609f0b1, 0xf39134a9, 0x2f904b53, 0x62e6b3ee, -0x6a0da57d, 0x36991211, 0xe7a6917e, 0xec3f6b43, -0x26fd7e86, 0x846737b6, 0xa376952a, 0xf7961df8, -0xf48f8664, 0x7d55f182, 0xa2fc9f07, 0xc7207d3e, -0x2a0b2f92, 0xfbed2635, 0x3ecead48, 0x90f91aa1, -0x4dd167bb, 0xe3ab46ca, 0xd4c5586f, 0xe287d92f, -0x86497212, 0xc12bff4e, 0x2e378968, 0x19abfc38, -0x721893d6, 0x7c0302a3, 0xa7dc2a88, 0x58e8df52, -0xd6ae8df5, 0xb2e61807, 0x7f1446f7, 0xa6631a76, -0x9c840dd6, 0x219a8534, 0x69798862, 0x13ecf7e3, -0x593732f2, 0x3fab5b81, 0x9a7003e3, 0x354ecd44, -0xfbf4c175, 0x585696f2, 0xc9bb6d06, 0x75a2d533, -0x5eb5fb61, 0x28a2d130, 0xa3a8dbfc, 0x71fb7be8, -0x3a2584a0, 0xba7d014c, 0x182e3105, 0xcf992d21, -0x2b5c9202, 0xf4565d91, 0x05938b8a, 0xea1eaf79, -0x0b738314, 0xf178f3a0, 0x9ee13d7b, 0x55d7c1e4, -0xbf19a735, 0xe8ea533f, 0x0b915fac, 0x846af3fd, -0x2ea919d3, 0x654cc505, 0xd4e7d3b6, 0x04f535a0, -0x16fcd173, 0x90464576, 0xe5751104, 0x563f4d11, -0x95b28b19, 0x2ff9fc80, 0x575864dc, 0x59b480f1, -0xee59fddd, 0x2ad7b105, 0x92fac0fe, 0xb4d6fd14, -0xe94415c3, 0xa23bdce5, 0xb4cddc6e, 0xf040325e, -0xf607d4c5, 0x7e98e90b, 0x2f52bdde, 0x783eb8f8, -0x0d735e4c, 0x435b4d46, 0x47865cfd, 0xcba84b9f, -0x7680df71, 0x9c89e0b7, 0x52e8765b, 0xca4a4a2a, -0xf5d6bf74, 0xffeb8da9, 0x6b22e6d9, 0x9317d0d2, -0xd3417c8e, 0x257138ea, 0x9f6c650c, 0x2f65c281, -0x186f88f9, 0x8a630a1f, 0xf36a3c4f, 0x3faac09e, -0x18cc37ce, 0x5187d240, 0xadb95d8e, 0x96ef7f07, -0x22098da0, 0xedd3b452, 0x6e827fcb, 0x4ed59ed0, -0x984fc42e, 0xdaa3f5eb, 0xa6fcd30d, 0x150f6253, -0x3ff37e60, 0x1dc93c3d, 0x87e89306, 0x101ab853, -0x81579d33, 0x1d68dc7d, 0xc2dffad3, 0xcf913d2f, -0x96c2f5ca, 0x0751685d, 0x68150a94, 0x8c4c6f94, -0x7f8df250, 0x3868ec54, 0xa348cbf3, 0xc21d3309, -0x508faf0b, 0x28c79e4b, 0x58b8fc81, 0xcb48bb6f, -0xc6cd8902, 0x1d2cf518, 0xec6aaa16, 0xf1316d7c, -0x4273eeb2, 0x5a462ecd, 0x07ebf2d3, 0xc9f5c520, -0x19bef211, 0x53565c26, 0xd9ca82c1, 0x9ccc7fc8, -0xed95ba5a, 0xf8d230f7, 0x252ab660, 0xd989b511, -0xc21ad1a4, 0xf84355df, 0x36254582, 0x339144ba, -0xc04208c8, 0x20372e18, 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-2376-m46f6cd.h b/src/cpu/intel/model_6fx/microcode-2376-m46f6cd.h deleted file mode 100644 index 58610d8caffe..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2376-m46f6cd.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 */ -/* 2376-m46f6cd.inc */ -0x00000001, 0x000000cd, 0x09162007, 0x000006f6, -0xa77fc94b, 0x00000001, 0x00000004, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x069de10f, 0x231acfec, 0xb14d18de, 0xfff6e27c, -0x47f9f050, 0x93e4ab75, 0xc5b027f8, 0x5d0af696, -0xae8c0180, 0xd2bd00de, 0x54589c4c, 0x8a304494, -0xf62f1f4c, 0x54951068, 0xae698c80, 0xd0495a6f, -0x41252806, 0x8a3929ce, 0xf5da0a40, 0x7b37235a, -0xd3e66940, 0xee4bd80e, 0x2c8c9cef, 0xdbbc8c44, -0xd93c981c, 0x3653aa83, 0xf38ac2b8, 0xeb772793, -0xb02e5b5b, 0xca076ad4, 0x2f72e48c, 0xa8598c92, -0x86235029, 0x06136faa, 0x847ba9e0, 0xa12b22bd, -0x8675ac47, 0x9c88b30e, 0x5f6bf4bc, 0xb4490e67, -0xe14615a3, 0x47914f9a, 0xa906d616, 0xd926d1c3, -0xe3c475ec, 0x805ece3b, 0x03e32c4c, 0xd0d49809, -0xf80587bc, 0x0d147769, 0xf754e7af, 0xd8f9e4e3, -0x0652985b, 0xc47d60fa, 0xf7ee4161, 0x208f5cce, -0xc0207b34, 0xcfc0b155, 0x131344a3, 0xc8151215, -0xfd64a827, 0x0b46e3a9, 0xf13b69d6, 0xe3f034f3, -0x214a31ca, 0xd6ddb66c, 0xdc325966, 0x3cb35d51, -0xef9c208b, 0xc74e3d36, 0x2cf09e5d, 0xdb2a20dd, -0xe75f3cbf, 0x094301ea, 0xd215ea97, 0xeb9907d8, -0x3d69506e, 0xe6ea09ed, 0xfb868e50, 0x33d62866, -0xef755902, 0xee6079a1, 0x193e9133, 0xf849f9dd, -0xec089a93, 0x3919d90d, 0xcdcb2ca9, 0xdc6d5ad9, -0x0eb6f22a, 0xdb9e6033, 0xc91db934, 0x39eeb1b1, -0x7ff82cb6, 0xf23be65f, 0xbedbbf55, 0x7cf22a24, -0xf7bb7f92, 0x93b08ce3, 0x4aadb8fc, 0xd7e8fb49, -0x52b41550, 0x6a6deddc, 0x1cf9fcae, 0x50e7dd5f, -0x40a3c0e3, 0x1e990ebb, 0x67789222, 0x660180f9, -0x6d283a27, 0x6b59f4fd, 0x2681057c, 0x7fd28ba6, -0x7b29c3f8, 0x06f3cabf, 0x753070b1, 0x6f35b09a, -0xcd1bcf2b, 0x5558faa9, 0xde88dc0f, 0xd5a96254, -0x2a437c53, 0xed8e7708, 0xc671efc3, 0x23634321, -0xade99512, 0xd6c582f0, 0x63f9e461, 0xa076a3f7, -0xc7bd36d2, 0x4b4d9413, 0x9304492f, 0xf13d3b94, -0x9412f88b, 0xa2fe563a, 0x58d4f309, 0x8bb4ff69, -0xf1b8f459, 0x5c1bc95e, 0x94923096, 0xc42f1043, -0x4e558014, 0x927525c7, 0xb1b01a10, 0x6b6e236c, -0xcbfae624, 0x90165fc5, 0x4ab743df, 0xf01aa3d5, -0x8407f56b, 0x5a6f41ea, 0x8db4e144, 0x938fd696, -0x1b05c5ac, 0x891c3318, 0x883d70e0, 0x034ef879, -0x9f364d96, 0x9ac1d849, 0x52935d76, 0x92b1d7f7, -0xb241d6c6, 0x7a466608, 0xf5971834, 0xa5b88250, -0x475d7738, 0xdc4285cc, 0x953d3f20, 0x73dd0ab7, -0xd7c07f38, 0xba153744, 0x5662025d, 0xffcac9ab, -0xb5f14ff8, 0x788ae76c, 0xa3add19c, 0xb9f4e614, -0x2684d144, 0x9954d047, 0xa5fa8658, 0x2e98742f, -0xbd93d843, 0x9004abe1, 0x5dce2625, 0xb07ce2cd, -0xe45a23de, 0x5fc7d4f1, 0x9f6cd823, 0xca45faac, -0x77ed9a41, 0x863eb485, 0xbe5ee6d9, 0x7163f443, -0xf0f13fd0, 0x803146bc, 0x5a8a5234, 0xc6f23b27, -0xa4be8f1a, 0x7f543252, 0xf48c1088, 0x88f0f42c, -0x508dcc60, 0xdce3dd19, 0x9621736d, 0x61e9f832, -0xe49ad73e, 0x839ddc15, 0x0320088d, 0xe4e07850, -0xe6081f95, 0x212f40ee, 0xe5ec02fc, 0xeb3ec560, -0x21c799fd, 0xf616092e, 0x8c246959, 0x369e4e78, -0x95b8b0d7, 0xb2ac56e4, 0x11533370, 0xaa6d732f, -0x96da9f5d, 0x2c15d26c, 0xefc38a7d, 0xb411422b, -0x5ed512a2, 0xd0f6bdc7, 0x848402f5, 0x557a9d6b, -0xf6d6bfb4, 0xbae8326c, 0x44d2711e, 0xca0b1c1e, -0x818d6489, 0x674fdf62, 0xeba712c9, 0x8600fc72, -0x46c4091e, 0xc0dd6afa, 0x86d0ce6d, 0x73db482a, -0xf422ed0e, 0x814f50d3, 0x6a8f5f4b, 0xf8839c31, -0xb2f9ba8f, 0x63f77f84, 0xf2feb43c, 0x8267b66a, -0x4c1e25a6, 0xf5d369e0, 0xbfffcfbb, 0x72a2342f, -0xd2138eb0, 0x94f439ed, 0x75cf2660, 0xf4e13865, -0x99cc2799, 0x601f4b94, 0xef7da960, 0x9cbd1464, -0xbb1eecaf, 0xd505e594, 0x634b8c91, 0xbf437ddc, -0xe84a6b03, 0x647c259b, 0xaeef8ebc, 0xc2f8231b, -0x1ec35135, 0x82a90e21, 0x92abcc48, 0x11339939, -0xb38a8e03, 0xb3173d16, 0x1d456a2f, 0x884647c1, -0xa0796e8e, 0x2dbe5e87, 0xd724eb78, 0x850f2323, -0x67d0dabf, 0xffbefce9, 0x94ba824e, 0x4dad31d7, -0x41866002, 0xbc02ef63, 0xc714a08a, 0x4cbbf0a0, -0xb0711591, 0xd356135f, 0x66c868a7, 0xef093288, -0xc0f20e6d, 0x08d1e5b6, 0xf57c95b6, 0xda4abe4e, -0x53e01eb9, 0xdb1fc9a1, 0x914a0d4d, 0x72835fd2, -0xc48c91da, 0x90179816, 0x58e935cb, 0xc9ffcc97, -0x81a20a84, 0x4873eaa5, 0xeb2e34df, 0x9eaee870, -0x473a53b0, 0xe896b132, 0xa1da6125, 0x53907d39, -0xf2c0101a, 0xb400f023, 0x5c8405fc, 0xe56b9ff9, -0xafe70304, 0x61efed87, 0xfe2c1d6f, 0xa137799b, -0x6099842e, 0xc535ce7c, 0x813b7a56, 0x4fbfa56e, -0xd00b6167, 0x94047c4a, 0x7f2d2caf, 0xe779ed1e, -0x91f8ad3d, 0x4819be3c, 0xeb7c3f7f, 0xafde58c8, -0x416ba349, 0xe54b1a61, 0x84bf1cee, 0x6a49a45a, -0xcb279f1e, 0x94a64ea8, 0x50c52323, 0xf2bb1e1d, -0xb3369a76, 0x6b7bd4ba, 0xa5a883c5, 0x9920d82b, -0x1ad509e3, 0xb6603840, 0x9cf6fa7b, 0x37f38611, -0x8ac50d7c, 0xa00722bb, 0x1c530a5c, 0xaaaf42ea, -0xab934993, 0x3a763beb, 0x85920bf8, 0xba2f9222, -0x0803ab8f, 0xb65644be, 0xc1468e02, 0x0fcc5ad3, -0xca511fb9, 0xdecc45dc, 0x164ebc01, 0xda810b73, -0xe514c39a, 0x2d65d0c4, 0x92620d3a, 0xe52f6c2d, -0x6660cd07, 0x9e3f024b, 0xe75f21f2, 0x4b369f5f, -0x552e761f, 0xe3245f99, 0xc4a8d36d, 0x79150e9e, -0xafd6be8b, 0xd3079f1c, 0x741da83e, 0xbeb8bade, -0xef56cdec, 0x797d768d, 0xb812e70e, 0xda2b8b18, -0x60b40484, 0xb86adad7, 0xeec53ea7, 0x57d642cc, -0x917691fc, 0xe1d2bc90, 0x4f47b3a2, 0x98510bfa, -0xc38f58f3, 0x749b0440, 0xb5399e12, 0xfa8f3814, -0x45577b99, 0x8911964b, 0xce5b480e, 0x7bb71f83, -0xbaf64cd2, 0xd708ad19, 0x6ab5affa, 0x9958f2bb, -0xd0ca7465, 0x78bef153, 0x9aa7e50d, 0xd59589f5, -0x27a84f81, 0xb4e5ca62, 0xb11e75fb, 0x2f959347, -0xb6908b81, 0xa0dc5495, 0x15d063b8, 0xbac68fb2, -0xa842417d, 0x0e679113, 0x858d3a24, 0xb28c6d81, -0xa63ff7c4, 0xb6162705, 0x3d418eed, 0xb35998f0, -0x982bd927, 0x18e15412, 0xa6191a2b, 0x88059de0, -0x37b687e0, 0x99a0d2e3, 0xc2270bb3, 0x1c2efde7, -0xef4e85dc, 0xdd5cdd23, 0x2b93f297, 0xe69f6615, -0xdc707a03, 0x0b424b20, 0xd24bada3, 0xec108aca, -0x1eee4859, 0xfc337cb4, 0xf677d3be, 0x3bc9fcf3, -0xf0bf3560, 0xd76e5902, 0x07249f10, 0xcd0c1aed, -0xe68d1f68, 0x3bf09532, 0xc7dff675, 0xf627f8b2, -0x27925559, 0xf735c609, 0xf0bf366c, 0x340b0650, -0xfdddfeea, 0xfed89dc1, 0x0704611b, 0xd4a4353b, -0xf81a7fa3, 0x04f46a9d, 0xc8b9ebe2, 0xfc13091a, -0x071d6bf6, 0xd07f4f4c, 0xd4620b62, 0x0b0ae427, -0xae03a28c, 0xd7dc1e3a, 0x22c2eaad, 0xa5c8e3f1, -0xa2834902, 0x19faf326, 0x8ae4ddda, 0x8a732cb9, -0x240bc2f2, 0xbaea93a2, 0xd8049b07, 0x3f38948e, -0xc0e9c772, 0xc8b6c1b2, 0x082490d3, 0xfce9f20c, -0x10722c35, 0x28b52bc3, 0x272477f7, 0x31dbb406, -0x220e8872, 0x099fbaf0, 0x39a10e00, 0x1960c5d9, -0x3f5bfba6, 0x0123b1ff, 0x3a7b0cdc, 0x3f29d8f4, -0x021e948e, 0x15367a71, 0x1d660894, 0x01060e64, -0x0a47a953, 0x3d7f7646, 0x5c2e3326, 0x2f0b52c7, -0x5c4ce5a0, 0x6b4d4526, 0x24cdcc9e, 0x4b9b5edf, -0x6a80a105, 0x013180e9, 0x4269c090, 0x4b9eda81, -0x1f586fd8, 0x5329bfcc, 0x6cef8d7b, 0x3450dab5, -0x7e54bdb0, 0x342ae8b2, 0x77459bb2, 0x1bbbed96, -0x1d31aaea, 0x57be8663, 0x7fcb476d, 0x2af95451, -0x10b5fe50, 0x723b1d0b, 0x68e8fdb6, 0x1ba86347, -0x28197557, 0xfe83bafd, 0x71da9ee4, 0xb290db8e, -0xc3e3329e, 0x2d7999c1, 0x9e5078ab, 0xb03ce933, -0x44964e69, 0x85c9a1e3, 0xdb0b04de, 0x7705bff8, -0xcc509f50, 0xe1baa519, 0x33a76486, 0xd20807da, -0xff31a538, 0x2824987a, 0xfd55dca9, 0xc6c75eed, -0x6e09a934, 0xc28e5766, 0xa51425cf, 0x44ed113d, -0xd8a7e6d2, 0x1a93ea5c, 0x5d13c219, 0x420713e1, -0x08dd1ad5, 0x5f4a4e98, 0x4854b87f, 0x3d8ffc1d, -0x780ec676, 0xe5f156e4, 0x11b5a68b, 0xec86f0d9, -0xd08d6490, 0xc73546d5, 0xc9cc9af4, 0x2a179fdd, -0xc9fa7139, 0xed1e1f85, 0x358bedf7, 0xf85d053d, -0xc40d6cab, 0x1be9e76a, 0xf65d3c04, 0xf8e2cf43, -0x7e7d8de2, 0x8ce53551, 0xb9c28202, 0x1e3dd0a2, -0xeb7e16c3, 0x7d2332aa, 0x7c310b4e, 0x06cf6714, -0x736cd20f, 0x87197a64, 0x30fecd51, 0xa2171877, -0xffbd4e01, 0xe7bdcfe3, 0xfaf63afb, 0x103dc98c, -0x8df92486, 0x9f18a46b, 0x62e21409, 0xff9bd459, -0xea06dbb2, 0xa4aed423, 0xbb907994, 0x015b7beb, -0xe7b5d965, 0x3c7baa4d, 0x6e639c70, 0x6a63e04c, -0x4737f3f7, 0xb3b30f63, 0x2bea37d8, 0x84a8b29b, -0xfef6dfd7, 0x1cd52427, 0xcb3b7267, 0xe40c2eb0, -0x68b8b070, 0xc123305d, 0x89843b7b, 0x470534d6, -0xf81d8b07, 0x26d4b20d, 0x5a234265, 0x6ad94a6e, -0x11c357f9, 0x854a4eea, 0x7d2a7644, 0x05d3f0ee, -0xb074a203, 0x8b9e2e78, 0x181f15f5, 0x68d76981, -0xa7496454, 0xd6b494c3, 0x4b9586d3, 0x7cf5f67d, -0xfdd40e83, 0x203ed59f, 0x4f79e5d2, 0xbe585702, -0x27c5a87e, 0x7c8904cb, 0xad3bd485, 0x03c2c4d5, -0x5fc5ca27, 0x3d9bc4ff, 0x2ab90d3e, 0xfeae7801, -0x30f86b75, 0xe16eff78, 0xe2a35865, 0xe4f1632b, -0xfa4c9f3e, 0x39995cc5, 0xd413439c, 0x26409cb0, -0x2c0a191e, 0x3ddb38f1, 0x13844831, 0xe491b98e, -0x3502853b, 0x7ce54372, 0xeb146bc9, 0x0528ced7, -0x3706e43f, 0x6407efbd, 0x6d0fdd4b, 0xc5ad8378, -0x7f68d6c2, 0x2c776f23, 0xd84159e4, 0x1136149d, -0x1850c335, 0xed7200c8, 0x38862fc1, 0x31144436, -0xd55f3539, 0x7095ced0, 0x28d6c71e, 0x9a7e1c59, -0x738f287b, 0xcfc36dbc, 0xa352b20a, 0x94b46685, -0xff21c397, 0x45a639e7, 0x97dce079, 0x0339e07d, -0x6c63181e, 0xd1695983, 0x0f3f9949, 0xe79cbc93, -0x2ba92b63, 0x07aec366, 0x069d04f2, 0x1cd9921d, -0xe1552bb3, 0x274ff779, 0xf129e10f, 0xc676d005, -0xd94949c2, 0x4b05e853, 0x16a2b4f8, 0x7c8607d4, -0xc0c7225b, 0x8bb48a31, 0xffe935aa, 0x4e4d2f9c, -0x74472edf, 0x27fd27d3, 0xb0edb970, 0xae7aad7d, -0x7ed3c3e5, 0x51544c0b, 0xe1160c3c, 0x8898d872, -0xa49ec27b, 0x4b8b71ad, 0x7c011baf, 0x0136cb03, -0x89f0c23e, 0xb09b12aa, 0xf54e7879, 0x7b159d26, -0xd0274c76, 0x06a11c54, 0x32417ff5, 0x22f9ac87, -0xd04c7f93, 0xb4d64581, 0xda8e836b, 0x727833ae, -0xe10f52ad, 0xd5d9b8ca, 0x137439d1, 0xe6480fd4, -0x5920d3a3, 0x224e70cd, 0x6a9f8b40, 0x523313cb, -0xd933079c, 0xeb1ce420, 0x932c88d8, 0x621ba7c4, -0x398699e1, 0x91790ab0, 0xb72e91fd, 0x0c717172, -0xfd51b6b1, 0x103361c5, 0x6b81ca06, 0x54ab7ce7, -0x1a676e96, 0x7b064711, 0x40fbe8a1, 0x13b58a47, -0x654dada0, 0x1497f23f, 0x17853e67, 0x34793aad, -0x9a35153d, 0x2757793b, 0x86dd1d1f, 0xb5830eb5, -0x8624a4e4, 0xf8827b80, 0x1bbe08b1, 0xfa388a75, -0xa12f653b, 0x0cc7d6e2, 0x8e34dadc, 0xaf97070e, -0x027ee8d8, 0x94b956a5, 0xbb256a5a, 0x3bef3e55, -0xa2ba9e38, 0x4b1d8640, 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-2380-m106f768.h b/src/cpu/intel/model_6fx/microcode-2380-m106f768.h deleted file mode 100644 index 3d14ae9d53fa..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2380-m106f768.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 */ -/* 2380-m106f768.inc */ -0x00000001, 0x00000068, 0x09162007, 0x000006f7, -0x18729a7e, 0x00000001, 0x00000010, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x67615a02, 0xc5c97f5f, 0x67c6cc07, 0xc2b8af48, -0xe6144a74, 0xeb752f3c, 0xcc641d37, 0xc85dbcbf, -0x8aaade67, 0xc12d84d2, 0x42d1e9fc, 0x648e9b8b, -0x7ba8726a, 0x10730fd5, 0x559ec216, 0x6ce0304e, -0x6262dcef, 0x9bcfb566, 0xde72b180, 0xfff5e1bb, -0x357fc3fa, 0xb433b4d0, 0xe0a5c2c4, 0x77d08032, -0x058d1ae6, 0x501f62b9, 0xd536ee5d, 0xc42cda2e, -0xb32833da, 0x79b0e085, 0xdd4c876b, 0x7ce16476, -0x21a34fee, 0x4a7c9a43, 0x55fa4e5d, 0x58c491b5, -0x9812db2e, 0xaf55d9d1, 0x6d179bf4, 0xb550b764, -0x0eea6215, 0xb46f1eec, 0x2007d397, 0xa819e1f0, -0x7ea88495, 0xc40cae2c, 0xc16b49ad, 0xb92c71bf, -0x5b3fd03a, 0xa7d20283, 0x2b144d56, 0x47c6b4e0, -0xc02c37d6, 0x07f461c4, 0x943c86f1, 0x1bf5de9f, -0xb204aaf0, 0xa24bd8e6, 0x6a48faea, 0x3058ba2c, -0xa8e86950, 0xb5b4379c, 0x990fe958, 0x55171689, -0x9ff43ba5, 0xf8bf0b99, 0xca5b9d3a, 0x6293d6a1, -0x0b7d8354, 0xdf95b72e, 0x7f2e9e77, 0xc505ee34, -0x2edec94c, 0x188473ce, 0x26c7362c, 0x3dd5cf5d, -0x05ad2dcf, 0x66c59f30, 0xdf1debed, 0xc93fff73, -0x2642be44, 0x17442c17, 0x10671a4d, 0x02c54398, -0x33f14adc, 0x020cf5f4, 0x3597dc28, 0x42e987b7, -0xc40f9739, 0x625e6650, 0x3b60315f, 0x940e136f, -0x3dca1103, 0x4159b10a, 0xf42a3027, 0x900c7980, -0x61106101, 0x5aaa4c16, 0xdd95902e, 0x507c3c70, -0x3ee2d404, 0x40498827, 0xe2a4b67a, 0x767e8e7b, -0xa9560205, 0xf194ec13, 0x5fafff8f, 0xd53d6edd, -0x59c614c0, 0x6a0f4494, 0x30bb87be, 0xaf1ada6b, -0x514d7c35, 0xced06aa0, 0x3f2cd210, 0xd47ebb24, -0x89d317da, 0xd8eb25b7, 0x418bd5b5, 0x71b8a88f, -0x8ba4d56f, 0x6f6a2a92, 0xb5bb0923, 0x269679ee, -0x1022ba01, 0x5961ee04, 0xffecb06a, 0xf78cf0c8, -0x22011938, 0xf6e0027b, 0xb59d29c2, 0x3c64808f, -0xafcb0d9e, 0x8477f881, 0x6e3aa0b6, 0x097dfc20, -0x2fd6504b, 0x64346735, 0x13903009, 0x1dc3f335, -0xd1c7c3ab, 0x1be49d10, 0xf31d50de, 0xa67b35b3, -0x2aa9fbc8, 0x39d0b34b, 0x533f165f, 0xf8ec6056, -0xdf03fcd9, 0x261527cc, 0xbc386be2, 0x89272956, -0xca340c54, 0xa87b2959, 0x9dd445fa, 0x476a6320, -0x5ec91ee6, 0xccd6f647, 0x4b5f2b38, 0x1c12bc75, -0x88f20dc6, 0xb363d3eb, 0xa883466a, 0x01271996, -0xd547f1fa, 0xcfc9637b, 0xbf3ab2d0, 0xa2c34aa6, -0x5f1b4642, 0xa10030a2, 0x2ec1fdd9, 0xcad61c34, -0x70243eb4, 0x8b94c510, 0x37c25834, 0x70e2558e, -0x520ed333, 0x8aff0b4e, 0x77d86d46, 0x7b1b8bf9, -0xdfd41082, 0xdcf4e512, 0x6fb04eb1, 0x91f536db, -0x4ad991b1, 0x737cf5e9, 0xfe5cfa24, 0x18a20bfd, -0x8471e184, 0x39026c6c, 0x4a2f658a, 0xcc95ea19, -0x7f6b63e8, 0x6898846b, 0x6313970d, 0x8c05f8b5, -0x45f5e6a3, 0xe808d5ab, 0xe427b730, 0xa67d845b, -0x572583a5, 0x04e8e1c9, 0xe0b51899, 0xb22508a1, -0xcfc9b3e4, 0x6af3bb0d, 0x5ddc0027, 0xd45a5bcd, -0x72d64b56, 0x9cba2941, 0xb165f22d, 0x6f848282, -0x0b5b94f4, 0x18eb6bcc, 0xc8ff69ca, 0x5b1aac44, -0xbd38547a, 0xc3f5fe80, 0x8e71900e, 0xf765e42a, -0x1be04368, 0xba6b77d1, 0x027853a1, 0x4d76fe05, -0x30b44278, 0xca1efae7, 0x36fc3696, 0x2feb3958, -0x560acd1e, 0x71bcdb1e, 0xff0c0f48, 0xa7ebdcc1, -0xe874123f, 0x050e72e9, 0xaa51e4fc, 0x14e60100, -0x42116c64, 0x58a87c0a, 0x3cc6816f, 0x6ef8022e, -0x822b9e42, 0x76699062, 0x87c1d73a, 0xd71d85f6, -0x2c048669, 0xe53a0f9b, 0xedefa244, 0x3112ba9f, -0x0ddf05fb, 0x43d2a8bc, 0x8a912f27, 0x120b57d1, -0x12d0a08c, 0x3055610a, 0x0611c5e9, 0x62ff32a1, -0x96b856a1, 0x13c9a0cc, 0x81bdc683, 0x8d1e4af5, -0x5dddefc9, 0x2167f11f, 0x080de923, 0xf93d81b1, -0x89aa8364, 0x14a9218c, 0xc65494d3, 0xc955648a, -0x9d532e77, 0xc9bafa7f, 0x30099ca5, 0x71ce1593, -0x52b08e34, 0x2ecc93c4, 0xd2b00f8b, 0x2265551d, -0x4b5f1fec, 0x75bcafc0, 0xb032813d, 0x60c83e46, -0x88fc0a32, 0xc24685ee, 0x1552dd77, 0xd4d8beea, -0xf6101d37, 0x5067e008, 0x03c0ce59, 0x49d8df07, -0xf0f3b2a1, 0xae6a1194, 0x1b1c9a5e, 0xc0c5087b, -0xcde2ddb0, 0x9a52499e, 0x6cc44420, 0x0a9fe620, -0x6cb2ea9e, 0xc1c5dd9e, 0xb5c21092, 0x5d6b62a0, -0x54420a2e, 0xa55fe6c6, 0x5be036e2, 0x00ad1a1c, -0x49fe30d8, 0x13db6cd5, 0x1d367882, 0xfa4a08fb, -0xb037e9cd, 0x243c4e45, 0xccf4509a, 0x6db26901, -0x0075ab9c, 0x6ee273b3, 0x46e953bf, 0x55625aaa, -0xfb4c043f, 0xf986c5bd, 0xc2262652, 0x28bb1b7b, -0xcf429e66, 0xde10a292, 0x70de0224, 0xb34d3b44, -0xba0468ac, 0xbd06f79b, 0xbcdce47a, 0xaffaaa80, -0xb093dbec, 0x4e250f0c, 0x73639683, 0x021fe836, -0x49439a22, 0x2e4fb04f, 0xe0b3f943, 0x3c6ee400, -0x23316a70, 0x80235474, 0x30b98b5d, 0x94a03c53, -0x1a314d5b, 0xa630ff3f, 0x4e19d90e, 0xfb9c77d9, -0x98c95421, 0x065ec7c9, 0x1065516f, 0x47c897a4, -0x704e3cef, 0xe011a1a3, 0x3a5ad35c, 0x68526d7b, -0xb480bb26, 0x0669ccc1, 0x047cc38c, 0xd5574b18, -0xa64909a5, 0xb5e73a87, 0x5ea071f1, 0x76df8d93, -0x53e57d5e, 0xb2a62d6c, 0xc506e3da, 0x69385811, -0x09d25d90, 0x54e79cc5, 0xd68a620d, 0x4c4974bd, -0x98b55474, 0xe4b700dd, 0x3f70e16c, 0xc07ef531, -0x9c11b7aa, 0x8bbeacce, 0x21391b4f, 0x73624bc3, -0x5706b45e, 0x92a200d4, 0x80f2f6d0, 0xb933d8c3, -0x179e5a40, 0xae89a6c8, 0x153eaa99, 0x10bb4e91, -0xb50a198f, 0xe0abdcb9, 0x035f44ac, 0xf0f2998e, -0x18cadd3a, 0x23050c59, 0xb58a65fb, 0x6c999ccc, -0x8763005f, 0x1703af79, 0xda1d75cc, 0xa3a2f063, -0xdde69386, 0x43039b8c, 0x25e1b4bc, 0x162f930c, -0x70e335de, 0x59fdc4e7, 0x88c864d4, 0x77db0614, -0x8d0d0fdb, 0x56862726, 0x83eaa90d, 0xe509b226, -0xa4ada038, 0xe84a085c, 0xa648287b, 0x2e23bbe7, -0x449180b2, 0x5dcc1bfe, 0xd4fa7aa3, 0x2cbe4a49, -0xc519cdba, 0xd82cdff1, 0x2c8e00d2, 0xcfa395d7, -0x680c8e2a, 0xb0105431, 0x49c98d09, 0xf0bc411b, -0xdb36b018, 0xb8bf0c6b, 0x3d4793c4, 0xc2c8b854, -0xbf759b5f, 0x69713fd2, 0xecef764c, 0x170dd67d, -0x8ea058f7, 0x9b9f2c7e, 0xe2e50483, 0xbf377736, -0x67a40d09, 0xdb97b029, 0x18fca161, 0xbea0cd76, -0xa3380607, 0xb40553ad, 0xaa2ba855, 0xcfdbe241, -0x07f78103, 0x16269f13, 0xf947b3d0, 0x7542caae, -0x840573e7, 0x7bb4b73c, 0x18fb5bce, 0x6510a043, -0x09816599, 0x35a3b7ab, 0xd5aa1265, 0x4ff654a0, -0xaf919aac, 0xa45d4d56, 0xad1d53c6, 0xf8e4a825, -0x58aadc02, 0xf925c5b2, 0x2e1f1137, 0x3bde5e6f, -0x29237bdb, 0x93a29f52, 0x4618d46e, 0x055078ee, -0x4672eb9b, 0x1d84e114, 0xcd3e8620, 0x5e9c11e9, -0x3473a677, 0xa0c59414, 0xdba554a4, 0x7d570d61, -0x7fc49885, 0x6d967357, 0x8e2c95b3, 0x599b0a3e, -0xdeeb825b, 0xa26e7a46, 0xfa6344be, 0xe360cb75, -0x598d3b1f, 0xa1de27d5, 0x6d582656, 0x7460caf2, -0x9a9b0a1f, 0x6b03e47f, 0xcb773bfc, 0x8b4dbf7e, -0xb2346a85, 0x7524eb59, 0xad850431, 0x1b7f3435, -0xaa872445, 0x5383f435, 0x277db9e8, 0xd0885463, -0xcd9c190c, 0x59b067ee, 0xe2a649d8, 0x0de635f8, -0xb971eab5, 0x5251d886, 0x0fbee652, 0x20a69173, -0xac648bc8, 0xf527bbd3, 0x5991e44a, 0xc354d183, -0x533ebb92, 0x4e213450, 0x32da96d7, 0x1bc6eba8, -0x9a982769, 0xc63f6a40, 0x5362ff6e, 0x31603fef, -0x4326f4bd, 0xc69df862, 0x67015fd3, 0x2cc17450, -0x751adb02, 0x5a959871, 0xd4744b5c, 0x02c05fe0, -0x301d3565, 0x9a7df8bd, 0x5ea285ef, 0xd6cd559f, -0x20ed318d, 0xcd4c0972, 0xf6fd10c6, 0x51dcbcf8, -0x343bc9f5, 0xa7b1e1ca, 0x7072ef25, 0x25050f84, -0x4cc19863, 0x247562bd, 0x960e87f7, 0xea2a401f, -0x58e2451f, 0x4e59f93e, 0x9ebd55b0, 0x6c4bf8ab, -0x6d8de270, 0xbaf9e338, 0x64a6f36a, 0xc61817a9, -0x0cff6e4d, 0xe9d6facd, 0x9f679b31, 0xfb4e0df3, -0x5d3601d5, 0xdb557456, 0xee907bd0, 0x97f55ad4, -0x9be94661, 0x37d20c4d, 0x61c2e4f8, 0x1410ad12, -0xc70e847a, 0xe7aefa4f, 0xbfedf651, 0x6d82c2b5, -0xe72ee260, 0x7614a850, 0x810fa301, 0x24382684, -0x8cbf769a, 0x6d200632, 0x3e5fac0d, 0xb3f721e5, -0x191a57a0, 0x938ef2e8, 0xb9577657, 0x8c48778b, -0xa64f1049, 0x553062a9, 0x4f0a17e4, 0xe4a7949a, -0x6fa14161, 0x67ceae86, 0x22cc55ca, 0x8f49bdcd, -0x8636d5c7, 0xf6db1b31, 0x5ddb0ce8, 0xfa84e29a, -0x3b465c6e, 0x40438b22, 0x54c77f5c, 0x11260af3, -0xfa9c31a5, 0x62574201, 0xb47b260e, 0x49bcda40, -0x9ca8ff1d, 0x7ef6a279, 0x4b9b3701, 0xd514317d, -0x1397305a, 0x60e37da0, 0xe883c100, 0xaeed8582, -0xc4c984fe, 0x5b8fde0f, 0x3a1ff9ef, 0x66077a5c, -0xe7779cbf, 0x1bec9cc4, 0x1ae72ef1, 0x13479f70, -0x3c180bf8, 0xd948cf8c, 0xaa7de543, 0xab853b9e, -0x5fe0a2df, 0xc91f811a, 0x08ee75ef, 0xdf912c97, -0xc357c8f5, 0x64049a04, 0x382a1d20, 0xa34de556, -0x8443f669, 0x85589500, 0x5bff7e15, 0xfba9d7d7, -0x5ee9511c, 0xef6c7809, 0x32e2b93a, 0x01dc227f, -0x42af4cbb, 0xbf89eebe, 0xee70ccc7, 0xdc8edfa2, -0xe9fb5422, 0xe682d011, 0x2015a8a8, 0x9290e8a0, -0x45e84ab2, 0x09e54944, 0x6498df04, 0xe1cbd37b, -0xf0ef571a, 0x11126396, 0x194bb903, 0xe4b9a1c9, -0xa31ea519, 0xde38d30f, 0x71bd64fb, 0x19548c4c, -0x99f19c88, 0x2c368d17, 0x23370946, 0xc927bbee, -0xc6b7ab96, 0x233427ea, 0xf4ba633c, 0xb05f583d, -0x42407188, 0xf3937760, 0xb72c9a9b, 0xfe855280, -0x076b9424, 0x13b7f5e8, 0x96223666, 0xd9e45123, -0xbf342078, 0xd6fd02f4, 0x1d731bae, 0xec80d22c, -0xb29df9e4, 0x667b78a2, 0x7f5642f3, 0x99e9bcbf, -0x4f336820, 0x4b8fde3e, 0x93b01d0e, 0x7ccb245b, -0x0014f1b4, 0xe1b1c1ca, 0xaa7ca490, 0x85d838ae, -0xf134027a, 0xc64a16c1, 0x8b94368d, 0x85202ad5, -0xcfaf0f31, 0x9d81d9de, 0x09e374eb, 0x7d905160, -0xf8409a09, 0x670b3696, 0xa584a070, 0x84342454, -0x95253da1, 0x229f2918, 0x1a702051, 0x22e81f48, -0x766bf7fe, 0x07384f51, 0x82487bbf, 0x10c9307d, -0x2b572e64, 0x139cef4d, 0x6ac5e564, 0x6fcbc0a3, -0xba1bf522, 0x85eacbc3, 0x28530abf, 0x7322f6b6, -0xbdbde559, 0x100f0c60, 0x26b64329, 0x93ea0651, -0x52573484, 0x63f48bab, 0xa0d5ecb6, 0x23bd3d48, -0x706634ec, 0xc52537cc, 0x2784e92e, 0xd095c0b6, -0xf5c6a0d2, 0x1d5f041b, 0x6f86c937, 0x5403a4c6, -0x1f354de2, 0x6f074fa7, 0x9465e5cd, 0x0b8c87fe, -0xd4057cdf, 0xb3a60164, 0x627f39a1, 0x33020fd7, -0x51e197ea, 0x40cb35b6, 0xdf2327b0, 0xff6aa5b5, -0x48e196aa, 0x37077b50, 0xabc7535d, 0x089fad31, -0xba46bca6, 0x57730eb6, 0xc039f71e, 0xa19963fa, -0xda9c5d12, 0x7360c4b8, 0xa2fd2347, 0x3a58da4a, -0x8ba6803c, 0x781cf017, 0xffdbfbc2, 0xe3f7cbc9, -0x343900aa, 0x432e4ea1, 0xb9e0eb2a, 0x11ec2e64, -0x5b205aea, 0x65cf92d1, 0x4fe48dd0, 0x72558b78, -0xb0d9b571, 0x6ada41a3, 0x4e8180af, 0x222054ca, -0x98556eeb, 0x145b8d08, 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-2381-m406f769.h b/src/cpu/intel/model_6fx/microcode-2381-m406f769.h deleted file mode 100644 index 9ef3cf457111..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2381-m406f769.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 */ -/* 2381-m406f769.inc */ -0x00000001, 0x00000069, 0x09172007, 0x000006f7, -0x4e779cf4, 0x00000001, 0x00000040, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0xc8c262f4, 0xaf3e2b58, 0xffb85691, 0x37176b6a, -0xda8214a9, 0xc589d723, 0x955d8adc, 0xebf6dde6, -0x603ea97b, 0x9aaf8ddf, 0x1a4f99ba, 0x2bb46213, -0x457c0e43, 0x52b12095, 0xbea57bba, 0x539215e6, -0x87761b6f, 0xbe123f4d, 0x2eebcfd8, 0x508374db, -0x4b379fa7, 0x27b0b1df, 0x16a3d4a9, 0xd7cd9ae5, -0xbd40b857, 0xb8d6dfd5, 0x6e3e5f22, 0xd9e99573, -0x9feeac99, 0xcb522725, 0x39167848, 0x7cfdaddd, -0x8c45ccb0, 0xd3f11c87, 0x64fd55f4, 0xe53bd280, -0x97440a2f, 0x19b7b8f7, 0x78fbee9b, 0x806616a4, -0xa4e7267b, 0x8ccbd157, 0x13d4b457, 0x859a6169, -0x05cd40b6, 0x7157c954, 0x44857455, 0xcf2a8c25, -0xc6fb5f83, 0x97820f5f, 0xc6fa3e62, 0xf52fda3b, -0x00eec237, 0xa34d0f5e, 0x63b31adb, 0xb4922d9d, -0xa826fe4a, 0xcdae9df2, 0xc7fb4011, 0x6fa41ef3, -0x65de08e4, 0xf405be1b, 0xfea32384, 0xbefaecbb, -0x56ec5b78, 0xd29e4663, 0x64e0702d, 0x9cadc43a, -0xfee8e4e9, 0x6e776cfb, 0x28f86258, 0x3ec87236, -0xeba58f3c, 0xd4966f6c, 0xcaabc6c4, 0x25782c7d, -0x17007930, 0x8a9f3c13, 0x1e9842dc, 0x31f6a225, -0xc0b20b8d, 0xef8e129e, 0xb537896b, 0xdc62f098, -0xfa19e05b, 0x4b85ebaa, 0x71c05717, 0xa211e54b, -0x9ad57b82, 0x275c77e2, 0x3c2d3207, 0x41a4735f, -0x4ae5448e, 0x1a984ee2, 0x8f9dcff7, 0xa2f7b4fc, -0x8d807156, 0x8c7299c6, 0xe8f29d33, 0x60f5f7dd, -0xe21ee1e2, 0x36d3eea7, 0x89413378, 0x0711067f, -0x6980d2d7, 0x699020f3, 0x5cacc477, 0x9dd66dd7, -0xd657ff2a, 0xa04eaeb5, 0x3478cac0, 0x487fd6cd, -0x398dfce4, 0x89bf90bc, 0x22d8c1d2, 0x02acc684, -0x8ff16f07, 0x1dbe7919, 0xed8ee206, 0x3d6d6a36, -0x987cf1f5, 0xed743a25, 0x905f11af, 0xac5f3185, -0x392bbe45, 0x32e59314, 0xbde9f0e5, 0xbdda44b0, -0x6dd078cd, 0x3b5c4d4e, 0x47b48733, 0x4e3a8ca2, -0xb7f6df78, 0x94e8d403, 0xc737dfde, 0xdb90d991, -0x09a1976b, 0x4c8c9115, 0xb591d94e, 0x63e76efe, -0x356271e1, 0xe0747963, 0x78b2dc3d, 0x05469e8b, -0x30c92050, 0xae7dfab2, 0x3942e785, 0x99d36dd9, -0x2e033e50, 0xc3fae7bb, 0xc1334065, 0x8a1e7b14, -0xc97e6879, 0x3a620fb9, 0xac1e7c18, 0x5b5a6c58, -0x89312764, 0x08f41565, 0x800ae942, 0x12d47b83, -0x55600299, 0x50a3e02f, 0xf02db208, 0x779255f9, -0x5ce13e50, 0x40e62354, 0x7c8eb083, 0x1063ece2, -0x30421ddc, 0x3f2a76cd, 0xa9bb3c7c, 0x7dadc236, -0x6a57f6d0, 0x433eeb9d, 0xb495e0d0, 0x31a6b14b, -0x78196982, 0x6f6764a6, 0x2b2404a3, 0x0643cfe9, -0x566cf4d4, 0x2b47c9e7, 0xca6da375, 0xcb396117, -0x5045973b, 0xe10bdcd4, 0x7a484949, 0x9828c2d7, -0x25a89305, 0x260cce74, 0xf61f5b26, 0x3cc150e5, -0xc48f0bb2, 0x0e066d67, 0xf1865a1c, 0xc7b94ee1, -0xe23d20bb, 0x5642d1b3, 0xaac24ac9, 0x581218c1, -0xc09394a0, 0x544a38fe, 0x1737c1f8, 0xaf28fd90, -0xd05bc62c, 0x0cea3cd2, 0xe808ece5, 0xaebc9448, -0xd35c4afb, 0xd987fb71, 0xa7669b86, 0x5d24edc6, -0x44b630e5, 0xb8e9724d, 0xd13ef44b, 0xb0deb768, -0x6b8c7b57, 0xe83f5a88, 0xf5847bde, 0x837b62c6, -0x2291ea62, 0xb1ed5172, 0xd58984cd, 0x6127142a, -0x1fd80fdf, 0x3174500c, 0x3c337bef, 0x23ddc5af, -0x40c0faa8, 0x02bdd1fd, 0x14cc4d7c, 0xeca7e237, -0xcef074c2, 0x4359eced, 0xac4bf265, 0xd09c002f, -0xabd8ef91, 0x890b1e7c, 0x95639eba, 0xa0dad747, -0x060f7739, 0x0a7f675d, 0x044459c5, 0xb1d2ea6c, -0xfcf7a75b, 0xa2560237, 0xae4c9acd, 0x930e40ea, -0xa8b2c2dd, 0x657a0c99, 0xc3a721bd, 0xefecae8e, -0xde5d1b90, 0x64230532, 0xf5b37ad3, 0xb34f1d88, -0x7dbfb263, 0x6d8486b0, 0x703f5c9d, 0x36eb2571, -0xc2940ef4, 0xb24bd011, 0x0827bfe8, 0xe7dd58a4, -0x79fdb76c, 0xfaeff06c, 0xcb5e3de4, 0x54de184f, -0x83ce6b32, 0x243c665a, 0x6c785c26, 0x28f88347, -0x1b14e52b, 0xc489f983, 0x0ee1daa2, 0xa1e1c6bd, -0x19d47eca, 0x39827cc7, 0x1d36dcdc, 0xcb741131, -0xdaf56577, 0xd3ee6290, 0x259695ca, 0x2769ae6d, -0x63109c94, 0xe68e77fa, 0xa147f000, 0x457af6f5, -0xea812632, 0x23adac03, 0x8c0ec893, 0x89307048, -0x4e237a5c, 0x3ee6f784, 0xfb51c8cf, 0xa8f62ec5, -0xcef53a16, 0x62f4f325, 0x0007d164, 0xbc8c92b6, -0xc7debef4, 0xa46d2d21, 0x22232f4f, 0x7b064901, -0x5b69f49d, 0x1cf5cfd1, 0x395184d1, 0x7748d1e1, -0xe843ae68, 0x5e4feb6a, 0xd6f91e9a, 0x5976450a, -0x72befef9, 0x6bb0ba92, 0xd41d8e98, 0x91f2428a, -0x74102a90, 0x97c45f3f, 0x65a94ea6, 0xa21c4f15, -0xae89417b, 0x53443878, 0x681b766f, 0x2538df36, -0xa76f327e, 0x91d19797, 0x37ae54d0, 0x5cee2a7e, -0xa6019d14, 0xc0e21a17, 0x955af21e, 0x3cacd721, -0x2b381505, 0x2a49584c, 0xac2af949, 0x092e6946, -0xcb24706f, 0x60f5ed1f, 0x20bf6f0e, 0xbef94bbe, -0xf12c1bc4, 0xa6092fa8, 0x09534dce, 0x45d869ea, -0xfdb0b147, 0xa5f7568c, 0xc4b9820f, 0x236efcae, -0x06e1144f, 0x36498c2a, 0xd41cd998, 0x0624a018, -0xa536aebb, 0xcaa6dea0, 0x0fdf7c60, 0x46e185c4, -0xa764400f, 0x0271805b, 0x6e9fa85e, 0x5e6e4c76, -0xc1fd4fc9, 0x17597b33, 0xd8396e3e, 0x8edceb6f, -0x480da81d, 0xecf5ec45, 0xe813da33, 0x4d5b6ba1, -0x891460b6, 0x01093db7, 0xb7665f0a, 0xc6d99863, -0x6ca28f96, 0x1a74bc38, 0x043a8b7e, 0x4301146b, -0x04deb40e, 0x8c3a86de, 0x0185f532, 0x2f3ea326, -0xd3613a71, 0x5a353367, 0x37ec76f5, 0x11672cf8, -0x649ef06c, 0xd2a92c6f, 0x3bdb5372, 0x6debe631, -0xd4c3fb21, 0x159c1239, 0x47bfd8e9, 0xa00f6eb7, -0x59862e6a, 0x6d5a4902, 0x346cec3d, 0xda23310b, -0xbf7d5f70, 0x57d716eb, 0x1e6c229a, 0xcb51fb67, -0x40f0bf3b, 0x8759cb94, 0xe2e4727b, 0xa087e1d9, -0xf62bbbb3, 0x08e91708, 0x142bc6c6, 0xf010109c, -0xe861cac7, 0xadabb0b7, 0x0b550bfb, 0xb6e79d0a, -0xa6f20b8e, 0x8680ab31, 0xbb130ef2, 0xe6ea8723, -0xbab6ebe2, 0xa11975de, 0x28c5b0c0, 0x5f28330c, -0xe1a4a2b6, 0xb387cc95, 0xf368e7ba, 0xde0d3d88, -0xd62d48fe, 0xf7715ebd, 0x31e432df, 0x639f1f2a, -0x06b8de5b, 0x0aa3d9e7, 0x1e813f0f, 0x112212ac, -0x136f2701, 0x13d58f31, 0xb4d22d07, 0x012576f3, -0x795c943a, 0x6f6b419a, 0xf54e26a8, 0xbc94605d, -0x889bbea2, 0xc2bb5d4c, 0x896573a9, 0xf0862d97, -0x67b1ed18, 0x0dc64dfb, 0x3ccfc9ea, 0x987bd7bf, -0xe9aafb49, 0x760c693f, 0x331721cb, 0x3cf4473d, -0x0493cdbb, 0xa319be13, 0x0e280d97, 0xafc31837, -0xa3246067, 0x0fbeb037, 0x48a32b43, 0x3843b479, -0xc6a17c13, 0xe37707aa, 0x9779713f, 0x1b3e9a3f, -0x80f54ef6, 0xbc28fead, 0x7aad3334, 0x690e6843, -0x3e6953c7, 0x667bc8c3, 0x8c75819c, 0xa4752261, -0xd045b4e0, 0x420f7ea3, 0x78f9c7d9, 0xb26af8f0, -0xa758de96, 0x52344fec, 0x276b48fe, 0x9824567c, -0x98c56888, 0x85d9692d, 0x079e2ca4, 0x0e421ec9, -0x2e0634ba, 0xf5d84dd7, 0xc31e7500, 0x4c29cb36, -0x37bf0924, 0x00e8eecb, 0x4231ccab, 0x092e515d, -0x70215cf2, 0xf50f4e93, 0x4c57d581, 0x077458e1, -0xb4db8e49, 0x6e23ffeb, 0x59ed0cad, 0x47b580a0, -0x1cff6770, 0x223f5630, 0x0a5293c6, 0x2c95a85b, -0x88ed30cf, 0xc3b94d6d, 0x77397476, 0xba74703a, -0x1d32b740, 0x32ebcdfe, 0xc042c44b, 0x25ef75b5, -0xaa6c94e0, 0x17711e94, 0x053f729d, 0x193ac3ad, -0x1b849012, 0x7bd66e5e, 0xb012f683, 0x20f07ddd, -0x3078cb97, 0xa257bfc9, 0xaa18ad84, 0x29db62f1, -0x40fde5e7, 0x70f68dab, 0xaf0e6afc, 0x92c4fb07, -0x45be88eb, 0xe5502287, 0xf9fb6286, 0xb38524c1, -0x42f587db, 0x9120bac4, 0x4648b401, 0x46a6dd56, -0x6fe59481, 0xbe0bf594, 0x97fc271f, 0x24847776, -0x4b2c1cab, 0x512ccca5, 0x52b32399, 0x6a45b81d, -0x377a21d2, 0x89f876a8, 0xa0bc9ea4, 0x4ae10052, -0x46a452e9, 0x5a8513a3, 0x3eb3cfe6, 0x3b29d2d6, -0x913c030f, 0x0a8fb4af, 0x5f1d9ec0, 0x1b80eec7, -0xe2d47560, 0x4741a0f1, 0x1a8329b9, 0xd0d6d7dd, -0xe6dcb11f, 0x3884af15, 0x80125d63, 0xde9e0b52, -0xa488a326, 0x7ffeb1dc, 0x0d80179a, 0x2162b0c4, -0x5df6e6ca, 0x4c5acaf2, 0x63253910, 0x6926afeb, -0x70e91519, 0xf172affe, 0xb58059d5, 0x83a9c9bc, -0x80d339c8, 0x79d961c3, 0x709ccbab, 0x9f5f32c0, -0xdd816af3, 0x842fc048, 0x46fbf129, 0x7a2f0495, -0x104e5f40, 0x19efba34, 0x64982e8f, 0x76bca689, -0x0f2717b1, 0x56643869, 0x48e42c54, 0x5aa00ac4, -0xddb45c48, 0xd7b5c02a, 0xdc3ec963, 0x2608949b, -0xf4c77d4b, 0x6d5ba22d, 0x670ffe14, 0x9f999188, -0x7a25ff7e, 0xb2da6285, 0x75513c5c, 0x8b27c275, -0xfd721e86, 0xda8e2c90, 0xc39e8c9a, 0xad8f47e7, -0x39529e14, 0x4f196808, 0xb3b3b14b, 0x2cca6974, -0xb7c84fe1, 0x0b98cd21, 0x71c2dedc, 0xacd1d92e, -0x3dd3b6dd, 0xb93a0031, 0xd5fbd8a5, 0x9e1ef6ad, -0xd406500d, 0xf1abe592, 0xeda8d1a6, 0xdd25ee95, -0x6bb072e5, 0x5c0ac5d0, 0x42dbee39, 0xcca76d1b, -0x18ee78fc, 0x5fd26f99, 0x366ab232, 0xe2f511bd, -0x41835cd3, 0x9976967e, 0x1731ed57, 0x5b175f03, -0xca96195a, 0x302e8c64, 0x5e8805e4, 0x3eb5bcca, -0x1eeb6d77, 0x9467eecb, 0x2fb2fd5b, 0x53d01637, -0x684795d2, 0x8c1eb085, 0xa81e175c, 0xd6e97ab1, -0x079eba05, 0x320a8414, 0x9c4dc2c1, 0xd45247e3, -0xc528c31f, 0x8bd981e2, 0x69800473, 0x8f8e46c9, -0xc6b90d21, 0x0a5081b4, 0x2cff7dfb, 0xaafd8bb3, -0xf9172eb2, 0xdddaf3a9, 0x7e20392f, 0xaec06fa0, -0x301657ff, 0xb2204a88, 0x796d46d2, 0x24b39297, -0x7b5013c0, 0xa858aa4e, 0xeca0b835, 0xba9a55ba, -0xaab680ea, 0x702e24ea, 0xfec03648, 0x4f63c3ac, -0x4981c3d9, 0x7cbbc936, 0x70f159ef, 0x23cc02f2, -0x23e0a0e9, 0x28ea4632, 0x92cf78e7, 0xfdf45b4d, -0xa0d0171d, 0xe811909f, 0x3be83784, 0x932c14bd, -0xb3bc895b, 0xa1ee1399, 0xde0ce7d0, 0xaa4a8606, -0x2f93c916, 0x17e8004a, 0x95e34d47, 0xd7e039ee, -0x9397fbb4, 0x57023723, 0x66d5b72f, 0xf58e8181, -0x958082e1, 0x82ee9723, 0x995b1577, 0xb519154d, -0xb8bf7dd2, 0xf9311c7f, 0x1b1bbc78, 0x4f352ffc, -0xaab3b8a8, 0x7aecbb63, 0x8accee57, 0x66db792b, -0xe211b7a2, 0xc8f3f756, 0x4c18e95e, 0xe7a78e26, -0xe9a98c86, 0xeb6f152a, 0x16b5f4a7, 0x5a6e37f4, -0x4a20435a, 0x80efa08f, 0x7048030b, 0x372abe74, -0x7ef0b427, 0x4f9aec1b, 0xff5d2148, 0x33970d2d, -0xfa009f9a, 0xfd0437ce, 0x01d30808, 0xd38ed908, -0xb4837dc3, 0xe1bbe7d2, 0x049632a5, 0x702f1f6c, -0x8eca33a9, 0x8b691c43, 0x1a5f5681, 0x980cce54, -0xfdc3aa8f, 0x9d103356, 0xcc2e6bee, 0x2d81ba6e, -0x493f266b, 0x7f78b2e8, 0x45bad0a9, 0xdee465a8, -0xc7519329, 0x827b2df3, 0x6c432be0, 0x6a0248be, -0x9dafc378, 0x21744a65, 0x002e2c2f, 0x3cb353c3, -0x7350ea72, 0x5d255da5, 0xaf3f51cd, 0x9dde24aa, -0xfae42395, 0x2feff6ee, 0xafd18dee, 0x87fe0cf5, -0xa7927da5, 0x49f11c98, 0x0b58497a, 0xa66e42fc, -0x94947302, 0xd442d522, 0xe340db02, 0xfe4b3d12, -0xd7f8ce19, 0x31ef991d, 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-2385-m806fa94.h b/src/cpu/intel/model_6fx/microcode-2385-m806fa94.h deleted file mode 100644 index fec1e1ab420f..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2385-m806fa94.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 */ -/* 2385-m806fa94.inc */ -0x00000001, 0x00000094, 0x09242007, 0x000006fa, -0x613bce61, 0x00000001, 0x00000080, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x92fd47ce, 0x10f09cd9, 0x8f9ef677, 0x6971cee1, -0xe3760388, 0x28b9f57f, 0xcbfd3d2e, 0x36755a57, -0x58a60a7a, 0x7284d969, 0x79a702f0, 0x66b3e382, -0xea218360, 0x3841f678, 0x884c32db, 0x1ec43072, -0x1e50452c, 0x6d6a79cf, 0x0607d723, 0x0a64a857, -0x2dbdc8c6, 0xdb12f63c, 0x2b9e534e, 0x41aac030, -0x5c4c58f5, 0xd77024bf, 0xfd24ef64, 0xe8bd51f9, -0xbbb3f061, 0xb1f936ff, 0x8bb07ba2, 0x537b0047, -0x199b65bd, 0xb3eca4a1, 0xcec8e142, 0xb9579b80, -0xaba924ab, 0xb7d53ba4, 0xd7ea5293, 0x2a50d735, -0x2452b188, 0xf03b3147, 0x7db5121e, 0xb2358d51, -0xc805c765, 0x865df5e7, 0x6d40f06b, 0xc761c4e8, -0x387dd0f0, 0xbc80eeb9, 0xe92c426b, 0x65cbc9b4, -0x9538d4b4, 0x63cc487f, 0xb760f820, 0x3b86ffef, -0xb1bd1ea5, 0xb12722fa, 0xb732adf2, 0xf421f446, -0xb18e4b57, 0xc95fa70c, 0x4730564f, 0xa921f11a, -0x99ab37d6, 0x4ce60951, 0xa6bd8a42, 0x61a14da7, -0x911105b5, 0x85948731, 0xd3041116, 0x068e5f6c, -0xa4f578ca, 0x508a653f, 0xf0c8ea8d, 0x74316838, -0xabfd3b0c, 0xa3f920d9, 0x5db364b9, 0x27dd1bf9, -0x06fefafa, 0x67811b14, 0x2643808b, 0x204a1032, -0x04d612a1, 0xdf10cd23, 0x8f0120a0, 0x1d2b7701, -0xee14f361, 0xd674c8b4, 0xc988792d, 0x74212138, -0xe540eb5a, 0xddd1a51b, 0xaf84b94e, 0x2143f7a2, -0x61e0f85f, 0x0633b153, 0xd5309996, 0x5533cd51, -0x4cbab2b6, 0x17b8b40b, 0x25bac4d5, 0x1f2275d3, -0xa1ac6d36, 0x4d92597f, 0x466f4b8b, 0xfdf126f2, -0x531a5d7a, 0xd6d4a487, 0xdb0d238c, 0x61f18b1c, -0x97a67f6a, 0x29924f9d, 0x27427d0d, 0x0d1eb39a, -0x2b1103c6, 0x99685f83, 0xf4cb8fb6, 0x97bca469, -0x20898983, 0x5bf74bb7, 0xa77c3cdd, 0x50be1e9f, -0xab69aa20, 0x55d76e56, 0x150aff1c, 0x29e2b7c0, -0x26aee693, 0xe744ef2d, 0xa38f0735, 0x7d4c6a8f, -0xc65e7fb5, 0x236ba91e, 0xb8cf1be7, 0xcc8b0bfb, -0x22da2b34, 0x3be52646, 0x73b86c2b, 0x920cc665, -0x94b61a5b, 0x97786dc5, 0x1a8912b4, 0x38a58e22, -0xcb5183c9, 0xdb977a8c, 0x7f122780, 0x9a657d7f, -0x8dbaa672, 0xe712cdf2, 0xc386869b, 0xc4211433, -0xf8a4588f, 0x39ad86bf, 0x2e50779b, 0x9a7c794c, -0x0df1f0b9, 0xd0159ee0, 0x5992f6c2, 0x951e6022, -0x41bd2401, 0xc961687e, 0x855326e6, 0xfccc4c2a, -0x0087bc35, 0xce5e122f, 0xf74d48e8, 0x6675c151, -0x8398d4a5, 0x9de7b65c, 0x9801dcd2, 0x3ce8da22, -0xa5840674, 0x234cc202, 0x108dd897, 0x1fa992db, -0x85d4f4cb, 0xbbd8b6f3, 0xaf2fe163, 0xb21a3d04, -0x1490c4eb, 0xe3ef4ef9, 0xeadfc144, 0xaaac2565, -0xce4659fd, 0x3cb70a0b, 0xc3b4b043, 0xf54129a6, -0x8349a551, 0xd18e753a, 0x526145e0, 0xdec9f03f, -0x73db07ea, 0x6e2c5618, 0x8989eb82, 0x9367c1c8, -0xd84f7e3c, 0x9ee11292, 0x5bf7ff68, 0xc654ada8, -0xbcaa8dd3, 0xb5aae79c, 0x67e00306, 0x8f76b1f1, -0x059b6e20, 0xca613e5f, 0xadc0d38e, 0xd74aa7c9, -0x88f51b72, 0x6fb62bc6, 0xb2c0b60e, 0x153e4ea1, -0xebfe87db, 0x35340df5, 0x6bf5bf7e, 0x714da776, -0x26795988, 0x214a3bce, 0x0602f74b, 0xccd2cee0, -0x77e60679, 0x496fc72c, 0xc6c902c2, 0x1f2efe4f, -0xb4f79c94, 0xc41afbdf, 0xb6d46516, 0xfebac219, -0x2cc57e9e, 0xdc23d815, 0x30cfaa54, 0xb2274ada, -0x4bc6454c, 0xe68a34e9, 0x7ec93dfa, 0xc025c478, -0xf8325907, 0x5c675d83, 0xf470fa06, 0xa523d410, -0x3221f28d, 0x0572f5d0, 0x70f94306, 0x8534bea9, -0x216d7668, 0xb0eb1431, 0x82009673, 0x464a3046, -0xf7e1e01a, 0xb5e59acb, 0x05acf463, 0xb6c1faf4, -0xf159ece1, 0x04a8c883, 0x099cce7b, 0xdfaaf89c, -0x454e03ad, 0x7c92c35f, 0x4b030844, 0x77d8a4c9, -0x146aa969, 0xd268c376, 0x46c04f6e, 0xa7d3f2c2, -0x6bee2732, 0x98b1d762, 0x9c5de9e7, 0xf4a1da1f, -0x578d91f1, 0x1e305651, 0xd54e7356, 0xfdce2bce, -0x07958e20, 0xc33fe30e, 0x26f4a5a7, 0x7216e316, -0xcbdefb6a, 0x4b08e63e, 0xad7a149e, 0x8917c4a3, -0x0366c10b, 0xd7ce39a5, 0x0a815df9, 0x16ed6b13, -0x7d669780, 0x21b0d9e0, 0x2f79076d, 0x9e8f2ee3, -0x654dcc28, 0x81377390, 0x22d0b924, 0x156a6296, -0xa0fcfe27, 0x3059f827, 0x99964303, 0x8934a4dd, -0xb4468baf, 0xba359157, 0xc0a61a90, 0xf4556666, -0x608a8297, 0xad441862, 0xb9c1702d, 0x8145dba5, -0x0f254115, 0x59a4b412, 0x8fc5c7a5, 0xeb4ccdaa, -0x73e90452, 0x9972be3c, 0xefb39d2d, 0x2521bdb9, -0xf8887014, 0x57fa05c3, 0x0730eadf, 0x5fbc0238, -0xbe97cdf3, 0xad6e7d72, 0xd0806a54, 0xcb39a4f7, -0xf75f9e1a, 0xa6b74bbd, 0x094051fd, 0x23ffb160, -0xc9fd9613, 0x4a3be12c, 0x65809263, 0x101d6a29, -0x3afc2485, 0x92ed66e5, 0x51ba582f, 0xef4f96ac, -0x4a6d1e4d, 0x4be612f1, 0xb4081a08, 0x848faf38, -0x0c35ca45, 0x0f9eeb04, 0xedd783ea, 0x7e1024eb, -0xd195dc4b, 0xf7b117cf, 0x4d362f21, 0x1a6cbc8b, -0xcb2df2f5, 0x730e6926, 0x2d2981cf, 0xf8a8bdcc, -0x96f35d56, 0x7f8759cb, 0x058621aa, 0xdb5237d7, -0x817f6446, 0x482202d2, 0xbc9dec06, 0xd481dda8, -0xdf9f0d2e, 0x596a296f, 0x1e393fac, 0x145dc600, -0xe38ccfde, 0xd80ce87d, 0x96b20bc0, 0x3350fd25, -0xa64215f5, 0x8c0525c8, 0xb462e6f4, 0xbcacdc94, -0x307abda3, 0xd00abb6f, 0x323859ea, 0xe331bd4e, -0x84c0d3e2, 0x6c3d63b8, 0xe3c0eea7, 0x33d6ce95, -0x5394e077, 0xf2050ebb, 0x9aaaf4c0, 0xc2c5d983, -0xc18af803, 0xd23701c5, 0x360244a1, 0x440fcbae, -0x55f25bcd, 0xff067fdc, 0xe674bc4b, 0xf5b22262, -0x7c8d0af3, 0x54b5cdb5, 0x8c2a9bc3, 0x16566ffb, -0x94a90e84, 0x9e1baf54, 0x4678e1a3, 0x22513f0a, -0x29a77692, 0x770025d2, 0x82bdcb61, 0xad9a632e, -0x59b727e4, 0xe9a02367, 0x4bdb418c, 0x3bf1edbe, -0xd6944e95, 0x451620be, 0x5bc342e4, 0x5e2d1a55, -0xf579eee3, 0x8e0a2861, 0x4b23da56, 0x7b9fde42, -0x34d9b2e7, 0x215f2be9, 0x6147f427, 0x71a9dde2, -0xaeaf26bf, 0x8679c6c1, 0x1ceeefc4, 0x5443db62, -0x8b8e0ec2, 0xb2b1fbb2, 0x64b541a3, 0x41e134d1, -0xfa1cda7f, 0x8f6496d7, 0x3c0d9866, 0xbb9a82cb, -0x37196a18, 0x3e181a89, 0xf0ef7f72, 0x5a664ee6, -0x5de26b20, 0x93fd754e, 0x5f4ae628, 0x9392b256, -0xdf0473a1, 0x72d6f8b7, 0x3fb33bcd, 0xa02785d6, -0xfb87096c, 0xb83dc5cd, 0x2467e913, 0x72e3c483, -0x8d277e1e, 0x16e5aaf2, 0xa371a484, 0x3dad20ac, -0xaa7e663f, 0x1e137ed1, 0x74a64067, 0xd538061b, -0x8b459ac5, 0x0ac1184d, 0xa85593db, 0x41c784e6, -0x2a31cfc0, 0x01ff3cea, 0x5c1545d2, 0x67116668, -0xfb6873e1, 0x20270ecc, 0x54413eef, 0x8e0bdf48, -0xc66c4bcc, 0x637840fd, 0x59deef08, 0xd1c1a3a7, -0xd86e63c5, 0xf2e5c27d, 0x8b6b1f8d, 0xb2bc73c7, -0x08c4aef0, 0x322ada3b, 0xf80ceb06, 0x421bc458, -0x17f16c07, 0xcf4171e3, 0x0940f2d5, 0x2b4790e0, -0xf0fac17e, 0xeb3000d3, 0x1e558c89, 0xa83c6fcf, -0x9f46e782, 0x69de7aa8, 0x73994547, 0xa0f18c30, -0x38c732b1, 0xd8cc513f, 0x7d5d1fd5, 0x00d15590, -0xf1d9e3a6, 0x4ec06f1a, 0xb4fd51ac, 0x4a4cba99, -0x8ac784fb, 0xa739a497, 0xc1d77735, 0x1a0bfe2b, -0x48282cfc, 0x53a95951, 0xad1e7438, 0x86fed107, -0x4927ca7f, 0x9e9b01f1, 0x8e1e028f, 0xad723b15, -0x2c18e064, 0x379f9f7c, 0xa2b52daa, 0xbe4394d4, -0x39c1b8fd, 0xcd2bce50, 0x98a3868b, 0x9d5f399c, -0xf3d67313, 0xf4098bfa, 0x44a9cffb, 0xbed84b99, -0x6772284a, 0x5913cd34, 0x56cdb402, 0x97c2a711, -0x960a393f, 0x831626e9, 0xc45f7819, 0x74117fa9, -0xb686cdeb, 0x822f5929, 0x5b2e5dbe, 0xdd6cf03a, -0x0af92686, 0x8116f734, 0x8b6443c7, 0x7c7e5b51, -0x8d6b25ed, 0x6f849ba4, 0xabc52549, 0x292936c9, -0x23345631, 0x3ec1139a, 0x1f455ceb, 0x8b471929, -0x54ba89ea, 0x447cf2ba, 0xc5199e32, 0xa90836e3, -0x30d32619, 0xcec448b2, 0x3ce9b002, 0xaf5daee0, -0xf9d866d3, 0xc01f9c7d, 0x0086c8a2, 0x4c41c4a2, -0xce6070b4, 0xbc440a45, 0x932a7bd5, 0x5a3967a2, -0xb73a4fa0, 0xac056431, 0x981f7a3a, 0x17f1fc4f, -0x79180a8d, 0x11ff6c3b, 0x2d2974ae, 0xf02a9d0c, -0xd519dca0, 0x985ae8a7, 0xff8cc562, 0xccd2959c, -0xc8e1755d, 0x582ed5cc, 0x6ea71364, 0xe7418b1c, -0x6863462f, 0x31a0afc5, 0x61e7d39e, 0xa62fd758, -0x224ef92b, 0x200ca33e, 0x435162a7, 0x93e98c95, -0x277c8ffb, 0xd40b6030, 0xa80231a7, 0xfc0bd44c, -0x1bf95e3e, 0x73107b2e, 0xa1053205, 0xacc2d1e4, -0x559ed170, 0x63855ebe, 0xbc624e8a, 0xc5d1069f, -0x4882fabd, 0xb8f37420, 0xd5296744, 0x89c3d999, -0x26920170, 0xd1b7dc19, 0xe39aa2fc, 0xe7d75841, -0xad8a3e42, 0x989872ab, 0x85490dec, 0x6f1b8d7b, -0xc27cb34e, 0xaece9777, 0x06aa95e8, 0xf0cd691a, -0x24b2b791, 0x6a680140, 0xdc57d1b3, 0xd76e7e09, -0x4179bf62, 0x5f9e7d46, 0xe1d17d57, 0x0de6ea3f, -0xaab63b79, 0xb248d9f9, 0x2abe84c9, 0xa4c6303b, -0x95d0d55b, 0x0bf485a1, 0x2349e2b1, 0xd58a673e, -0x20a9c547, 0xda06b618, 0x6940082a, 0xb04c29f6, -0xb8b71408, 0x749ced6c, 0x130b7f62, 0xaa9a780d, -0x1f582e4f, 0x4e489983, 0x827b9d04, 0xe06b40ba, -0x2897e19b, 0xed2c64a6, 0x48156465, 0x96b13665, -0x77adec3a, 0xe8aae08e, 0x246810c1, 0x8325d23c, -0xd8f532f4, 0xb7334bf0, 0x7c0ce51f, 0x6f6cffe8, -0x0eda13ab, 0xde4b3416, 0x2e317daf, 0xf83396ad, -0xf50d6031, 0x65b090ae, 0xde15edb2, 0x7036d85a, -0x2201b5be, 0xe03b6ea6, 0xcb2c5c54, 0xdaffcd2c, -0x2f3ce0eb, 0x1d03ee9a, 0x117c70c9, 0x0ff345b4, -0x8efc3b59, 0x4a31d035, 0x68b25cb9, 0x6d74e514, -0xc0c9def6, 0x64472616, 0x97b30c18, 0xdd78ca4a, -0x36a33ae3, 0x6be6ca3b, 0xafaed757, 0x1f7a24b1, -0xb23f1830, 0xf230c461, 0x5b099707, 0x6a968e41, -0xe20d0246, 0x68691c52, 0x4b2fb987, 0xcd1950c6, -0x5a0b2d14, 0x824015c8, 0x98d975aa, 0x60c87c2d, -0xa7f1f033, 0x972107da, 0x81e14228, 0x58edab99, -0x94307323, 0x04326fd2, 0x20660cd4, 0x02deeb94, -0x910a4c96, 0x0c513d4a, 0x76728ab7, 0x7e445af6, -0x9566286a, 0x31106e06, 0xc5dba959, 0x82cc4824, -0x2ce47924, 0x0ba7b3e9, 0x981ac74f, 0x7c082ce0, -0x2599b524, 0x654d2883, 0x1e4be10a, 0x39931fcb, -0xf64a47c1, 0x993a5a86, 0xd416a229, 0xf269beed, -0xf05d4c13, 0x572acaa8, 0x1d78d508, 0xcd843d85, -0x38520a79, 0x1b1fef2c, 0xe29b511c, 0x7c1aa95f, -0x2b6ecc4d, 0xea5908c1, 0x2b63560d, 0xc10db41a, -0x5e2514e1, 0x3d34c58e, 0xebf1fece, 0x56507222, -0xbe36a40b, 0x147fbf00, 0x6eb1f2df, 0xe466f1e4, -0x63c9f169, 0xcf6bd201, 0x98933c12, 0x60e2b81e, -0x3508f806, 0x9e67f8a5, 0x6ee1305a, 0x0f4ba23e, -0xcd340cdf, 0x7cfc8ab9, 0x00bf2a62, 0xbf9ed3a1, -0x9b245491, 0xae4637c9, 0xb0a0c618, 0x7facd30d, -0xcb8fbec2, 0xf04e8980, 0xc955c18c, 0x3d5425b1, -0x529210c7, 0x8945c8e2, 0x3db97f39, 0xed09fb5d, -0xc0cfa504, 0xf28f6542, 0xee9e5678, 0x4d292474, -0x57925cce, 0xb4e1c5e9, 0xfa2c00ef, 0x10f26af5, -0x05bf6469, 0xf9e160b2, 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-2389-m16f25a.h b/src/cpu/intel/model_6fx/microcode-2389-m16f25a.h deleted file mode 100644 index 498f4e1899db..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2389-m16f25a.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 */ -/* 2389-m16f25a.inc */ -0x00000001, 0x0000005a, 0x09262007, 0x000006f2, -0x594ddba0, 0x00000001, 0x00000001, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x152fb7fd, 0x850cbe5b, 0xe75e2947, 0xf788eb54, -0xabca24f1, 0x16fc1a71, 0x7f21cab8, 0x3d73c05c, -0x755d87e6, 0x13a4319f, 0x557caa79, 0x18cae86c, -0x73f505c1, 0xeae87978, 0x935e984e, 0x21e586a9, -0x6f8dd7cf, 0xb13522c2, 0x8ac3f259, 0x22fec739, -0x9fa75b90, 0x3a73fcc9, 0x1f3de62b, 0x9118414f, -0x788f3e85, 0x02dd4ff6, 0x9d1ca368, 0x58bbb255, -0xf60514cf, 0x0740be5a, 0x91c73633, 0xc9d2a381, -0x32d6d9c8, 0x5f6763f3, 0xefbdaf07, 0x5520aff2, -0x4ecf52bf, 0x417700ed, 0x61628b47, 0xbba700d5, -0x65492543, 0x77d372ed, 0xcc6f7445, 0xe8e1f1fc, -0x4f168aa8, 0xbda26bae, 0xaf4d8926, 0xb9dd2c84, -0x2f7bf0e8, 0x01086c71, 0x673ba5a1, 0x1a4502ef, -0xf6e77b29, 0xc2a5a476, 0xf2269ba8, 0x63d33a8e, -0xb7e9fb2c, 0x543b2915, 0x1b457be2, 0xa1c59632, -0x2c84e2e7, 0x9cf6439f, 0x65ed7d8f, 0x95b4267d, -0xd7bce79c, 0x4797f834, 0x68cdd196, 0xd5f0e2ea, -0xa3ae3170, 0x7cfe8168, 0x7afd2fdb, 0x012486da, -0x35f1667b, 0x0973298f, 0x00091763, 0xeee07b37, -0x90e4a608, 0xe76e89f7, 0xab4c198e, 0x49572f69, -0xd023feb1, 0xf058f820, 0x5c07ccda, 0x606dac10, -0x20b87c7a, 0xb527d8c9, 0xfe2c66c2, 0xcd8aae4b, -0x4b238f67, 0x3432b883, 0xcc779cf3, 0xc79b4662, -0xdbf4f9f6, 0x4eb4c769, 0x48c093f8, 0x601f6666, -0x5ddd73cd, 0x6559ed49, 0x252b9fe0, 0x7fdf6ba7, -0xd976c227, 0xb848e27a, 0x769d43bb, 0xd76c31b7, -0x8a5fd658, 0x95a5c6b3, 0x9f1393a2, 0x25e918d1, -0xe96a36b2, 0x1aaecb55, 0x068c18cc, 0xe6614d61, -0xa232c14b, 0x13d513d2, 0xd9ccd4d9, 0xca99a988, -0xd44b42cd, 0xb6abb17a, 0x07031920, 0x886f8fe1, -0xc7756a52, 0x82ee4f9a, 0x2f356d42, 0x2044dcb7, -0xea2da2ab, 0x7726fd32, 0xcf979e08, 0x5e0e0354, -0x1ba120b3, 0xcc21b547, 0xbf98e8ff, 0x114a1bfe, -0x3e41fece, 0x07b5f920, 0x88cf832b, 0xf5e98deb, -0x34747f7a, 0x03a39064, 0x5da11460, 0xbfb41656, -0x95a111fa, 0x1df7e7d2, 0xf0680ade, 0x071d3c53, -0x79ba893f, 0x7791507e, 0x5a098130, 0x9a7752ab, -0xa6a4a0a6, 0x4f45a65b, 0x3614be25, 0xd65ae806, -0x82fafbf9, 0xcf9a932a, 0x16e39c33, 0x0eb56b4c, -0x08c6d8d2, 0xdc73c409, 0xa0153cc0, 0x88a68745, -0xfdd65375, 0xfaa74f1a, 0xf6e6877f, 0x1a0c85d2, -0x479f5a10, 0x78f67d26, 0x88c910c6, 0xf36fffad, -0x4082b994, 0xd266ac62, 0x4d739545, 0x1fc2f70b, -0x1b7e1ac0, 0x67777d41, 0xecda77ef, 0xf32afc1d, -0x15dee9c4, 0x60e531c8, 0xa5c54184, 0x8f22a836, -0xaee5e044, 0xe1c0617d, 0xc00d440c, 0xc93395a2, -0x86e7c3b7, 0x318382f8, 0xe53c45dd, 0x18b57b37, -0x6000e01d, 0x22cc6cc4, 0xe265c1f3, 0x98012e13, -0x038eec0a, 0xb2f6cf92, 0x89ce1fe5, 0x43de926c, -0x5a0b8ae3, 0xb6cfc1e3, 0xa7e8a621, 0xc6bfca93, -0x9e1b77d1, 0xb8fc54e7, 0x7560bd2f, 0x4cabd94f, -0xc6831724, 0x178bc5e6, 0x1f9c59a0, 0x269e95c2, -0x03c270c2, 0x8db34d1e, 0xbe92f0c1, 0xdd0445b1, -0xd3113a3c, 0x876339a2, 0x810f39fb, 0xbebe992a, -0x780c4d20, 0x8407ca95, 0x9ab841f0, 0x36cdd022, -0x863f1c26, 0x4c40d415, 0x94fce6ce, 0x8388f1b0, -0xe63d30b3, 0x8267aa21, 0xaa68b68b, 0x191bbe3e, -0x7ea62abb, 0xb0d0c35d, 0x790d80de, 0x5dd613b8, -0x42fde2b1, 0xddafeb79, 0xf5b58ec2, 0x3a972e04, -0x1dfd433d, 0xc5c3c230, 0xf09997e2, 0x30e1411c, -0xf05fcbcf, 0x6b5be86b, 0x48e480cd, 0xad260caf, -0xb279f8d6, 0xa883729e, 0x3a143f6e, 0xe8c59008, -0x5f5a1a05, 0xc576e1f5, 0xb22bbd82, 0xef74f199, -0xf4d8b068, 0x7106e506, 0x8182a8cc, 0x9d794773, -0xb1d603be, 0x3478f207, 0x85026e92, 0xe91ecc16, -0x73294d00, 0xfe797696, 0x75c8310f, 0xe9964758, -0xaf769bd0, 0xde532e94, 0xb7578b7c, 0x5916f8ac, -0x6fba254b, 0x5739e288, 0xec6800c2, 0x507f69be, -0xf442a1ea, 0x871e84f0, 0x7116a0ef, 0x576648be, -0x4dee7717, 0xe099452d, 0xa0ade876, 0xde18e59c, -0xaa0fb31d, 0x4e92256f, 0x5d44ca1c, 0x251b2dae, -0x476cb2ba, 0x85237506, 0xef2b6aee, 0xd0936e7b, -0x30f8ba52, 0xb923acda, 0xe0d0c993, 0xd3de81a4, -0xf6cdece1, 0x27ed29b3, 0x21dabde0, 0x935ff7f5, -0x9d855b92, 0xa52cb2f2, 0x498fa9b3, 0x49bf08bb, -0xa36266a9, 0xde341a10, 0x885675fb, 0xd8264d75, -0x6c2a8e9f, 0x48d4875d, 0x9aaf73e3, 0x422aa96b, -0x15a58d18, 0x1449a939, 0x93cf44b6, 0x501896fb, -0xd59a46eb, 0x90ddacad, 0x84fde9ad, 0xa3295550, -0x3704c2a4, 0xb9e6c49e, 0x088237b7, 0x1772a5ab, -0x32d7f004, 0x54c680f4, 0xcd5c7635, 0x945ec9cf, -0x66893f71, 0x36c50881, 0xc51ea31c, 0xacbcfffb, -0xcddc5d97, 0x56a70a0a, 0x9e64a05c, 0x50d632ee, -0x4c2517b7, 0xe781d33b, 0x83da0d2b, 0x17cdb806, -0x15aca814, 0x82db0921, 0x40d2c497, 0xf28459b8, -0xaf62cfa2, 0xb6657c05, 0x96f8c0b6, 0xd3b1305e, -0xc3dd0d08, 0x04b7e05d, 0xe95854d3, 0xefee27b9, -0xaf33db1d, 0x920a7626, 0x66680468, 0x32348218, -0xb627a0e2, 0xa794b5fe, 0x2cde0b39, 0xaeb66413, -0xfec7e465, 0x1a8038ce, 0xd2b94d31, 0xd63ffead, -0xbb03b14b, 0x1fb7384c, 0x16c47560, 0xd4920900, -0x027470d9, 0xe4f22b45, 0x9c5d987c, 0x029e447b, -0x7d67d952, 0xade3cd07, 0x37b7814a, 0x9db82614, -0x4bf56cd2, 0x8d711f84, 0x9cff31fa, 0xfbfa8289, -0x8fd9bf51, 0x8f354bcd, 0xf81e7c6e, 0x3464e90b, -0xb7360bba, 0x050ea5d0, 0x30ab2959, 0x4d83c638, -0x3baafa77, 0xd7b5c348, 0xde518699, 0x073dbbfc, -0x84bf5141, 0x4f0b446f, 0x8e19fc4b, 0xca72ab4a, -0xfef52d7a, 0x67308c55, 0xd11a79c0, 0x1cd51780, -0xf03aceb9, 0x62a55ded, 0xa3e00544, 0xc71845c1, -0xc2bf8165, 0x12e69ba8, 0xfcb4cd01, 0x6cb4cf9a, -0xea6d586d, 0x7fe13e82, 0x9d54a259, 0x97ac9459, -0x80a49396, 0xc85d02c6, 0xf0fbf19a, 0xc0860ae5, -0x3ff44232, 0x76602448, 0x0a706a10, 0x141dd13c, -0xe61b8b64, 0x6e4be14a, 0x4e6d87a9, 0x478d98ea, -0x730a2273, 0xb7007acc, 0x692ec7b3, 0x1d389f7d, -0xb793f67e, 0xd8d66265, 0xd8b993b4, 0xfc6d88bc, -0xa9d3add0, 0x9e59435a, 0x9e7969f1, 0xd243fd73, -0x6effdde5, 0x1dbf31a2, 0x320ca346, 0x1b73bfd8, -0xda401aa8, 0x13cdf71d, 0xfe20d240, 0x3bdfecdb, -0x0b123e41, 0x752ee304, 0xd9c5da00, 0xe3c01c7e, -0x9ce03107, 0x89d8a300, 0xbede9c6d, 0x438d0958, -0x2841ebbd, 0x7c7dfc6f, 0x1849ab1c, 0x1178a256, -0xca4abbae, 0x2e0bb313, 0x888e8346, 0x595130bc, -0xb21f1bf2, 0x4cb7ad8c, 0x96749830, 0x0c3516ba, -0x2302f8c1, 0xb111f506, 0x8395f1ea, 0xfde48a3a, -0xf3735f71, 0xc9659b54, 0x88992529, 0xeb887aca, -0x6c0e87f6, 0xd6362d67, 0x968fd0ac, 0xcff7ea9a, -0x7988fd1f, 0xd00271db, 0x38c22f93, 0x34badb85, -0x9f8f2283, 0x577c6448, 0xb1bd60e1, 0xd2796580, -0x50c829e4, 0x0605fdee, 0x748ddfc7, 0x36bd94f8, -0x264749ba, 0x8a54e5f6, 0x3a19a84b, 0x6f584bd0, -0x64fc0ef3, 0xe7e98d57, 0xcc4d8e0c, 0x041a0079, -0xf5084b9d, 0x4c3b3927, 0xfa1d2e98, 0x71dcd1bc, -0xf74491ea, 0xfd97d9f7, 0x768912d6, 0xb1d674b4, -0x52f0716e, 0x8387ed44, 0x7a3406cc, 0xd9b25c3b, -0x3c2856c7, 0x99f4bd12, 0x44d2e06e, 0x4056feaa, -0xe731e402, 0x490774b3, 0xa6377412, 0x5b57bc0e, -0xe37ee94b, 0x1aef05a3, 0x3729ca7b, 0x7f804ba9, -0x589b5805, 0x60354265, 0x2cf4d695, 0xadb62dce, -0x853cfcbd, 0x31cb5ebb, 0x00c80ca8, 0x51cdb21b, -0xad6be78e, 0xa8e9ffeb, 0xb656155d, 0xafea149a, -0x9fbcb3bc, 0xc89f6b72, 0x6d03f3bc, 0x3381da15, -0x8a267f92, 0xdcf5bf30, 0x38496dbf, 0xc5bd6b9e, -0xa9918af0, 0xc8fad63c, 0xe218d792, 0x83eacea6, -0x418c76a1, 0x749d613e, 0xbe36f88c, 0xb84cd7d6, -0xb4e7308e, 0xce6e4143, 0xd39fa6a0, 0xbe7bb3b1, -0x9eece758, 0x8d490022, 0x9c5b92cc, 0xc57b244d, -0x6b442bb1, 0xb19d0c26, 0x1e3e1fe4, 0xfd9e384c, -0x642a3233, 0x4b7a4358, 0xe4b4a9b0, 0x920a89bc, -0x67bdce9c, 0x7d96b2ac, 0x5cbe3c13, 0x4af3f4b5, -0xa4e701d3, 0x80b4efe1, 0x841613f3, 0x64a49885, -0x45d821ff, 0x1a7a2117, 0x93147289, 0x8ebbe7e9, -0xcd3f04c4, 0xdb888d97, 0x0c55b583, 0x80ace4e3, -0x11ab298e, 0x8fc499d4, 0x98ec32fe, 0x086b0642, -0x290732f1, 0x562bb750, 0xac9b7a2c, 0x1f1b85e5, -0x04ac16e9, 0xc9e86674, 0x5eecf0cc, 0xc276c820, -0x5584fc0a, 0x947af43e, 0xc391c579, 0x59f0f0f3, -0x33d729c8, 0x9250c732, 0x3b364a2b, 0xcc028b92, -0xf6339e57, 0x67bdb10b, 0x8adc8905, 0x808475e0, -0xfb69fcd1, 0xf7088f7e, 0xafcd6732, 0x0ffcbbfd, -0x64058baa, 0xbaa6996f, 0x04221519, 0xe64e5801, -0x3d1b3c28, 0xc5ab8d20, 0x5291ed0e, 0x52e8939a, -0x79ebe0a2, 0x5e548b49, 0xf069bbc5, 0xd102a0ec, -0xe5a7b49c, 0x0a9f6417, 0x67493489, 0xe386752a, -0x59755c62, 0xe95ea052, 0x4d4f6403, 0xa6636625, -0x93cf3e3d, 0xe2894a74, 0xf7f55522, 0xfeddb51e, -0xfb5be65a, 0x8e5ef093, 0x52bce66f, 0x56937c52, -0xb0bbc6c2, 0x03574feb, 0x0d0c94c0, 0xd160828b, -0xccb2f851, 0xabcb3b49, 0xc3eabce5, 0x7930acd8, -0x0076ca0e, 0x85cc9159, 0x2545f934, 0x6968716b, -0xa01609c2, 0x592322f9, 0xac8ca99c, 0xf97b4b52, -0x398fbd8a, 0x403d0e0b, 0xa38b4549, 0xcd89c55e, -0xc6cfbce5, 0xb932e3dc, 0xa5242c59, 0xe391ceb8, -0xa1efb4eb, 0x06ee07eb, 0xb4d5ddd1, 0xae38b88c, -0x0bb94dfe, 0xf02b0125, 0x910bb8be, 0x80f9d20c, -0xf017bc44, 0x18342c66, 0xc4495bfe, 0x14e9b1d8, -0xd61a63f0, 0x1283c3dc, 0xb8663c79, 0x591f1fc9, -0x0f52cab0, 0x530e9c52, 0x327f0380, 0x932c89a0, -0xe7895303, 0xedeb046d, 0x400219af, 0x08eabb3c, -0x824199ce, 0xbc188572, 0xe35e844a, 0x409b6afa, -0x9d80ae8d, 0x98be78c2, 0x49049ab1, 0xfb921fed, -0xf47c6b1c, 0x54ce9a0a, 0x9c81b083, 0x31694911, -0xc5adaa93, 0x51f4d362, 0x45949957, 0xa1bc132d, -0xdbc037b8, 0x510f859d, 0x4a3e70d0, 0xea91f20b, -0xbaa64855, 0x32acc401, 0xc689dcc3, 0xac71af82, -0x47a2c479, 0x617b1df3, 0x98968c18, 0x3f342afc, -0x921cdd37, 0x9c515004, 0xdea8d3e3, 0x576fa5ff, -0x719a6fae, 0x98635ce2, 0x4eae86fc, 0xc77aedff, -0xe3076a45, 0xf672338b, 0x3e930234, 0x43301a6b, -0xad2fe508, 0x4d307dde, 0x2e9a599d, 0xad7e4242, -0xa62b3239, 0x14b02e24, 0x43d3fb7c, 0x31fb39c0, -0xc1c4de0d, 0x44984242, 0x1d35462a, 0xcdb6205d, -0xe138a574, 0x33cd0479, 0x2bf3fa56, 0xb25de4ce, -0x99a25cc9, 0xa7859b8c, 0xc4dc3178, 0x898d8b27, -0x47778970, 0xf4b3a46a, 0xbbba9097, 0x18824623, -0x3941733d, 0x5028d200, 0xb4c6c63e, 0xe552da5f, -0xd0af35d9, 0x70d99fd0, 0x5e483b30, 0x6826811d, -0xd6f56267, 0xccbd900e, 0xbfe8e78a, 0x34f53ae9, -0x28b554a4, 0xd0c8b157, 0x91e55d6d, 0xdec21006, -0x74a135df, 0xd5d3d4fc, 0x24011884, 0xb2946e4f, -0xa643a55a, 0xe2d20347, 0x67a2100a, 0x96efd06e, -0xa870a665, 0x662e084f, 0x5ecd5092, 0x03c658c3, -0xcb363766, 0x676bef19, 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-2986-m086fbB8.h b/src/cpu/intel/model_6fx/microcode-2986-m086fbB8.h deleted file mode 100644 index b578b988c5a4..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2986-m086fbB8.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 */ -/* 2986-m086fbB8.inc */ -0x00000001, 0x000000b8, 0x04282009, 0x000006fb, -0x7db01441, 0x00000001, 0x00000008, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x000000a1, 0x00020001, 0x000000b8, -0x00000036, 0x2a000000, 0x20090422, 0x00000301, -0x00000001, 0x000006fb, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0xebf1742e, 0x487dc67d, 0xd72853f8, 0x1c22d12d, -0x0bc4c0c9, 0x9a9da3fe, 0xa65d386f, 0x6f814020, -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, 0x2a951fa7, 0x8e2eb625, 0x872727a1, -0x44876f3f, 0x2c0f6158, 0xd45cf5e9, 0x54607168, -0xa0d26aed, 0xa3fd8988, 0x9cd32a0a, 0x34d31b90, -0x2a3d3f9a, 0x13307d43, 0x00f65908, 0xa91f7029, -0x04034196, 0xa86763dd, 0xea93a95d, 0x016c8cf9, -0x4b9de2ff, 0x9deb18f3, 0x1277d44a, 0xe3d81fd8, -0x6474e760, 0x8ad051a6, 0x91b46235, 0x8ad29801, -0x3fe22fa6, 0x1ed3d8c2, 0xe66a0f5c, 0x7351a946, -0xda8f1735, 0xf080278c, 0xd5618cff, 0x6c9a764f, -0x712612ac, 0x3675ee64, 0x681ce4c2, 0x064fe43f, -0x4748bc9a, 0x796f3c47, 0xb1506e5d, 0xa0a4bf1c, -0x399480b3, 0x12d04bdd, 0x1c1ba33c, 0x80636956, -0x09e12327, 0x844ceeec, 0x4f49dfa7, 0x5131a56b, -0xc5f6eab4, 0x829fbcc7, 0x2222d7d1, 0xe31cca72, -0x5f86e2f0, 0xfce2a225, 0x774dafe3, 0x245f6aeb, -0x31efe1a4, 0x32e45fdc, 0x9441a088, 0x0a71e66d, -0x35b665e7, 0xaf0e45d9, 0x724aaed1, 0xe71b28aa, -0x0a85d7eb, 0xc3301564, 0xaa36f371, 0x33828715, -0x3fefd577, 0xbc5077f6, 0xb61ecd52, 0x718463bf, -0x0a0b4863, 0x0230c333, 0xa07b6b06, 0x71fa24cb, -0x23736581, 0x35a24f24, 0x07aa84cc, 0xe0f703b6, -0x2e7a4346, 0x3cfd2d41, 0x0bf1cc46, 0x80618a01, -0x6d2e7af8, 0x87edb675, 0xbe715b2d, 0x9a099f00, -0x7707f4e1, 0x0be26830, 0xf4fea45c, 0x1a1ff50e, -0xac59589a, 0x5302b891, 0xcacee84d, 0x61ccba06, -0xa8fdf364, 0x52b087a4, 0xff8c1d03, 0xb70b23c2, -0x6d8be28e, 0xc5881603, 0xe95a0166, 0xa57da8c5, -0x7e9ce8a7, 0x02793a14, 0x4c3a7060, 0xb9158340, -0x8dccaa98, 0x70fe4f8a, 0xf7110d1d, 0xfe7cea61, -0x09f64a65, 0x02cdb3ac, 0x29a800fc, 0x5b31538d, -0x139172c8, 0x1392fdc9, 0x2b8ef74b, 0x8f814dc1, -0x44c62437, 0xe0ff6a6e, 0x54bcc977, 0x39531e09, -0x0ede2d37, 0x6212b87a, 0x1a4a3497, 0x18ae28e0, -0x3e4a6824, 0x0b9074a1, 0x95cec1f1, 0x42dd89c3, -0x5ec94f97, 0xe3d475e0, 0x53a99eaf, 0x9416d9f3, -0x2e7dbd9c, 0x3479d85f, 0x162108fc, 0x28fea45b, -0x88fddf76, 0xfcd3cb1c, 0xa513e438, 0xda4b54c4, -0x0cd940e6, 0x8116782e, 0x2d099a3d, 0x093defba, -0x66fd715d, 0xe9b1b8cc, 0xb19ea37b, 0x29eb211d, -0x67c4abb3, 0x99c691c9, 0x2556b76e, 0x5a18250e, -0xf83daae5, 0x68e9ea29, 0x515cfb9a, 0xe24375a7, -0x2f3c5d33, 0xc590ef39, 0x59719ae0, 0x0f2eb3e4, -0xd517c978, 0x8d63a3a5, 0x6696273e, 0x52c15c86, -0x4843e160, 0xf25a0b15, 0xefa8bfc7, 0x0fd274be, -0x344fffdf, 0x3d007a81, 0x25a093fe, 0xb6083bae, -0x430195fc, 0x255e8002, 0x0d559ae8, 0x5ae67790, -0x3b4c6ef1, 0xbd0defb8, 0x30e6742d, 0xd91e4f54, -0x23a5720e, 0x9892af37, 0xb66643ac, 0x5784c7f5, -0x5f2157fc, 0xee0bdb53, 0x053b9413, 0x12fabc27, -0xf5159414, 0x68bdd104, 0x26bb17c3, 0x2ad63099, -0xa4718f3b, 0x7d83a491, 0x00e206f1, 0xbbebcc2b, -0x2e0ae307, 0xc8f53a56, 0xcefffe4e, 0x78071689, -0xc7946727, 0x29dfdc9d, 0x5f7cc90e, 0xbd2f5655, -0x559970c4, 0x6ea3e6bb, 0xfef812e1, 0x6893f67d, -0xdaaa4616, 0x0158f920, 0x55e7421b, 0x397b030c, -0xc0e353b4, 0xadbc4870, 0xd2482de1, 0x3322a09c, -0x869852c0, 0xbfa21833, 0x22e1fbcf, 0xfc102376, -0xd38c9b98, 0xa149444a, 0xc4f3fa32, 0x54cb5d80, -0x9114ce21, 0x37b38f84, 0x7513d34e, 0x41d486d6, -0x48e074fa, 0xb61d48f5, 0x334a8555, 0x49b0cd91, -0x8a6b90f9, 0x608d74e2, 0xae96fc66, 0x0401de61, -0x740e5e76, 0x2cae071c, 0x7d30816d, 0xed545e0c, -0x49c19817, 0x2f86c1a3, 0x4777abc7, 0x6b4683ae, -0xa54de530, 0x18b258a0, 0xe3cf869b, 0xbc5cfb48, -0x344244aa, 0x8405a80f, 0xe78ca2bc, 0xc9b5c35a, -0x525a41af, 0xe9b8c09c, 0xcef40290, 0xeec8a2b9, -0x714dbdbc, 0x19fb6a23, 0xda52b6f2, 0x9fdf6728, -0x5da724d3, 0x34b1b1f6, 0xae86bb71, 0xfceec4ae, -0x90ba25c6, 0x2b4be3f8, 0xa2bf99db, 0xee319bb7, -0x65c7cc17, 0x2afd752a, 0x3099c5d0, 0xec90902a, -0x9c38849f, 0xbc784540, 0x497c2f5c, 0x8fe78963, -0xe017b2da, 0x08ab0858, 0xc4e5ebb7, 0x05216c4f, -0x8320b666, 0xe13c2e7e, 0x9ec2d543, 0xdb69f4fb, -0x1a5ab423, 0xb0bfa001, 0x4455e40e, 0xc139f9be, -0xf4a07f53, 0x3aa7b1f4, 0x241aaa2e, 0x32420dd5, -0x11e54221, 0xfd2a208b, 0x33a238b9, 0x98b808ae, -0x3bb81df0, 0xa96eaa27, 0x15733deb, 0x272c04b5, -0x6987452c, 0x95e0b3c5, 0x92ec3d87, 0x3512a49f, -0x99803ab8, 0x2ac63150, 0x9c95baf9, 0x1091624e, -0xc9cb81d9, 0x2d2290c4, 0xc49ecb85, 0xdd68050f, -0xb9168f9f, 0xcc43d1f5, 0x72913c8b, 0x7d1ce13d, -0x19f14484, 0xee9e8372, 0x6d8499c7, 0x25f756c6, -0xc13496c0, 0x2387e65a, 0xe5d1c2dc, 0x158c1673, -0x96cb1178, 0x6f2d86d8, 0xfc7d7da1, 0x7e6c19f2, -0x86667d29, 0x4212c7b1, 0xafdb4b90, 0x395386b2, -0x4e36241f, 0x6d64dcd6, 0x100b1c2c, 0x4acc5f7c, -0x1ca1d043, 0xc7f9e94f, 0x62679150, 0xfb1559aa, -0xec7ba8fb, 0xee09e687, 0x46e2a4cc, 0x83feb933, -0x7b8de254, 0xbe2c880f, 0xe21f6252, 0xad2813fd, -0xa901caec, 0xc17f5842, 0x95ede60c, 0xf03ff028, -0x1c1f5a79, 0x9bf2c0b5, 0xc9318e9b, 0xf89df2fb, -0x980e50ef, 0x883d83f1, 0x05dc5ecc, 0xbecfeb3d, -0x87cb6fd6, 0xf5194a85, 0x1b605e16, 0xa34ca7e5, -0x48b3bbb1, 0x040f6ac7, 0xe1d824b7, 0xa9a5a681, -0x1836da8d, 0x0e2e7fc9, 0x4e0b3365, 0x8f85678b, -0x7ede256d, 0x743baf7f, 0x5dd32df8, 0x3988f6e7, -0xbe5869c0, 0x417f0fbf, 0x73b7bb1b, 0xbc5436ae, -0x7c18d05f, 0xb57c8db8, 0x7ebf5b1c, 0x8f3bb195, -0x74583f19, 0xd394cc34, 0x1ff82349, 0x37543fe5, -0xe4feb4f0, 0x82e16477, 0xd25aeda9, 0x8a9d2802, -0xfb583621, 0x0b610325, 0xd04a8859, 0xb8bb9b80, -0xc1f25ad2, 0x40549e73, 0xbe9d2d28, 0x949a1adc, -0x85974dfa, 0xaa3dce21, 0xf644ee26, 0xf9b05d88, -0x3bc03eef, 0x1f0e66ab, 0xe373aae0, 0x660935cb, -0x10e02a11, 0xfc16dd50, 0xf2aab8f3, 0x0772264b, -0xf9d5a769, 0x5bfbe792, 0x33d313c6, 0xcceddd43, -0xc846fb0e, 0xea507ec1, 0x992c5cd0, 0xb972e66d, -0x6ac06508, 0x5af9e004, 0x978be6cb, 0xaa8f0378, -0xbf4c55b4, 0xd43b75a3, 0xd1633f80, 0xfaa82238, -0xa06a4feb, 0x46cdbd49, 0x235e9f53, 0x6c225389, -0xdddb8e37, 0x99987cbe, 0xc10b1a12, 0xb2b42512, -0x19b00fa7, 0xc972b2aa, 0xf655511d, 0x88b62724, -0xc736a9c4, 0xa6fd2b9f, 0xdccda959, 0xbd87d805, -0xee02ab55, 0xfebcd4c8, 0xa23096ab, 0x94495964, -0xd1c52cf1, 0x0ce33220, 0xbfd64f83, 0x5ab879ba, -0xa81cd2c5, 0x77ae5475, 0x6b1577f0, 0x4dffcabf, -0x55797d78, 0x624176e0, 0x2a675064, 0x11683e1d, -0x1c060580, 0x93bd04c4, 0xffb2591e, 0x66a04b5a, -0xa83447fa, 0xa4978adf, 0x213fe843, 0xb990203a, -0x923754f8, 0xef49f48f, 0xb832edf9, 0x8e43b18d, -0xed250344, 0xdb4838ab, 0xc0697dc7, 0xffed4e47, -0x5de04509, 0xd1f8045f, 0x54cf320a, 0xe688d018, -0x771b1fb8, 0xbc0dcd75, 0xcb9037cb, 0xb9043053, -0x136059d2, 0xd8c7ab40, 0xec859b8f, 0x0a2447c8, -0x101566c0, 0xb4fd42c0, 0x4f49a436, 0xe51071e8, -0x443d843a, 0x32c19b4e, 0xe03631d1, 0x1c4f70bc, -0xe97288a0, 0x5b508b54, 0xec895875, 0x76ee77f5, -0x1831a76d, 0xfbd8b2de, 0xa20f35f4, 0x42f27cd7, -0x89e6fe2e, 0xce560886, 0xd5366f2c, 0xbb7e6720, -0xc8d21d23, 0x9d2635d7, 0xfc916d88, 0xe5712b50, -0x2dd59e1e, 0x29be6f85, 0xdbdab957, 0xf8c3a60b, -0x7bce8080, 0xc1f09449, 0x25b54e7c, 0xa3134f63, -0x270e71c0, 0x986d79eb, 0x61efb79a, 0x41d477f0, -0xa729b9dd, 0x90322e39, 0x8bbc69f3, 0x89e64e81, -0xeeafcc5f, 0x0185dfdc, 0x7ecedfb7, 0x54f8ab4d, -0xc2fd47a3, 0xfe8c9de2, 0x931cf0a8, 0x2c798b8c, -0x278193db, 0xb3ccf34f, 0xdf25c3c3, 0xe2e55cbf, -0x0404032a, 0x5ccfce9e, 0xba950d0d, 0xe19fc144, -0x0450211a, 0x8b3bae1f, 0x99798b1b, 0xf9c2c3d4, -0xaa2a7f53, 0xad7b1a39, 0x650608a7, 0x527e734f, -0x2bf29b1b, 0x240491a9, 0x0cccc47a, 0x01caf144, -0xf112324b, 0xf4e727ee, 0x92306225, 0xcf381fd6, -0x60e74e29, 0x4537e483, 0xdf7afb59, 0x0ef3d2ba, -0xfdcbd567, 0x83bd0826, 0xf262e167, 0x318f7ef4, -0x18f79081, 0x164d96b3, 0xbd17be54, 0xc7020759, -0x4278ce5f, 0x54147d97, 0x4a7abb9b, 0xac607d56, -0x8e28db0e, 0xb7d9f6fd, 0xbfcbbc42, 0xf2a7399a, -0xcf76ee6c, 0xedd0bba7, 0xa7d38835, 0x15d43d3e, -0xd265974b, 0xdc7c8677, 0x1b1e9162, 0x8579928a, -0xba3160bd, 0x161eeb7d, 0xfbef9fd9, 0x5e988fdc, -0x8589563d, 0x929f3159, 0x2f3eb5f8, 0xd4046c81, -0x3781df71, 0xf73d142f, 0x6e09a940, 0xdf11175b, -0x4a6cd750, 0x4bd55651, 0x17ced9d0, 0x99a3ee49, -0xe0c69ec5, 0x31d25e87, 0x274567b0, 0xa9c0efe8, -0x305c7621, 0x8a941ddc, 0x30fe6e03, 0x4567e5e3, -0xecabeada, 0xd2bb30c7, 0x811ee965, 0xb4b42771, -0x60a2ef48, 0xa9d3fe26, 0x0734cbab, 0x10b215aa, -0x16e33def, 0x2b2e745f, 0xe1bd7e00, 0xf4b3c71e, -0x8d6d792f, 0xf0280da8, 0x0f20456f, 0xcf8af0f6, -0x82cbcaf4, 0xab5ff49f, 0x1d42fddf, 0x894d240c, -0x5f1ef48d, 0x8d972d3c, 0x63e94de8, 0x576154c4, -0x82435ace, 0x1b1b0593, 0xf143526f, 0x897b4085, -0x9f84047e, 0x514ca06e, 0x71b49f06, 0x3aee2eb3, -0x4a00c841, 0x619d677d, 0x6e82818f, 0x116a5893, -0x068ddb8a, 0xe0dfa2ff, 0x507a41e4, 0x48d38270, -0x36b346eb, 0x6f41e011, 0x0d1f9dd1, 0xc5ee0692, -0x37dee528, 0x5e79d22d, 0xde96843d, 0x2a53b60d, -0x5d73533d, 0x697ca3f3, 0x6471b3dd, 0x489fa5ca, -0x9e87cf68, 0x4eff4b16, 0x4566617e, 0x07e1c66b, -0x38ee5254, 0xce91ee22, 0x397331ae, 0x1f0380b5, -0x51f995c2, 0xca0a2e5f, 0xe718d724, 0x351a5b11, -0x25de8a24, 0xb97cf8f1, 0x3860a587, 0xcee65fd2, -0x02210416, 0x3b9155ce, 0x143edd29, 0x9607d935, -0x085cbb23, 0xdceb9646, 0x9cfceca6, 0x19c1b99e, -0x79920ada, 0x38e1421f, 0x09d14cd7, 0xf4bd0e9d, -0x18ef46a5, 0x0b4eb9d3, 0x7f418c14, 0x0c93d6bc, -0xf819c494, 0xc8e7f5c3, 0x8b9748ca, 0x5985d13f, -0xc38a9653, 0xd5c2f0c3, 0x32617e88, 0x4f7e056b, -0xd34f9261, 0x0c9e6b68, 0xf658e4c0, 0x0ccfb638, -0xaf95819d, 0x60971797, 0xf25289b6, 0xb0399dde, -0xb54f1ae3, 0xf6c5f00e, 0xd812629e, 0xd4da679d, -0x86be28d8, 0xfc257bf3, 0x9a2202c6, 0x651130ca, -0xd401c8ed, 0x4a937465, 0x730a163d, 0xd9a3d91a, -0x6f809aae, 0x5177a58f, 0xa765df09, 0x4c4172b5, -0x7ad2d716, 0x9d9c5d9e, 0x93542415, 0xee8332ad, -0x1d161da3, 0xd330f455, 0x364d3004, 0x24a9b599, -0xa9f0c156, 0xd4aaa6a4, 0xc69f54a1, 0x3f9b6f74, -0xe88b7075, 0x97f413b9, 0x92c45875, 0xeca74971, -0x273de936, 0x607d6947, 0xfcbb6c51, 0xd4a35a42, -0x39ab4a99, 0xd108aa65, 0xe01773bb, 0x7a477391, -0x64ef8a00, 0xa7030caa, 0xfd4299fa, 0x61afcdf7, -0x77b29125, 0x75c059f6, 0xddd86824, 0x180d192f, -0xecad4a7b, 0xbfa85eab, 0xc78b1e6d, 0x033b40ca, -0x3c22078b, 0x712de3a8, 0xc9f74b30, 0xa640b05e, -0x3a687177, 0x5a75b3d8, 0x33e4392c, 0x1d7a15e9, -0xb5c86386, 0xb60bb3f2, 0xf5a3134a, 0x98b81d09, -0x46a34f9c, 0xcbba1498, 0xecac34aa, 0x0f64d716, -0xa33a4095, 0x4506b782, 0x6c0911fd, 0x9c1860fd, -0x388d24ee, 0xde1b8eea, 0xb2b396aa, 0x18062871, -0x8ed014b6, 0xfc1cc5e0, 0x9c2aa989, 0x66c485cc, -0xed345ea6, 0xf0fc6735, 0x0174efce, 0x02afcf8d, -0x80f3f90e, 0x11e1bc2e, 0x32fdeef4, 0x936d8e85, -0xa4873205, 0xd7f97201, 0x6d1fc249, 0xbfb6c2e4, -0xbe1176da, 0x8061ff07, 0x50a96bb6, 0x3d0a198f, -0x19a51f3f, 0x17bf5db4, 0x2e67bf16, 0xbfc93f71, -0x6224b456, 0x9c58c335, 0x7fa318d0, 0x00abb735, -0xa1506f2f, 0x7b65138b, 0xc8a4c3ad, 0x0a5f0881, -0xf6ef5f3b, 0xe0f25af0, 0x71e68c61, 0x85769554, -0x4c03f549, 0xa6a5baae, 0xb7a4204d, 0x29c76c88, -0x3819f5c5, 0xaeea77f4, 0xf5e6817b, 0xdbe7596f, -0x883b5862, 0xa5a6222d, 0x92694372, 0xd797569b, -0x3ac63239, 0xd0f16da5, 0xd6872613, 0x38386a3e, -0xf39df604, 0x9cf6cfc0, 0x454e1f11, 0xc50aeafc, -0x8cde6c0a, 0x35242370, 0x238b921f, 0x19fcde38, -0x6858e9e3, 0xfca80695, 0x6fa82b16, 0x841ad007, -0x8cca0ec7, 0x571a1bf1, 0xab7440aa, 0x85dd503a, -0x6e30ab20, 0x4a554d0a, 0xe9915c46, 0x30e5df0c, -0x83559afe, 0xf935b5db, 0x77147f64, 0x52a917a3, -0xd2d4947e, 0xda2e96a0, 0x23907b75, 0xecea1cea, -0xb355a45b, 0x13acbf19, 0xd356bf11, 0xfddc1bbb, -0xbc5d2f53, 0xf5063467, 0x5791a0d3, 0x1c6153ef, -0x8bf515f6, 0x81c868f3, 0x28c99de3, 0xe277fea4, -0x23c29ed8, 0x3e1af1fc, 0x1af0fbf4, 0xf7aca48a, -0x6f0947c9, 0x2d118558, 0xa4e272fa, 0x83e87111, -0x732009e0, 0x07312dec, 0x9edab8f1, 0xa598e688, -0x39278bac, 0x2ddb6446, 0xfbd2d018, 0x5d8e5bf6, -0xccf9f835, 0x66e8893f, 0xc6ae5cdc, 0xb631947b, -0x69ee9172, 0x7818ab85, 0x0e32baee, 0x7011a6bf, -0x74f0c212, 0x4c036f87, 0x9ad3568a, 0x3e9d49f0, diff --git a/src/cpu/intel/model_6fx/microcode-2990-m046fbB9.h b/src/cpu/intel/model_6fx/microcode-2990-m046fbB9.h deleted file mode 100644 index df612ab40b80..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2990-m046fbB9.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 */ -/* 2990-m046fbB9.inc */ -0x00000001, 0x000000b9, 0x05112009, 0x000006fb, -0xb6a7f0c9, 0x00000001, 0x00000004, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x000000a1, 0x00020001, 0x000000b9, -0x0000003f, 0x2a000000, 0x20090510, 0x00000341, -0x00000001, 0x000006fb, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x15341951, 0xd9f92c58, 0xd61aff76, 0xe96873ee, -0xdec6dd45, 0x3dfa2e4e, 0x61661b88, 0xcf5c5841, -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, 0x0741cbc1, 0xcb879f12, 0xb53a6cbd, -0x8d26a6ca, 0x2aca7c7a, 0x1e952ea5, 0x07da17e7, -0x52d164d9, 0x62c68a73, 0x2d489e03, 0x45a07f1b, -0x0f0cc8cf, 0x4fa8fa70, 0x2315d683, 0x33e36418, -0xdda877f3, 0x8e1bfc6c, 0x7f636e46, 0xbb114fab, -0x69c0e244, 0xf261040f, 0xeeeea4a8, 0xc88fbfac, -0x507ac028, 0x4932bf5f, 0xb40db20e, 0x8d18c03e, -0x44b1f658, 0x2f0527f9, 0xe6d65979, 0xfd881db7, -0x770be7a8, 0x459b7a4b, 0xfc00c5d2, 0x1bdee510, -0x94bf752f, 0x68a06b2c, 0x4fdf4668, 0xdd08536a, -0x19438a29, 0xdfa14148, 0x266ccbb8, 0xd7ab60f2, -0xceaf893a, 0xb00858da, 0xd204d03b, 0xea8d3784, -0x4f3a4d8b, 0x323f53e4, 0x3180af2e, 0xd06428fc, -0x932bfc3d, 0x8d701652, 0xacd6f494, 0xebd48f9e, -0x2b1248b0, 0x63f4d854, 0xbedc0412, 0x505e1f49, -0xad20cee5, 0xc95a2a56, 0x49b90a51, 0xb3de9036, -0x1f4c88df, 0xb7460c4f, 0xad3a53b4, 0x3d3e83cd, -0xde1ea2d5, 0x5d3b0237, 0xda3c8637, 0x0aeeeead, -0xae2b5959, 0x35624290, 0xbabab8d5, 0xa4899633, -0x7d6e607d, 0x410383ae, 0x10916b70, 0xb2adf0c0, -0x52d8faac, 0xe6937b79, 0xb959bc66, 0x14d8d06b, -0x0ec3c602, 0xb6c71f26, 0xbbd8c4dd, 0x63d23706, -0x6bee321d, 0xc8a1ec7d, 0x8de3941e, 0xd549d1c4, -0xe33588e8, 0x681cff2d, 0x66dddada, 0x807040e6, -0x006c83b0, 0xba10f7c8, 0x38eafe62, 0x0777e74d, -0xfa39a198, 0x05720466, 0xec377dbb, 0x23d46da7, -0x3a387dc8, 0xe005ab95, 0x5d92190b, 0xb811b9d9, -0x9b09dddc, 0x62a64be5, 0x0c9014bb, 0xcc871ef9, -0x4846edba, 0xc60305e2, 0x91b831aa, 0x8f7d5aa7, -0x6712012e, 0xbae578bd, 0xc5bb2872, 0xb635139f, -0x41444279, 0xc51f819a, 0x92fe6768, 0x96c480e6, -0x6a958394, 0xb4b7a6e5, 0x007c0429, 0x43af55b5, -0x33697de5, 0xcb6b363e, 0xf527556a, 0xd4a79f83, -0x9c628ccb, 0xef72182a, 0x8406cbce, 0x6035ff55, -0xd6325e79, 0x111ea438, 0x962b7e5c, 0xecc816e1, -0x39a8f348, 0x8f5bb065, 0xa2419dd2, 0xc036db13, -0x5360daa6, 0x82d2ffb8, 0x15681502, 0x6d5497d6, -0xe9028ce5, 0x2e05c16a, 0xee8711ae, 0xac5b11e4, -0xabba0581, 0x1ef11c35, 0x54ecf615, 0xcf45b599, -0xd8ee7594, 0xecda2c12, 0xa6b2b120, 0x32edc139, -0x7734c724, 0xbb88978b, 0x12092d6b, 0x133fb4f4, -0xa6fa233d, 0xa059395e, 0xb86920df, 0x60b25bff, -0x1fe831ef, 0x2b5cb3aa, 0x27ef4afe, 0x02f3ad21, -0xea597773, 0x2caaf33c, 0x03b30480, 0x7d8e32e5, -0xad9a917e, 0x1bd0695c, 0x68d8ca07, 0xeef84400, -0x928ff8b4, 0xecea6a3c, 0x9bbedbd8, 0x5c2654bf, -0x2d1644d5, 0x961ddc1e, 0xcb216e0c, 0x55fcff3b, -0x6054f145, 0xad2d4159, 0xdcbe8ed7, 0x3b2e7495, -0x7a33fdb5, 0xa92fdfde, 0x65ad1aa7, 0xf6866ab0, -0x53388681, 0x0a369d17, 0xf087441f, 0x44007109, -0xd1d8b88d, 0xdc94549b, 0xa11f14d2, 0x72864a34, -0xd7f71dd9, 0x6f948c77, 0xd3e89fc0, 0x11b097a8, -0xfd2cd3fc, 0x774f951d, 0xe1170076, 0x2bde8936, -0xa3ea656e, 0xabbe230e, 0x2fe6e1d2, 0x53b331e2, -0x7b392823, 0x48c2aa80, 0xb7824981, 0x275bac51, -0xd3b3eb48, 0xa3541a00, 0x4375b1fe, 0x086302fb, -0xd744a440, 0x0323a890, 0xcebc28fc, 0x9921427c, -0x7a4b5465, 0xf4db5f26, 0x6461f88c, 0x2dbe6ea3, -0xeb6dd03c, 0x8257fcce, 0xf44dadd6, 0x7d367355, -0xda56024d, 0x750430f5, 0x5e4151d9, 0xd90a0db6, -0xdc29eff5, 0x6acb146c, 0x97ef9139, 0x4992e11e, -0x87833d75, 0x897f9beb, 0x33aa151c, 0x28a717fa, -0x5c5bb59f, 0x45617198, 0xfc791809, 0xef17a7b2, -0x10931956, 0xdd697c3a, 0xd8a2f728, 0xd4171ff8, -0xd507ad63, 0x40c2a2b8, 0x519fe54e, 0x6ddbf5e2, -0x215f916e, 0x99694eca, 0xeb87cf67, 0x69691e42, -0x76d17fa0, 0x0edb5d25, 0x82303164, 0xa6ff4797, -0x8a19ce37, 0x71005b4d, 0x41930843, 0x0251a3cc, -0x594886d3, 0xe2e463e0, 0x812ab47f, 0x477b2ba6, -0x17c544a2, 0x802b8757, 0x1692cc60, 0xb86bf34f, -0x1f8a5fc2, 0x0693dda6, 0x5da932c7, 0xfd216376, -0x25002074, 0xad6987f9, 0x93bde120, 0x2ae45842, -0x092941c2, 0x0bc4878d, 0x30507588, 0xe9351bb4, -0x81dda9a2, 0x6b89e825, 0x948482ef, 0xaeb22085, -0xace5a27e, 0xa20c3f4a, 0xd768a0da, 0x919d2d26, -0xded8effd, 0x01812972, 0x9ba923be, 0xb69023a5, -0xe7defcfe, 0x865e123e, 0x02107238, 0x92c688cf, -0x30b0a462, 0xb56e62e5, 0x009e60fb, 0x02db37ca, -0x19a5c9d0, 0x9b879be1, 0x16ec478f, 0xa983dd56, -0x2776b4bd, 0xb858a7c4, 0xdf340c19, 0x137d7e01, -0x4467564d, 0x855bcac8, 0x9cf1cd0e, 0x54a19437, -0x2e4ed636, 0x7b693cfa, 0xddba25a3, 0xef65d915, -0xaccd377f, 0xcdc2f092, 0x74704385, 0xda63baf4, -0x1ac4bc8a, 0xb4ea4309, 0xa73ad61f, 0x6293ce83, -0xdde1e829, 0xf88514aa, 0xcc488bcc, 0x6e4c9d36, -0x78b7e22e, 0x5a7d29e2, 0x42f40246, 0xdf4a9afb, -0x82ca32e0, 0xc7118b4e, 0x25165db0, 0x7770aecf, -0xdf7582f0, 0x35b55887, 0x33a47c37, 0x08c158f6, -0x7a21b06c, 0xcb6a9bbb, 0xdabcfc6f, 0x486b55b8, -0x6187d764, 0xe5c70327, 0x492a7da7, 0x24264c3e, -0x8e5c09d7, 0x3836c445, 0x9fa2d9cb, 0x6bc2b196, -0x1ef155ed, 0xb949f5e8, 0x00846e44, 0x2b79a60a, -0x9e40d440, 0xe8b97836, 0x90a14cef, 0x786cae97, -0xe39447a6, 0xccf6d399, 0x0accbac1, 0x54250900, -0xc0351c81, 0x00b88195, 0x5beb4553, 0x682e6920, -0x9379d47f, 0x69cd76f7, 0x097b55db, 0xa9ead305, -0xbcbf9b4e, 0x8d627c2a, 0x380a2367, 0x14790660, -0x9c95ebed, 0x76e551eb, 0x645370f3, 0x497634cf, -0xeffa7029, 0xf66aa141, 0xfe718fc6, 0x094c6914, -0xbd00207c, 0x77e3154e, 0xabc1749e, 0xb8c40c07, -0xaac4f806, 0x89d5f6eb, 0x2d89377c, 0x65caeecc, -0x1c21568c, 0x901ddb9d, 0x915df7d7, 0x4f9cb664, -0xf62c432c, 0xeeecadaf, 0x0ccb4f75, 0x14186099, -0x68245f8f, 0xd981ff3b, 0x722de32c, 0x2b55e9ef, -0xb918ac26, 0x94fdb9bc, 0x02b7ad08, 0x7592dd6d, -0x470f9624, 0x9d403aeb, 0x5e7b4f3d, 0xb5e11056, -0xa97be649, 0xe9826083, 0xeec24fba, 0xe731ac9b, -0x5b339d05, 0x97af9713, 0x86390c44, 0xed541028, -0xeaf9969b, 0x3c72446f, 0x0b654ab2, 0x281b99a0, -0xa31e8b79, 0x86175d4a, 0x96fa99f3, 0xabd90de1, -0x642bc82c, 0xdcc81442, 0x16719e3c, 0x0cc60e15, -0xc276faaf, 0x9d0e7759, 0xe8594cd3, 0xbfa376e0, -0x4daabe5f, 0xcbe3009e, 0xd1812e8c, 0x744b1fc0, -0xcf3728a2, 0x34442fb9, 0x1c28619a, 0x35844d65, -0x115306a6, 0xa3c936d2, 0xf781af3e, 0xef7bb760, -0x0264321d, 0xf52bb605, 0x3a83684d, 0xdd21a5ff, -0x777115f2, 0x69b8e872, 0x64517548, 0x70267f4f, -0xbe3b1dcd, 0x5a2bc602, 0x222c7241, 0x424864ae, -0xa735c475, 0xcc44d6f0, 0x27d8d5db, 0x67bc23f8, -0x3391d751, 0x197aa11b, 0xf16a2a9c, 0xe4d58566, -0x9dae5211, 0x1601c94b, 0x491bd296, 0x48dac3f6, -0x8c6ddb0c, 0x734bc4ed, 0x83d4015c, 0x29ff784b, -0x3707b6dc, 0x6c14e801, 0xc76aa725, 0x70740fc1, -0x6aba6f3e, 0xf122dfd2, 0xffddda9d, 0x516c60ff, -0x396bf3b6, 0x2d3406b4, 0x4355cfb9, 0x126d6dbf, -0xd0d55fcb, 0x6f23a648, 0xe2f286dc, 0x8af42ef8, -0x497f9446, 0x7285afdf, 0x3ff58008, 0x583df7d2, -0x3aa49b76, 0x9281e837, 0x6196b8d5, 0x5ee4428a, -0xf4f92c37, 0x6c6376d2, 0x6afb2760, 0x3f355e4a, -0x1ea450bb, 0x5e9da7c6, 0x2b4b1e72, 0x74d5e29e, -0x07de0aea, 0x77544e2c, 0x66c19ac3, 0xbe86aaa4, -0xe5233e14, 0x7d4e763e, 0x31ca0aef, 0x0527e563, -0x149b4d2a, 0x5f5ad61f, 0x65f1161b, 0x86c7633b, -0x2877e065, 0xf5592a41, 0x60e67df5, 0x555aafdd, -0xe3caffab, 0x501e6b00, 0x11ac37c4, 0xf84c8688, -0xbad031ee, 0x6c10e5f9, 0xc7087e4b, 0x86d0bcf2, -0xdcec3d4a, 0x999fb6a6, 0x7de512a3, 0x25a4304b, -0x775003fe, 0xc3da9a99, 0xdb02be9c, 0x8c8bae98, -0xd95e979d, 0x6094a6f2, 0xf69c4d09, 0x51fa8ab0, -0x9e31adf5, 0xed2c1ddf, 0x0bdc379d, 0xe0c24b81, -0x021511d9, 0x6aab3cd8, 0xbdb35278, 0x5e253639, -0xdc51e798, 0xb7969a75, 0xb448b42a, 0x4db2c7bd, -0x92ab4fd1, 0x99a0c92c, 0x5b59394e, 0x5e06cd33, -0x76d0636b, 0x01c826fb, 0x66d62ad4, 0x2177e49d, -0xbfdf80c4, 0x0687e341, 0x2cb66974, 0x0765697e, -0x33a9d5c8, 0x790deacd, 0xb528b72a, 0xad4f0332, -0x9efb2065, 0xa1621eda, 0x6da51c10, 0x891eb234, -0x66015c9d, 0x8551be17, 0x34ddbe4a, 0xafc5de23, -0x9ee441d8, 0x92153585, 0xd4ee376d, 0x7f267079, -0xdffe357f, 0x0e0cd672, 0x8d914a79, 0x55c6242b, -0xba984937, 0x6d4e5c6e, 0xdbbf9de8, 0x7b07ffb1, -0x4c60f396, 0x81780d39, 0x1158e09f, 0xa7b04aa5, -0x29e4e907, 0x321756e8, 0x938df05f, 0x3d2e2a2f, -0xa0218157, 0x3b43bb2b, 0x90aed14c, 0x99e51a0f, -0x94ed8b33, 0x230c8dc4, 0x49a1aaca, 0x38552316, -0xd2b4d683, 0x402572f2, 0x6b35d2ab, 0x8f54d64e, -0xbf6713fd, 0xb1baab41, 0xea513b9d, 0xee1fabdb, -0x96965270, 0xb9c73510, 0x307504f6, 0x66e6efb6, -0xe5edf87e, 0x0dfc0dda, 0xce9b9f4b, 0xc495c0dc, -0x8eb4ae2e, 0x15d4ffaa, 0x3f72c117, 0x9066433b, -0x1e326a9a, 0x87e472b4, 0xe8e9924e, 0x2d34ddd6, -0x9f045dc5, 0x4e517bf9, 0xd4215701, 0x997945f2, -0xda577384, 0xc26b9a43, 0x72cc0d2c, 0x1a6f0feb, -0xb0deaa5f, 0x085e3c1c, 0xe84cd89d, 0x0c0b72ea, -0xb6ba866b, 0x5495bf3c, 0x322cead1, 0xc15fa497, -0x90813acd, 0xabdc90af, 0x25f8bca2, 0xef81a57d, -0xa3f95491, 0x257d3c3d, 0x2ac7aa7b, 0xd713ee46, -0x11a2cb99, 0x516713f4, 0x3c2e6d1f, 0x8dfc69e6, -0xb2aa11c3, 0x4735befc, 0xccc1c2e9, 0xedd47dc8, -0xfea0a020, 0x7477af3e, 0x59c5a8c3, 0x22546f44, -0xfed2ffc9, 0x3b1dc4f3, 0x6d4fd900, 0x0df8a070, -0x1bdbd385, 0x1b028b64, 0xd2c7b639, 0xaf26374b, -0x48a6a1bf, 0x4f7896de, 0x0356256a, 0xb0bf4df2, -0x3d0f3382, 0x28f1a73f, 0xadf4ed6b, 0xced36065, -0x1c807f0b, 0xcd33028c, 0x62da94be, 0x79a2b539, -0x3b81dc8b, 0xda9094c2, 0xdf52d610, 0x47d10d38, -0xed9cd5c0, 0x482e26a0, 0x1459e4f0, 0x6cf0b6cb, -0x4e29d1ef, 0xe67e1cb9, 0xd2ddca3f, 0x6e67ef3d, -0x299c296c, 0x1e39f62d, 0xe77ee72f, 0xfc3c6f35, -0x1317aa16, 0x5b9b266f, 0x292eca31, 0x39a8d234, -0xd667205f, 0x4a2d3bf6, 0x70ed41af, 0x4e5d9985, -0xa7ed1e30, 0x4a5ef783, 0xa9b51db1, 0x6fa70d0f, -0xe7414e10, 0xc310129c, 0x2a486151, 0x2a0c9bee, -0xa45f38f7, 0x0be89a12, 0xcb4ba82c, 0xb80cc7ee, -0xb59b6377, 0xa02c239d, 0x3d823ee9, 0x77e3ffc7, -0x17af5213, 0xb303a743, 0x38f96fb1, 0x14d3bdbc, -0xc5ca7945, 0x5dc85885, 0xe4504922, 0xe7c4733e, -0xf0fc251d, 0x9fbb0793, 0x5ce74c74, 0xb3e89185, -0x84c07f55, 0x250d23e7, 0x87991bc4, 0x756003de, -0x25bd29de, 0xa4a4890a, 0x6221bc7f, 0x0e2152ef, -0xbfa74e3c, 0xe05707d9, 0xe6173655, 0xb5f18ec8, -0x77a9d945, 0x950a28ae, 0x9e8a89e4, 0x63f0ec5f, -0x9d076f5d, 0xe58dc77c, 0x25ee33f9, 0xc3e7f8fb, -0x83527683, 0xaa61f768, 0x2205c8d0, 0x0d6168cb, -0x246cf5d2, 0x85a4ae73, 0xb5d3ebc3, 0xe19687a0, -0x9142d39f, 0x020feac5, 0xbf936a88, 0x531966c3, -0xeefde76e, 0x813b650c, 0x9395f9a3, 0x60977944, -0xadb0e013, 0xfc5ca32e, 0xc37bbb0a, 0xb163bff7, -0xf7747ca4, 0xf26bdd07, 0x729fabaa, 0xdac72d73, -0x4aa514fc, 0x33afdcd4, 0x42d8ef5f, 0x66d3596f, -0xbf7171da, 0x46c3f239, 0x2d341c89, 0x69f0dba9, -0xb254dc2e, 0xaa9ba584, 0x700a8ad5, 0x5dba481a, -0x9307d3eb, 0x14c96fe5, 0x242a89d0, 0x0989fee6, -0xcc68b593, 0x79061e54, 0xc4031f53, 0x41197bc4, -0xc7e93644, 0xd67bfcb1, 0x2f38d97f, 0xd0024f6c, -0xa6b95737, 0x575f4cec, 0xd69d5a72, 0x7e43e98c, -0x0540ba2c, 0x6f4cadfc, 0x829ef6ce, 0x9837e2cd, -0xb60f889f, 0x5e4a515a, 0xf11878eb, 0xfd873925, -0x27413b1f, 0xae1f0200, 0x14700e37, 0x3807ca50, -0xf8bf4663, 0xd1ed4780, 0x4480ac46, 0x3902cf3d, -0xe33e8a81, 0x732aaa74, 0x21262a1e, 0xb4e62db6, -0x1ca18e6a, 0x51495ab4, 0xb2934c32, 0xc6bcb687, -0x22d4c9b6, 0x304d9bf8, 0xf2fd09f9, 0xf26d3d60, -0xf7bb7d89, 0xbb19f13c, 0x148cb5f2, 0x85fd9045, -0x9c6d3db5, 0x5da8c1c9, 0x048ac803, 0x94c91a96, -0x25bf6e95, 0x2ee75dc4, 0x34e50927, 0xb2264221, -0x6a7fccd9, 0x8efcaad3, 0x4ac94464, 0x493a2738, -0x45c46d1b, 0x7ec0ebc2, 0xf870d8f1, 0x521b6386, -0xfde5b6c7, 0x52717e80, 0xc25214d5, 0x239dd53a, -0xcd4e0e62, 0xc0623e3b, 0x4827474f, 0x59ebea6f, -0x54fe5e77, 0x1023eb02, 0x6a527d7a, 0xe24b64ce, -0x5db22ab3, 0x0a680da7, 0x65cacc9d, 0xeb021a50, -0x0c469683, 0x66220235, 0x24b031ea, 0xb6a92ecb, -0xdc420a74, 0xf43057db, 0xe994ed65, 0xd70f65f2, -0x3705d791, 0xde59eebc, 0x40916333, 0x516f3fa5, -0x21b2a41f, 0xf466918e, 0xb859be7e, 0xeb2df428, -0x1cde44b5, 0x93380060, 0xdb0dcdd3, 0x338cb6ef, -0xc0ec9c37, 0xdbba2a12, 0x75da511b, 0xe915d57d, -0x99fde0ff, 0x4e377dbc, 0x881617ca, 0x78d1d21d, diff --git a/src/cpu/intel/model_6fx/microcode-2991-m406fbB9.h b/src/cpu/intel/model_6fx/microcode-2991-m406fbB9.h deleted file mode 100644 index a29886976c98..000000000000 --- a/src/cpu/intel/model_6fx/microcode-2991-m406fbB9.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 */ -/* 2991-m406fbB9.inc */ -0x00000001, 0x000000b9, 0x05112009, 0x000006fb, -0x70fed5b1, 0x00000001, 0x00000040, 0x00000fd0, -0x00001000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x000000a1, 0x00020001, 0x000000b9, -0x0000003f, 0x2a000000, 0x20090510, 0x00000341, -0x00000001, 0x000006fb, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x00000000, 0x00000000, 0x00000000, 0x00000000, -0x15341951, 0xd9f92c58, 0xd61aff76, 0xe96873ee, -0xdec6dd45, 0x3dfa2e4e, 0x61661b88, 0xcf5c5841, -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, 0x0741cbc1, 0xcb879f12, 0xb53a6cbd, -0x8d26a6ca, 0x2aca7c7a, 0x1e952ea5, 0x07da17e7, -0x52d164d9, 0x62c68a73, 0x2d489e03, 0x45a07f1b, -0x0f0cc8cf, 0x4fa8fa70, 0x2315d683, 0x33e36418, -0xdda877f3, 0x8e1bfc6c, 0x7f636e46, 0xbb114fab, -0x69c0e244, 0xf261040f, 0xeeeea4a8, 0xc88fbfac, -0x507ac028, 0x4932bf5f, 0xb40db20e, 0x8d18c03e, -0x44b1f658, 0x2f0527f9, 0xe6d65979, 0xfd881db7, -0x770be7a8, 0x459b7a4b, 0xfc00c5d2, 0x1bdee510, -0x94bf752f, 0x68a06b2c, 0x4fdf4668, 0xdd08536a, -0x19438a29, 0xdfa14148, 0x266ccbb8, 0xd7ab60f2, -0xceaf893a, 0xb00858da, 0xd204d03b, 0xea8d3784, -0x4f3a4d8b, 0x323f53e4, 0x3180af2e, 0xd06428fc, -0x932bfc3d, 0x8d701652, 0xacd6f494, 0xebd48f9e, -0x2b1248b0, 0x63f4d854, 0xbedc0412, 0x505e1f49, -0xad20cee5, 0xc95a2a56, 0x49b90a51, 0xb3de9036, -0x1f4c88df, 0xb7460c4f, 0xad3a53b4, 0x3d3e83cd, -0xde1ea2d5, 0x5d3b0237, 0xda3c8637, 0x0aeeeead, -0xae2b5959, 0x35624290, 0xbabab8d5, 0xa4899633, -0x7d6e607d, 0x410383ae, 0x10916b70, 0xb2adf0c0, -0x52d8faac, 0xe6937b79, 0xb959bc66, 0x14d8d06b, -0x0ec3c602, 0xb6c71f26, 0xbbd8c4dd, 0x63d23706, -0x6bee321d, 0xc8a1ec7d, 0x8de3941e, 0xd549d1c4, -0xe33588e8, 0x681cff2d, 0x66dddada, 0x807040e6, -0x006c83b0, 0xba10f7c8, 0x38eafe62, 0x0777e74d, -0xfa39a198, 0x05720466, 0xec377dbb, 0x23d46da7, -0x3a387dc8, 0xe005ab95, 0x5d92190b, 0xb811b9d9, -0x9b09dddc, 0x62a64be5, 0x0c9014bb, 0xcc871ef9, -0x4846edba, 0xc60305e2, 0x91b831aa, 0x8f7d5aa7, -0x6712012e, 0xbae578bd, 0xc5bb2872, 0xb635139f, -0x41444279, 0xc51f819a, 0x92fe6768, 0x96c480e6, -0x6a958394, 0xb4b7a6e5, 0x007c0429, 0x43af55b5, -0x33697de5, 0xcb6b363e, 0xf527556a, 0xd4a79f83, -0x9c628ccb, 0xef72182a, 0x8406cbce, 0x6035ff55, -0xd6325e79, 0x111ea438, 0x962b7e5c, 0xecc816e1, -0x39a8f348, 0x8f5bb065, 0xa2419dd2, 0xc036db13, -0x5360daa6, 0x82d2ffb8, 0x15681502, 0x6d5497d6, -0xe9028ce5, 0x2e05c16a, 0xee8711ae, 0xac5b11e4, -0xabba0581, 0x1ef11c35, 0x54ecf615, 0xcf45b599, -0xd8ee7594, 0xecda2c12, 0xa6b2b120, 0x32edc139, -0x7734c724, 0xbb88978b, 0x12092d6b, 0x133fb4f4, -0xa6fa233d, 0xa059395e, 0xb86920df, 0x60b25bff, -0x1fe831ef, 0x2b5cb3aa, 0x27ef4afe, 0x02f3ad21, -0xea597773, 0x2caaf33c, 0x03b30480, 0x7d8e32e5, -0xad9a917e, 0x1bd0695c, 0x68d8ca07, 0xeef84400, -0x928ff8b4, 0xecea6a3c, 0x9bbedbd8, 0x5c2654bf, -0x2d1644d5, 0x961ddc1e, 0xcb216e0c, 0x55fcff3b, -0x6054f145, 0xad2d4159, 0xdcbe8ed7, 0x3b2e7495, -0x7a33fdb5, 0xa92fdfde, 0x65ad1aa7, 0xf6866ab0, -0x53388681, 0x0a369d17, 0xf087441f, 0x44007109, -0xd1d8b88d, 0xdc94549b, 0xa11f14d2, 0x72864a34, -0xd7f71dd9, 0x6f948c77, 0xd3e89fc0, 0x11b097a8, -0xfd2cd3fc, 0x774f951d, 0xe1170076, 0x2bde8936, -0xa3ea656e, 0xabbe230e, 0x2fe6e1d2, 0x53b331e2, -0x7b392823, 0x48c2aa80, 0xb7824981, 0x275bac51, -0xd3b3eb48, 0xa3541a00, 0x4375b1fe, 0x086302fb, -0xd744a440, 0x0323a890, 0xcebc28fc, 0x9921427c, -0x7a4b5465, 0xf4db5f26, 0x6461f88c, 0x2dbe6ea3, -0xeb6dd03c, 0x8257fcce, 0xf44dadd6, 0x7d367355, -0xda56024d, 0x750430f5, 0x5e4151d9, 0xd90a0db6, -0xdc29eff5, 0x6acb146c, 0x97ef9139, 0x4992e11e, -0x87833d75, 0x897f9beb, 0x33aa151c, 0x28a717fa, -0x5c5bb59f, 0x45617198, 0xfc791809, 0xef17a7b2, -0x10931956, 0xdd697c3a, 0xd8a2f728, 0xd4171ff8, -0xd507ad63, 0x40c2a2b8, 0x519fe54e, 0x6ddbf5e2, -0x215f916e, 0x99694eca, 0xeb87cf67, 0x69691e42, -0x76d17fa0, 0x0edb5d25, 0x82303164, 0xa6ff4797, -0x8a19ce37, 0x71005b4d, 0x41930843, 0x0251a3cc, -0x594886d3, 0xe2e463e0, 0x812ab47f, 0x477b2ba6, -0x17c544a2, 0x802b8757, 0x1692cc60, 0xb86bf34f, -0x1f8a5fc2, 0x0693dda6, 0x5da932c7, 0xfd216376, -0x25002074, 0xad6987f9, 0x93bde120, 0x2ae45842, -0x092941c2, 0x0bc4878d, 0x30507588, 0xe9351bb4, -0x81dda9a2, 0x6b89e825, 0x948482ef, 0xaeb22085, -0xace5a27e, 0xa20c3f4a, 0xd768a0da, 0x919d2d26, -0xded8effd, 0x01812972, 0x9ba923be, 0xb69023a5, -0xe7defcfe, 0x865e123e, 0x02107238, 0x92c688cf, -0x30b0a462, 0xb56e62e5, 0x009e60fb, 0x02db37ca, -0x19a5c9d0, 0x9b879be1, 0x16ec478f, 0xa983dd56, -0x2776b4bd, 0xb858a7c4, 0xdf340c19, 0x137d7e01, -0x4467564d, 0x855bcac8, 0x9cf1cd0e, 0x54a19437, -0x2e4ed636, 0x7b693cfa, 0xddba25a3, 0xef65d915, -0xaccd377f, 0xcdc2f092, 0x74704385, 0xda63baf4, -0x1ac4bc8a, 0xb4ea4309, 0xa73ad61f, 0x6293ce83, -0xdde1e829, 0xf88514aa, 0xcc488bcc, 0x6e4c9d36, -0x78b7e22e, 0x5a7d29e2, 0x42f40246, 0xdf4a9afb, -0x82ca32e0, 0xc7118b4e, 0x25165db0, 0x7770aecf, -0xdf7582f0, 0x35b55887, 0x33a47c37, 0x08c158f6, -0x7a21b06c, 0xcb6a9bbb, 0xdabcfc6f, 0x486b55b8, -0x6187d764, 0xe5c70327, 0x492a7da7, 0x24264c3e, -0x8e5c09d7, 0x3836c445, 0x9fa2d9cb, 0x6bc2b196, -0x1ef155ed, 0xb949f5e8, 0x00846e44, 0x2b79a60a, -0x9e40d440, 0xe8b97836, 0x90a14cef, 0x786cae97, -0xe39447a6, 0xccf6d399, 0x0accbac1, 0x54250900, -0xc0351c81, 0x00b88195, 0x5beb4553, 0x682e6920, -0x9379d47f, 0x69cd76f7, 0x097b55db, 0xa9ead305, -0xbcbf9b4e, 0x8d627c2a, 0x380a2367, 0x14790660, -0x9c95ebed, 0x76e551eb, 0x645370f3, 0x497634cf, -0xeffa7029, 0xf66aa141, 0xfe718fc6, 0x094c6914, -0xbd00207c, 0x77e3154e, 0xabc1749e, 0xb8c40c07, -0xaac4f806, 0x89d5f6eb, 0x2d89377c, 0x65caeecc, -0x1c21568c, 0x901ddb9d, 0x915df7d7, 0x4f9cb664, -0xf62c432c, 0xeeecadaf, 0x0ccb4f75, 0x14186099, -0x68245f8f, 0xd981ff3b, 0x722de32c, 0x2b55e9ef, -0xb918ac26, 0x94fdb9bc, 0x02b7ad08, 0x7592dd6d, -0x470f9624, 0x9d403aeb, 0x5e7b4f3d, 0xb5e11056, -0xa97be649, 0xe9826083, 0xeec24fba, 0xe731ac9b, -0x5b339d05, 0x97af9713, 0x86390c44, 0xed541028, -0xeaf9969b, 0x3c72446f, 0x0b654ab2, 0x281b99a0, -0xa31e8b79, 0x86175d4a, 0x96fa99f3, 0xabd90de1, -0x642bc82c, 0xdcc81442, 0x16719e3c, 0x0cc60e15, -0xc276faaf, 0x9d0e7759, 0xe8594cd3, 0xbfa376e0, -0x4daabe5f, 0xcbe3009e, 0xd1812e8c, 0x744b1fc0, -0xcf3728a2, 0x34442fb9, 0x1c28619a, 0x35844d65, -0x115306a6, 0xa3c936d2, 0xf781af3e, 0xef7bb760, -0x0264321d, 0xf52bb605, 0x3a83684d, 0xdd21a5ff, -0x777115f2, 0x69b8e872, 0x64517548, 0x70267f4f, -0xbe3b1dcd, 0x5a2bc602, 0x222c7241, 0x424864ae, -0xa735c475, 0xcc44d6f0, 0x27d8d5db, 0x67bc23f8, -0x3391d751, 0x197aa11b, 0xf16a2a9c, 0xe4d58566, -0x9dae5211, 0x1601c94b, 0x491bd296, 0x48dac3f6, -0x8c6ddb0c, 0x734bc4ed, 0x83d4015c, 0x29ff784b, -0x3707b6dc, 0x6c14e801, 0xc76aa725, 0x70740fc1, -0x6aba6f3e, 0xf122dfd2, 0xffddda9d, 0x516c60ff, -0x396bf3b6, 0x2d3406b4, 0x4355cfb9, 0x126d6dbf, -0xd0d55fcb, 0x6f23a648, 0xe2f286dc, 0x8af42ef8, -0x497f9446, 0x7285afdf, 0x3ff58008, 0x583df7d2, -0x3aa49b76, 0x9281e837, 0x6196b8d5, 0x5ee4428a, -0xf4f92c37, 0x6c6376d2, 0x6afb2760, 0x3f355e4a, -0x1ea450bb, 0x5e9da7c6, 0x2b4b1e72, 0x74d5e29e, -0x07de0aea, 0x77544e2c, 0x66c19ac3, 0xbe86aaa4, -0xe5233e14, 0x7d4e763e, 0x31ca0aef, 0x0527e563, -0x149b4d2a, 0x5f5ad61f, 0x65f1161b, 0x86c7633b, -0x2877e065, 0xf5592a41, 0x60e67df5, 0x555aafdd, -0xe3caffab, 0x501e6b00, 0x11ac37c4, 0xf84c8688, -0xbad031ee, 0x6c10e5f9, 0xc7087e4b, 0x86d0bcf2, -0xdcec3d4a, 0x999fb6a6, 0x7de512a3, 0x25a4304b, -0x775003fe, 0xc3da9a99, 0xdb02be9c, 0x8c8bae98, -0xd95e979d, 0x6094a6f2, 0xf69c4d09, 0x51fa8ab0, -0x9e31adf5, 0xed2c1ddf, 0x0bdc379d, 0xe0c24b81, -0x021511d9, 0x6aab3cd8, 0xbdb35278, 0x5e253639, -0xdc51e798, 0xb7969a75, 0xb448b42a, 0x4db2c7bd, -0x92ab4fd1, 0x99a0c92c, 0x5b59394e, 0x5e06cd33, -0x76d0636b, 0x01c826fb, 0x66d62ad4, 0x2177e49d, -0xbfdf80c4, 0x0687e341, 0x2cb66974, 0x0765697e, -0x33a9d5c8, 0x790deacd, 0xb528b72a, 0xad4f0332, -0x9efb2065, 0xa1621eda, 0x6da51c10, 0x891eb234, -0x66015c9d, 0x8551be17, 0x34ddbe4a, 0xafc5de23, -0x9ee441d8, 0x92153585, 0xd4ee376d, 0x7f267079, -0xdffe357f, 0x0e0cd672, 0x8d914a79, 0x55c6242b, -0xba984937, 0x6d4e5c6e, 0xdbbf9de8, 0x7b07ffb1, -0x4c60f396, 0x81780d39, 0x1158e09f, 0xa7b04aa5, -0x29e4e907, 0x321756e8, 0x938df05f, 0x3d2e2a2f, -0xa0218157, 0x3b43bb2b, 0x90aed14c, 0x99e51a0f, -0x94ed8b33, 0x230c8dc4, 0x49a1aaca, 0x38552316, -0xd2b4d683, 0x402572f2, 0x6b35d2ab, 0x8f54d64e, -0xbf6713fd, 0xb1baab41, 0xea513b9d, 0xee1fabdb, -0x96965270, 0xb9c73510, 0x307504f6, 0x66e6efb6, -0xe5edf87e, 0x0dfc0dda, 0xce9b9f4b, 0xc495c0dc, -0x8eb4ae2e, 0x15d4ffaa, 0x3f72c117, 0x9066433b, -0x1e326a9a, 0x87e472b4, 0xe8e9924e, 0x2d34ddd6, -0x9f045dc5, 0x4e517bf9, 0xd4215701, 0x997945f2, -0xda577384, 0xc26b9a43, 0x72cc0d2c, 0x1a6f0feb, -0xb0deaa5f, 0x085e3c1c, 0xe84cd89d, 0x0c0b72ea, -0xb6ba866b, 0x5495bf3c, 0x322cead1, 0xc15fa497, -0x90813acd, 0xabdc90af, 0x25f8bca2, 0xef81a57d, -0xa3f95491, 0x257d3c3d, 0x2ac7aa7b, 0xd713ee46, -0x11a2cb99, 0x516713f4, 0x3c2e6d1f, 0x8dfc69e6, -0xb2aa11c3, 0x4735befc, 0xccc1c2e9, 0xedd47dc8, -0xfea0a020, 0x7477af3e, 0x59c5a8c3, 0x22546f44, -0xfed2ffc9, 0x3b1dc4f3, 0x6d4fd900, 0x0df8a070, -0x1bdbd385, 0x1b028b64, 0xd2c7b639, 0xaf26374b, -0x48a6a1bf, 0x4f7896de, 0x0356256a, 0xb0bf4df2, -0x3d0f3382, 0x28f1a73f, 0xadf4ed6b, 0xced36065, -0x1c807f0b, 0xcd33028c, 0x62da94be, 0x79a2b539, -0x3b81dc8b, 0xda9094c2, 0xdf52d610, 0x47d10d38, -0xed9cd5c0, 0x482e26a0, 0x1459e4f0, 0x6cf0b6cb, -0x4e29d1ef, 0xe67e1cb9, 0xd2ddca3f, 0x6e67ef3d, -0x299c296c, 0x1e39f62d, 0xe77ee72f, 0xfc3c6f35, -0x1317aa16, 0x5b9b266f, 0x292eca31, 0x39a8d234, -0xd667205f, 0x4a2d3bf6, 0x70ed41af, 0x4e5d9985, -0xa7ed1e30, 0x4a5ef783, 0xa9b51db1, 0x6fa70d0f, -0xe7414e10, 0xc310129c, 0x2a486151, 0x2a0c9bee, -0xa45f38f7, 0x0be89a12, 0xcb4ba82c, 0xb80cc7ee, -0xb59b6377, 0x89a46c16, 0x8c6a2053, 0x55d4ac40, -0x8b0103b8, 0xee2b7231, 0x2a8bd3b6, 0x567f5aa9, -0x118de9bd, 0x23dd7c43, 0x76b854f4, 0xdc870cc7, -0x475066e2, 0x98643269, 0x003da392, 0x7fcb79c0, -0x6a19745f, 0x4cb11f54, 0x7550a953, 0x9e00fd82, -0x7ba3d396, 0x70fbddb6, 0xb0086afc, 0x8c630c63, -0x8c7a72dc, 0xab309532, 0x12d57a02, 0xfc45f3e5, -0x26123a10, 0x25ddff38, 0x1135398d, 0x239017fc, -0xaf185ed4, 0x71d242a1, 0x12c502e9, 0x24bab537, -0x9c01afdb, 0x34987dd1, 0x5d30cb55, 0x0da06f96, -0x713b12e0, 0xecdd0606, 0x4089a6c9, 0xde346dca, -0x7dce2041, 0x8ce9be80, 0xa9bbe5fe, 0x0a5207c0, -0x20ba0dd1, 0x7d3d4cfe, 0x8bf88a8a, 0xc1e6e73d, -0x37ae952a, 0x74045543, 0xb77aef47, 0x7e889eb6, -0x3a74c9a7, 0xacc58f0e, 0x548a9eaf, 0xe198514e, -0x8f0d69df, 0x615c18c2, 0x1efbe64f, 0x919d94b6, -0xe7d16ae8, 0x733404df, 0xb0d2e3f1, 0x9bc52fda, -0x2b9b5131, 0x7d5fd99f, 0x916d49fb, 0x0bcd42a6, -0x674f1d18, 0x46df8419, 0x438cce94, 0x8e327aba, -0x96f9e53b, 0x0b648858, 0x5b3cb404, 0xf5a9bfb1, -0xabdcfec8, 0xb6d91462, 0x9df9b0b1, 0x45325bd8, -0x6267c960, 0xacac4260, 0xbe79add3, 0xbfb52703, -0x710a56c1, 0xe1a186b6, 0x2f0c8089, 0x87325dce, -0x5f6294f2, 0x7bfb3154, 0x2f980339, 0xfdad67e5, -0xda83b599, 0x3825e4bf, 0x0725c08b, 0x42136832, -0x3fe97615, 0x5d619d4c, 0xa7372fa0, 0x242aeed9, -0x23ab6f72, 0xccd9abba, 0x75a07704, 0x18be55c4, -0xe6a1efb2, 0x8fa154f3, 0x065e7822, 0xf1aef4f2, -0x41d63927, 0x595f940b, 0xa72c1a4f, 0xb28883a1, -0x8a31a6d6, 0xe576b453, 0x2cffe544, 0x49ac5cdc, -0x0f6f18c1, 0xa36344b3, 0x6a931225, 0x5a129bc3, -0x50da2193, 0x676ef4c9, 0x7703ad95, 0x3819c775, -0x82f2c375, 0x01d5e074, 0x2cec57c5, 0x11346e2f, -0xc4478508, 0xe887d515, 0x004dc5b6, 0x41f2bf05, -0x48bb3a8c, 0x94cc6e3f, 0xa1779e34, 0x04834e8f, -0xd892fabe, 0x49885984, 0xc50f2d1a, 0x08718f16, -0x131a7c82, 0x7220ce58, 0xbea4d3a6, 0xf723d2e4, -0x7a005f10, 0x7433c300, 0x11e0d9f1, 0x8a0a033f, -0x9b7c85c2, 0x0de86135, 0x0db57b88, 0x2f45e3c6, -0x7e5bf322, 0x35e01ea0, 0xfa6e5e49, 0x8b6d10d1, -0x48991d44, 0x4d8faf15, 0x80e31bb6, 0x8a2a499f, -0x246129fa, 0x75309f90, 0xb4848ea9, 0x90db1871, -0x1e121457, 0x8cf5386a, 0xb12e296f, 0x1210062b, -0x3508597f, 0x72f53cd3, 0x8641d284, 0x3d019297, -0xfbf12ccf, 0xd616e0ba, 0xcf44c3ac, 0x77b8c351, diff --git a/src/cpu/intel/model_6fx/microcode-m016fbBA.h b/src/cpu/intel/model_6fx/microcode-m016fbBA.h new file mode 100644 index 000000000000..d9cfcae91fff --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m016fbBA.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..ec0966cc0d72 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m046fbBC.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..4459f0b0a53d --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m086fbBB.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..ab4b1b596f6b --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m106f76a.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..4b44abb156d1 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m106fbBA.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..b68579e88a0e --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m16f25d.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..6cdde78a63c5 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m16f6d0.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..2bbbd60db837 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m16fda4.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..9270600b0135 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m206f25c.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..0e4db808c1d7 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m206f6d1.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..ad3b6c5024db --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m206fbBA.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..1547a8b15346 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m206fda4.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..27280b7ed681 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m406f76b.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..4e0638745a43 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m406fbBC.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..94b999c546ff --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m46f6d2.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..c4c7703aa4ef --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m806fa95.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..3585f83c5ab6 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m806fbBA.h @@ -0,0 +1,291 @@ +//+++ +// 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 new file mode 100644 index 000000000000..27c54698de14 --- /dev/null +++ b/src/cpu/intel/model_6fx/microcode-m806fda4.h @@ -0,0 +1,291 @@ +//+++ +// 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 d7c8d51bec95..5d5b95676954 100644 --- a/src/cpu/intel/model_6fx/model_6fx_init.c +++ b/src/cpu/intel/model_6fx/model_6fx_init.c @@ -35,23 +35,25 @@ #include static const uint32_t microcode_updates[] = { - #include "microcode-2129-m206f257.h" - #include "microcode-2334-m016fbB6.h" - #include "microcode-2336-m106fbB6.h" - #include "microcode-2337-m806fbB6.h" - #include "microcode-2346-m16fda3.h" - #include "microcode-2347-m206fda3.h" - #include "microcode-2348-m806fda3.h" - #include "microcode-2374-m16f6cb.h" - #include "microcode-2375-m206f6cc.h" - #include "microcode-2376-m46f6cd.h" - #include "microcode-2380-m106f768.h" - #include "microcode-2381-m406f769.h" - #include "microcode-2385-m806fa94.h" - #include "microcode-2389-m16f25a.h" - #include "microcode-2986-m086fbB8.h" - #include "microcode-2990-m046fbB9.h" - #include "microcode-2991-m406fbB9.h" + #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, -- cgit v1.2.3