[coreboot] Patch merged into coreboot/master: c56b7fb Sconfig: parse Kconfig options from devicetree.cb

gerrit at coreboot.org gerrit at coreboot.org
Sat Dec 24 12:25:23 CET 2011


the following patch was just integrated into master:
commit c56b7fb47a0088292046d5cc2b6f4941273fb675
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Mon Dec 5 20:33:55 2011 +0200

    Sconfig: parse Kconfig options from devicetree.cb
    
    Mainboard and chip Kconfig files have several build options that
    are redundant with information in devicetree.cb. This patch enables
    sconfig to auto-generate equivalent configuration.
    
      sconfig -s
    
    Generates mainboard's static.c file, as before.
    
      sconfig -b
    
    This operation creates mainboard's bootblock init code. By default,
    for every chip listed in mainboard/devicetree.cb, if there is a
    chip/bootblock.c file, the init function is called.
    A mainboard/bootblock.c file can be added to override default
    behaviour.
    
      sconfig -k
    
    This operation generates select -options for component paths.
    
    Change-Id: I808d44af552dbc5e0565d6a0f4f72c7be9f5740e
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>

Reviewed-By: Patrick Georgi <patrick at georgi-clan.de> at Sat Dec 24 12:25:09 2011, giving +2
See http://review.coreboot.org/472 for details.

-gerrit




More information about the coreboot mailing list