coreboot-kgpe-d16/src
Stefan Reinauer 399486e8fb 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@google.com>
Reviewed-on: http://review.coreboot.org/1973
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-12-06 23:13:17 +01:00
..
arch Unify assembler function handling 2012-12-06 23:13:17 +01:00
console Conditionally include mc146818rtc in console.c 2012-12-05 05:26:31 +01:00
cpu Unify assembler function handling 2012-12-06 23:13:17 +01:00
device Unify assembler function handling 2012-12-06 23:13:17 +01:00
drivers driver/spi: Add support of MX25L3235D 2012-12-06 06:17:52 +01:00
ec Get rid of drivers class 2012-11-27 22:00:49 +01:00
include Unify assembler function handling 2012-12-06 23:13:17 +01:00
lib Unify assembler function handling 2012-12-06 23:13:17 +01:00
mainboard Drop TINY_BOOTBLOCK 2012-12-01 22:50:43 +01:00
northbridge Rename devices -> device 2012-11-30 23:59:58 +01:00
southbridge Drop TINY_BOOTBLOCK 2012-12-01 22:50:43 +01:00
superio Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
vendorcode Reduce number of per-mainboard changes 2012-11-16 01:11:31 +01:00
Kconfig Drop ARCH_ARM in favor of ARCH_ARMV7 2012-12-06 02:26:42 +01:00