the following patch was just integrated into master:
commit c56b7fb47a0088292046d5cc2b6f4941273fb675
Author: Kyösti Mälkki <[email protected]>
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 <[email protected]>

Reviewed-By: Patrick Georgi <[email protected]> at Sat Dec 24 12:25:09 
2011, giving +2
See http://review.coreboot.org/472 for details.

-gerrit

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to