[coreboot-gerrit] Patch merged into coreboot/master: 15c785c cpu: Remove BOARD_MICROCODE_CBFS_GENERATE Kconfig option

gerrit at coreboot.org gerrit at coreboot.org
Thu Dec 5 03:33:42 CET 2013


the following patch was just integrated into master:
commit 15c785c57d7e5232d382d2562175c6c1d138965f
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Wed Dec 4 16:57:52 2013 -0600

    cpu: Remove BOARD_MICROCODE_CBFS_GENERATE Kconfig option
    
    Commit * bdafcfa Add the Intel FSP 206ax CPU core support
    Introduced this option. This option was meant to have a board generate
    a CBFS file containing microcode. However, microcode generation used to be
    enabled by default when CPU_MICROCODE_IN_CBFS was selected.
    
    The introduction of BOARD_MICROCODE_CBFS_GENERATE killed that automatic
    default, which is not what we want. This option is misguided in the sense
    that it tends to introduce a non-default which had been intentionally a
    default. We now have to select two Kconfig options in order to generate
    microcode in CBFS, meaning one option is redundant.
    
    Change-Id: I3034833df1a9afa7d6d9d537484cb4ac89d30183
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>


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

-gerrit



More information about the coreboot-gerrit mailing list