[coreboot-gerrit] Patch set updated for coreboot: amd/fam_10h-fam_15h: allow building without microcode updates

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Sun Jun 19 12:27:23 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15259

-gerrit

commit f2d01c13859f4dcca664cd1bacbf6df8e6cb72fa
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sun Jun 19 03:22:37 2016 +0200

    amd/fam_10h-fam_15h: allow building without microcode updates
    
    CPU_MICROCODE_MULTIPLE_FILES relies on SUPPORT_CPU_MICROCODE_CBFS,
    which is not set if CPU_MICROCODE_CBFS_NONE is set.
    This makes selecting CPU_MICROCODE_MULTIPLE_FILES conditional.
    
    Change-Id: I0c28f99a1b868bbf90a6f048cce3bea4ff849f76
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/cpu/amd/family_10h-family_15h/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/amd/family_10h-family_15h/Kconfig b/src/cpu/amd/family_10h-family_15h/Kconfig
index 46f6bdd..fda7fc8 100644
--- a/src/cpu/amd/family_10h-family_15h/Kconfig
+++ b/src/cpu/amd/family_10h-family_15h/Kconfig
@@ -11,7 +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
+	select CPU_MICROCODE_MULTIPLE_FILES if !CPU_MICROCODE_CBFS_NONE
 
 if CPU_AMD_MODEL_10XXX
 



More information about the coreboot-gerrit mailing list