Arthur Heymans has uploaded this change for review.

View Change

soc/intel/{fsp_baytrail,braswell}: Include microcode updates

Change-Id: Id4a34486ef57be6eb395dee9714cb6c01253404e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M src/soc/intel/braswell/Makefile.inc
M src/soc/intel/fsp_baytrail/Makefile.inc
2 files changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/33560/1
diff --git a/src/soc/intel/braswell/Makefile.inc b/src/soc/intel/braswell/Makefile.inc
index 1017d80..cd8343e 100644
--- a/src/soc/intel/braswell/Makefile.inc
+++ b/src/soc/intel/braswell/Makefile.inc
@@ -65,6 +65,8 @@
verstage-y += pmutil.c
verstage-y += tsc_freq.c

+cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-4c-*)
+
CPPFLAGS_common += -I$(src)/soc/intel/braswell/
CPPFLAGS_common += -I$(src)/soc/intel/braswell/include
CPPFLAGS_common += -I$(call strip_quotes,$(CONFIG_FSP_HEADER_PATH))
diff --git a/src/soc/intel/fsp_baytrail/Makefile.inc b/src/soc/intel/fsp_baytrail/Makefile.inc
index ca2b353..b1f13fa 100644
--- a/src/soc/intel/fsp_baytrail/Makefile.inc
+++ b/src/soc/intel/fsp_baytrail/Makefile.inc
@@ -59,6 +59,8 @@
ramstage-y += i2c.c
ramstage-y += gfx.c

+cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-37-*)
+
CPPFLAGS_common += -I$(src)/soc/intel/fsp_baytrail/include
CPPFLAGS_common += -I$(src)/soc/intel/fsp_baytrail/fsp


To view, visit change 33560. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id4a34486ef57be6eb395dee9714cb6c01253404e
Gerrit-Change-Number: 33560
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange