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 <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/30324 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
8803b21bbb
commit
153ff207ad
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue