summaryrefslogtreecommitdiff
path: root/src/cpu/intel/ep80579/microcode_blob.c
blob: cb95b1ae7111db03b8a34d2bf250460472a79f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * We support updating microcode from CBFS, but do not have any microcode
 * updates for this CPU. This will generate a useless cpu_microcode_blob.bin in
 * CBFS, but this file can be later replaced without needing to recompile the
 * coreboot.rom image.
 */
unsigned microcode_updates_ep80579[] = {
	/*  Dummy terminator  */
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
};