[coreboot-gerrit] Patch merged into coreboot/master: 283ba78 AGESA: Add "const" modifier to function parameters

gerrit at coreboot.org gerrit at coreboot.org
Thu Jun 6 20:59:44 CEST 2013


the following patch was just integrated into master:
commit 283ba7841581c5ffe64d1f0985cfa94be661b927
Author: Bruce Griffith <Bruce.Griffith at se-eng.com>
Date:   Tue Jun 4 14:16:24 2013 -0600

    AGESA: Add "const" modifier to 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.
    
    Change-Id: Ie1187a427804fddf47b935a110ad23931a3447a9
    Signed-off-by: Bruce Griffith <Bruce.Griffith at se-eng.com>
    Reviewed-on: http://review.coreboot.org/3393
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list