diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-10-16 14:08:32 -0500 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2015-11-08 01:10:28 +0100 |
commit | 4e0d7940395b8f3ddcfeedf40de5e92e95f2d625 (patch) | |
tree | f9d4d94f62486b89cde41a6a44de84710cd7c45e /src | |
parent | fdb3a8d07d46c0011555029e041890dc668ec7f0 (diff) |
cpu/amd/family_10h-family_15h: Add Family 15h microcode file
Change-Id: I019f94b99d2fc33e19567acecaaad93813ab6b04
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/11968
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/amd/family_10h-family_15h/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/amd/family_10h-family_15h/Makefile.inc b/src/cpu/amd/family_10h-family_15h/Makefile.inc index 5a81ab8b11..6cd2513a6d 100644 --- a/src/cpu/amd/family_10h-family_15h/Makefile.inc +++ b/src/cpu/amd/family_10h-family_15h/Makefile.inc @@ -12,3 +12,8 @@ ramstage-$(CONFIG_HAVE_ACPI_TABLES) += powernow_acpi.c 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 + +# Microcode for Family 15h +cbfs-files-$(CONFIG_CPU_MICROCODE_MULTIPLE_FILES) += microcode_amd_fam15h.bin +microcode_amd_fam15h.bin-file := 3rdparty/blobs/cpu/amd/family_15h/microcode_amd_fam15h.bin +microcode_amd_fam15h.bin-type := microcode |