blob: 1b6b979cd4273e285bc944104aa466524b2ed20e [file] [log] [blame]
Kyösti Mälkki5fe1fb7a2013-12-08 07:21:05 +02001unsigned char microcode[] __attribute__ ((aligned(16))) = {
2#if !CONFIG_K8_REV_F_SUPPORT
3 #include "microcode_rev_c.h"
4 #include "microcode_rev_d.h"
5 #include "microcode_rev_e.h"
6#endif
7
8 /* Dummy terminator */
9 0x0, 0x0, 0x0, 0x0,
10 0x0, 0x0, 0x0, 0x0,
11 0x0, 0x0, 0x0, 0x0,
12 0x0, 0x0, 0x0, 0x0,
13};