From 153ff207ad8e58c3753a0dfb4941618345646706 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 20 Dec 2018 09:12:43 +0100 Subject: soc/intel/fsp_broadwell_de: Use BLOBs for microcode updates Add possibility to update microcode from BLOBs repo. No need to copy headers around which have an unclear license. Tested on wedge100s: * Microcodes are included into FIT. * Still boots to Linux. * 3rdparty/blobs at dd00ad1260ef1dc0ba8c55c06ab10c7639dc3eb1 Change-Id: I8ecfb7302a7fc847a51934942f6d323a4f96abba Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/30324 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Arthur Heymans Reviewed-by: Werner Zeh --- src/soc/intel/fsp_broadwell_de/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/soc/intel/fsp_broadwell_de/Makefile.inc b/src/soc/intel/fsp_broadwell_de/Makefile.inc index f88cbba602..26653b602d 100644 --- a/src/soc/intel/fsp_broadwell_de/Makefile.inc +++ b/src/soc/intel/fsp_broadwell_de/Makefile.inc @@ -38,4 +38,6 @@ CPPFLAGS_common += -I$(src)/soc/intel/fsp_broadwell_de/include CPPFLAGS_common += -I$(src)/soc/intel/fsp_broadwell_de/fsp CPPFLAGS_common += -I$(src)/soc/intel/fsp_broadwell_de/ +cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_5066x/microcode.bin + endif # ifeq ($(CONFIG_SOC_INTEL_FSP_BROADWELL_DE),y) -- cgit v1.2.3