[coreboot] Patch merged into coreboot/master: 399486e Unify assembler function handling

gerrit at coreboot.org gerrit at coreboot.org
Thu Dec 6 23:13:18 CET 2012


the following patch was just integrated into master:
commit 399486e8fb8f5b402f1833e496dbed11aa0ac669
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Dec 6 13:54:29 2012 -0800

    Unify assembler function handling
    
    Instead of adding regparm(0) to each assembler function called
    by coreboot, add an asmlinkage macro (like the Linux kernel does)
    that can be different per architecture (and that is  empty on ARM
    right now)
    
    Change-Id: I7ad10c463f6c552f1201f77ae24ed354ac48e2d9
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: http://review.coreboot.org/1973
    Reviewed-by: David Hendricks <dhendrix at chromium.org>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

Build-Tested: build bot (Jenkins) at Thu Dec  6 23:05:20 2012, giving +1
Reviewed-By: David Hendricks <dhendrix at chromium.org> at Thu Dec  6 23:01:11 2012, giving +1
Reviewed-By: Ronald G. Minnich <rminnich at gmail.com> at Thu Dec  6 23:13:11 2012, giving +2
See http://review.coreboot.org/1973 for details.

-gerrit




More information about the coreboot mailing list