summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_f3x/microcode_blob.c
blob: 0bd2a5b4b0d5869fc9817ff2689a2436f5c246d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
unsigned microcode_updates_f3x[] = {
	/* WARNING - Intel has a new data structure that has variable length
	 * microcode update lengths.  They are encoded in int 8 and 9.  A
	 * dummy header of nulls must terminate the list.
	 */

#include "microcode-1290-m0df320a.h"
#include "microcode-1467-m0df330c.h"
#include "microcode-1468-m1df3417.h"

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