summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_10xxx/microcode_blob.c
blob: c2f93b50d76606f8dbdfe4fca5ff6426f667300e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
unsigned char microcode[] __attribute__ ((aligned(16))) = {
#include "mc_patch_01000086.h"
#include "mc_patch_01000095.h"
#include "mc_patch_01000096.h"
#include "mc_patch_0100009f.h"
#include "mc_patch_010000b6.h"
#include "mc_patch_010000bf.h"
#include "mc_patch_010000c4.h"

	/*  Dummy terminator  */
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
};