[coreboot-gerrit] Patch merged into coreboot/master: aea318f AMD Kabini: Add "const" modifier to AGESA function parameters

gerrit at coreboot.org gerrit at coreboot.org
Tue Aug 6 07:33:40 CEST 2013


the following patch was just integrated into master:
commit aea318f35d13e1859efa82f664df01c8c13657c1
Author: Bruce Griffith <bruce.griffith at se-eng.com>
Date:   Mon Jul 29 02:34:26 2013 -0600

    AMD Kabini: Add "const" modifier to AGESA function parameters
    
    Add CONST modifiers to read-only pass-by-reference function
    parameters in AGESA.  This allows the use of "const" modifiers
    on the declaration of lookup tables that are pass-by-reference.
    These will be used to identify tables that are copied onto the
    HEAP but don't need to be.
    
    This same change was made for AMD Trinity APUs (Family15tn) [1].
    
    [1] 283ba78 AGESA: Add "const" modifier to function parameters
    
    Change-Id: I2bdd9fc5e027e938de9df0f923b95da934bb48dc
    Signed-off-by: Bruce Griffith <Bruce.Griffith at se-eng.com>
    Reviewed-by: Dave Frodin <dave.frodin at se-eng.com>
    Tested-by: Bruce Griffith <bruce.griffith at se-eng.com>
    Reviewed-on: http://review.coreboot.org/3837
    Tested-by: build bot (Jenkins)
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>


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

-gerrit



More information about the coreboot-gerrit mailing list