[coreboot-gerrit] Patch merged into coreboot/master: 133096b coreboot classes: Add dynamic classes to coreboot

gerrit at coreboot.org gerrit at coreboot.org
Mon Aug 11 15:42:21 CEST 2014


the following patch was just integrated into master:
commit 133096b6dc31163f59f658e15f2eb342a0de2ac6
Author: Furquan Shaikh <furquan at google.com>
Date:   Thu Jul 31 09:28:55 2014 -0700

    coreboot classes: Add dynamic classes to coreboot
    
    Provide functionality to create dynamic classes based on program name and
    architecture for which the program needs to be compiled/linked. define_class
    takes program_name and arch as its arguments and adds the program_name to
    classes-y to create dynamic class. Also, compiler toolset is created for the
    specified arch. All the files for this program can then be added to
    program_name-y += .. Ensure that define_class is called before any files are
    added to the class. Check subdirs-y for order of directory inclusion.
    
    One such example of dynamic class is rmodules. Multiple rmodules can be used
    which need to be compiled for different architectures. With dynamic classes,
    this is possible.
    
    Change-Id: Ie143ed6f79ced5f58c200394cff89b006bc9b342
    Signed-off-by: Furquan Shaikh <furquan at google.com>
    Reviewed-on: http://review.coreboot.org/6426
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <patrick at georgi-clan.de>


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

-gerrit



More information about the coreboot-gerrit mailing list