[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Add microcode blobs

Arthur Heymans (Code Review) gerrit at coreboot.org
Fri Jan 5 17:52:38 CET 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/23139


Change subject: soc/intel/skylake: Add microcode blobs
......................................................................

soc/intel/skylake: Add microcode blobs

Change-Id: I3ba504a07b2697fe55ff8f28a934f761ae05a4ec
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/soc/intel/skylake/Makefile.inc
1 file changed, 13 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/23139/1

diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc
index ef95cf7..c92b321 100644
--- a/src/soc/intel/skylake/Makefile.inc
+++ b/src/soc/intel/skylake/Makefile.inc
@@ -77,7 +77,19 @@
 postcar-y += spi.c
 postcar-$(CONFIG_UART_DEBUG) += uart.c
 
-# cpu_microcode_bins += ???
+#skylake
+cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_506ex/microcode.bin
+#skylake-E
+cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_406fx/microcode.bin
+#skylake-U
+cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_406ex/microcode.bin
+#kabylake desktop
+cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_906ex/microcode.bin
+#kabylake-E
+cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_5065x/microcode.bin
+#kabylake-U
+cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_806ex/microcode.bin
+
 
 CPPFLAGS_common += -I$(src)/soc/intel/skylake
 CPPFLAGS_common += -I$(src)/soc/intel/skylake/include

-- 
To view, visit https://review.coreboot.org/23139
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ba504a07b2697fe55ff8f28a934f761ae05a4ec
Gerrit-Change-Number: 23139
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180105/58382137/attachment-0001.html>


More information about the coreboot-gerrit mailing list