summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_67x/microcode_blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_67x/microcode_blob.c')
-rw-r--r--src/cpu/intel/model_67x/microcode_blob.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cpu/intel/model_67x/microcode_blob.c b/src/cpu/intel/model_67x/microcode_blob.c
new file mode 100644
index 0000000000..78404849e2
--- /dev/null
+++ b/src/cpu/intel/model_67x/microcode_blob.c
@@ -0,0 +1,13 @@
+unsigned microcode_updates_67x[] = {
+ /* Include microcode updates here. */
+ #include "microcode-293-MU267114.h"
+ #include "microcode-530-MU16730e.h"
+ #include "microcode-531-MU26732e.h"
+ #include "microcode-539-MU167210.h"
+ #include "microcode-540-MU267238.h"
+ /* Dummy terminator */
+ 0x0, 0x0, 0x0, 0x0,
+ 0x0, 0x0, 0x0, 0x0,
+ 0x0, 0x0, 0x0, 0x0,
+ 0x0, 0x0, 0x0, 0x0,
+};