[coreboot-gerrit] Patch set updated for coreboot: cpu/amd/family_10h-family_15h: Add Family 15h microcode file

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Oct 24 02:05:35 CEST 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11968

-gerrit

commit 42aac441f7fbd529dbf5770d1933b7252f73a113
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Fri Oct 16 14:08:32 2015 -0500

    cpu/amd/family_10h-family_15h: Add Family 15h microcode file
    
    Change-Id: I019f94b99d2fc33e19567acecaaad93813ab6b04
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/cpu/amd/family_10h-family_15h/Makefile.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/cpu/amd/family_10h-family_15h/Makefile.inc b/src/cpu/amd/family_10h-family_15h/Makefile.inc
index 5a81ab8..6cd2513 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



More information about the coreboot-gerrit mailing list