[coreboot-gerrit] Patch merged into coreboot/master: Reorder arch & vendorcode in Kconfig

gerrit at coreboot.org gerrit at coreboot.org
Sun Jun 21 08:24:57 CEST 2015


the following patch was just integrated into master:
commit e1523ecaa1da2ee77aad1b08889a07f626c5e8ed
Author: Martin Roth <gaumless at gmail.com>
Date:   Fri Jun 19 22:30:43 2015 -0600

    Reorder arch & vendorcode in Kconfig
    
    Because Kconfig uses the first valid default that it comes across, the
    'source' commands to load sub-Kconfigs should be ordered from the
    most specific (mainboards) to less specific (chipsets) to least specific
    (architectures).  This allows the mainboards to override chipsets and
    architecture Kconfig files.
    
    Because the architecture files were getting loaded ahead of the chipset
    and cpu Kconfigs, the preferred defaults values for things such as
    NUM_IPI_STARTS or RISCV_BOOTBLOCK_CUSTOM could not be set.
    
    Change-Id: Ic327452833f012ec06dabb5b5ef661aba3aff464
    Signed-off-by: Martin Roth <gaumless at gmail.com>
    Reviewed-on: http://review.coreboot.org/10609
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Duncan Laurie <dlaurie at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list