[coreboot] Patch merged into coreboot/master: c324794 libpayload: Make the symbols in memory.c weak so they can be overridden.

gerrit at coreboot.org gerrit at coreboot.org
Wed Nov 7 18:30:57 CET 2012


the following patch was just integrated into master:
commit c324794cb09d0c6495992c9f6cece6e4c67f8c9f
Author: Gabe Black <gabeblack at google.com>
Date:   Thu Sep 27 17:39:41 2012 -0700

    libpayload: Make the symbols in memory.c weak so they can be overridden.
    
    The implementations for various stdlib functions in libc/memory.c are very
    generic and should work under just about any circumstances. They are
    unfortunately also very slow. This change makes them weak symbols so that
    faster versions can be defined on a per architecture basis which will
    automatically take the place of the slow versions.
    
    Change-Id: Ia1ac90d9dcd45962b2a15f61ecc74b0a4676048d
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: http://review.coreboot.org/1725
    Reviewed-by: Patrick Georgi <patrick at georgi-clan.de>
    Tested-by: build bot (Jenkins)

Reviewed-By: Patrick Georgi <patrick at georgi-clan.de> at Wed Nov  7 08:32:00 2012, giving +2
Build-Tested: build bot (Jenkins) at Wed Nov  7 14:28:44 2012, giving +1
See http://review.coreboot.org/1725 for details.

-gerrit




More information about the coreboot mailing list