[coreboot-gerrit] Patch merged into coreboot/master: sconfig: Add a new generic device type

gerrit at coreboot.org gerrit at coreboot.org
Mon May 16 19:50:10 CEST 2016


the following patch was just integrated into master:
commit 4650f5baff017efce3d9873268efddc05bc267c3
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Sat May 7 20:01:34 2016 -0700

    sconfig: Add a new generic device type
    
    Add support for a basic generic device in the devicetree to bind to a
    device that does not have a specific bus, but may need to be described
    in tables for the operating system.  For instance some chips may have
    various GPIO connections that need described but do not fall under any
    other device.
    
    In order to support this export the basic 'scan_static_bus()' that can
    be used in a device_operations->scan_bus() method to scan for the generic
    devices.
    
    It has been possible to get a semi-generic device by using a fake PNP
    device, but that isn't really appropriate for many devices.
    
    Also Re-generate the shipped files for sconfig.  Use flex 2.6.0 to avoid
    everything being rewritten.  Clean up the local paths that leak into the
    generated configs.
    
    Change-Id: If45a5b18825bdb2cf1e4ba4297ee426cbd1678e3
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: https://review.coreboot.org/14789
    Tested-by: build bot (Jenkins)
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-by: Leroy P Leahy <leroy.p.leahy at intel.com>


See https://review.coreboot.org/14789 for details.

-gerrit



More information about the coreboot-gerrit mailing list