[coreboot-gerrit] New patch to review for coreboot: ae5a767 cpu/Kconfig: Make in-tree microcode generation dependent on BLOBs repository

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat Mar 7 10:00:20 CET 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8627

-gerrit

commit ae5a767f10c509f8655cf4366ce51b9bb2a038ff
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Mar 7 09:15:02 2015 +0100

    cpu/Kconfig: Make in-tree microcode generation dependent on BLOBs repository
    
    Since commit ee894357 (cpu/intel (non-FSP): Use microcode from
    blobs repository), selecting the option to generate the
    microcode from tree fails without allowing to use the BLOBs/
    3rdparty repository, which is the default setting.
    
    Therefore, only show the option, if the user has selected the
    option to allow the use of the BLOBs repository.
    
    Change-Id: Ide20da0f946aae43dc2c8cdce54941c704d3d288
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/cpu/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index 9ab0556..8a6e9d8 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -80,7 +80,7 @@ config CPU_MICROCODE_ADDED_DURING_BUILD
 
 choice
 	prompt "Include CPU microcode in CBFS" if ARCH_X86
-	default CPU_MICROCODE_CBFS_GENERATE if SUPPORT_CPU_UCODE_IN_CBFS
+	default CPU_MICROCODE_CBFS_GENERATE if SUPPORT_CPU_UCODE_IN_CBFS && USE_BLOBS
 	default CPU_MICROCODE_CBFS_NONE if !SUPPORT_CPU_UCODE_IN_CBFS
 
 config CPU_MICROCODE_CBFS_GENERATE



More information about the coreboot-gerrit mailing list