cpu/amd/model_10xxx: Install AMD-provided microcode files in CBFS
Change-Id: I208b012c6b612a94b3bbc8235d5a005028be8bcc Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/11832 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
Aaron Durbin
parent
6a70dbc397
commit
24e6d0445c
@@ -24,9 +24,11 @@ cbfs_include_ucode = y
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_CPU_MICROCODE_CBFS_GENERATE), y)
|
||||
ifneq ($(CONFIG_CPU_MICROCODE_MULTIPLE_FILES), y)
|
||||
cpu_ucode_cbfs_file = $(obj)/cpu_microcode_blob.bin
|
||||
cbfs_include_ucode = y
|
||||
endif
|
||||
endif
|
||||
|
||||
# We just mash all microcode binaries together into one binary to rule them all.
|
||||
# This approach assumes that the microcode binaries are properly padded, and
|
||||
|
Reference in New Issue
Block a user