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
@@ -11,6 +11,7 @@ config CPU_AMD_MODEL_10XXX
|
||||
select UDELAY_LAPIC
|
||||
select HAVE_MONOTONIC_TIMER
|
||||
select SUPPORT_CPU_UCODE_IN_CBFS
|
||||
select CPU_MICROCODE_MULTIPLE_FILES
|
||||
|
||||
if CPU_AMD_MODEL_10XXX
|
||||
|
||||
|
||||
@@ -8,4 +8,7 @@ ramstage-y += ram_calc.c
|
||||
ramstage-y += monotonic_timer.c
|
||||
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += powernow_acpi.c
|
||||
|
||||
cpu_microcode_bins += 3rdparty/blobs/cpu/amd/model_10xxx/microcode.bin
|
||||
# Microcode for Family 10h, 11h, 12h, and 14h
|
||||
cbfs-files-$(CONFIG_CPU_MICROCODE_MULTIPLE_FILES) += microcode_amd.bin
|
||||
microcode_amd.bin-file := 3rdparty/blobs/cpu/amd/family_10h-family_14h/microcode_amd.bin
|
||||
microcode_amd.bin-type := microcode
|
||||
|
||||
Reference in New Issue
Block a user