[coreboot-gerrit] Patch merged into coreboot/master: dd4715b pnp: Implement common handling for PnP config modes

gerrit at coreboot.org gerrit at coreboot.org
Mon Jun 17 21:39:41 CEST 2013


the following patch was just integrated into master:
commit dd4715b6a5beca80ce9655f8711327a83d05b416
Author: Nico Huber <nico.h at gmx.de>
Date:   Mon Jun 10 22:08:35 2013 +0200

    pnp: Implement common handling for PnP config modes
    
    Many super i/o chips only answer to PnP requests if they are in a
    configuration state (sometimes also called ext func mode). To cope with
    that, the code of many chips implements its own version of our default
    PnP functions like pnp_set_resource(), pnp_enable_resource() etc.
    
    To avoid this code duplication, this patch extends our PnP device
    interface with optional functions to enter and exit configuration mode.
    
    Change-Id: I9b7662a0db70ede93276764fa15020f251eb46bd
    Signed-off-by: Nico Huber <nico.h at gmx.de>
    Reviewed-on: http://review.coreboot.org/3481
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list