aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx/microcode_blob.c
blob: 1b6b979cd4273e285bc944104aa466524b2ed20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
unsigned char microcode[] __attribute__ ((aligned(16))) = {
#if !CONFIG_K8_REV_F_SUPPORT
	#include "microcode_rev_c.h"
	#include "microcode_rev_d.h"
	#include "microcode_rev_e.h"
#endif

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