summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_10xxx/microcode_blob.c
blob: 78eae3673250b1a5b6273ed0b33133de60f9b624 (plain)
1
2
3
4
5
6
7
8
9
unsigned char microcode[] __attribute__ ((aligned(16))) = {
#include CONFIG_AMD_UCODE_PATCH_FILE

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