soc/intel/cannonlake: Hook up Microcode
Hook Coffeelake U43e and Coffeelake H/S/E3 microcode into SOC and remove the MICROCODE_BLOB_NOT_HOOKED_UP. BUG=N/A TEST=Boot up with coffeelake rvp board and check microcode revision in coreboot log. Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Change-Id: I6593081374dd4898a82db5b43c3b5bf154b3ef60 Reviewed-on: https://review.coreboot.org/c/30864 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3afb84a245
commit
f9154c5cc6
|
@ -46,7 +46,6 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select PARALLEL_MP
|
||||
select PARALLEL_MP_AP_WORK
|
||||
select PLATFORM_USES_FSP2_0
|
||||
select MICROCODE_BLOB_NOT_HOOKED_UP
|
||||
select POSTCAR_CONSOLE
|
||||
select POSTCAR_STAGE
|
||||
select REG_SCRIPT
|
||||
|
|
|
@ -87,6 +87,11 @@ smm-y += gpio.c
|
|||
verstage-y += gpio.c
|
||||
endif
|
||||
|
||||
# Coffeelake U43e D0
|
||||
cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_806ex/microcode.bin
|
||||
# Coffeelake H/S/E3 B0 U0
|
||||
cpu_microcode_bins += 3rdparty/blobs/cpu/intel/model_906ex/microcode.bin
|
||||
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/cannonlake
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/cannonlake/include
|
||||
|
||||
|
|
Loading…
Reference in New Issue