[coreboot-gerrit] Patch merged into coreboot/master: eb73a21 soc/fsp_baytrail: Fix use of microcode-related Kconfig variables

gerrit at coreboot.org gerrit at coreboot.org
Tue Feb 24 06:41:08 CET 2015


the following patch was just integrated into master:
commit eb73a218824e6646c4a75248a3862994e386919c
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Wed Feb 18 14:18:01 2015 -0600

    soc/fsp_baytrail: Fix use of microcode-related Kconfig variables
    
    SUPPORT_CPU_UCODE_IN_CBFS is a deprecated option now that all CPUs
    with updateable microcode (except AGESA) load microcode from CBFS.
    CPU_MICROCODE_ADDED_DURING_BUILD is a state variable that is set
    based on user's choice in the microcode menu and should not be changed
    directly.
    
    Eliminate INCLUDE_MICROCODE_IN_BUILD variable, whose use directly
    interferes with the microcode mechanism, remove selection of
    CPU_MICROCODE_ADDED_DURING_BUILD, and do not depend
    SUPPORT_CPU_UCODE_IN_CBFS on anything. This makes usage of the
    microcode mechanism consistent with other CPUs in the tree.
    
    This incorrect usage of the Kconfig variables was hiding the fact that
    some of the microcode files present in fsp_baytrail/microcode_blob.c
    were not present in the tree.
    
    Change-Id: I71cb3f834c22c0363a20bd469797a9f51c215371
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
    Reviewed-on: http://review.coreboot.org/8484
    Tested-by: build bot (Jenkins)
    Reviewed-by: Martin Roth <gaumless at gmail.com>


See http://review.coreboot.org/8484 for details.

-gerrit



More information about the coreboot-gerrit mailing list