coreboot-kgpe-d16/src/arch/x86/lib
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
..
c_start.S build system: Eliminate special case for c_start 2012-11-27 22:01:02 +01:00
cbfs_and_run.c Unify assembler function handling 2012-12-06 23:13:17 +01:00
cpu.c Pass the CPU index as a parameter to startup. 2012-11-13 16:07:45 +01:00
ebda.c Don't re-init EBDA in S3 resume path. 2012-03-30 17:52:11 +02:00
exception.c coreboot: Dump memory around problem area when encountering exception 2012-08-15 16:08:15 +02:00
id.inc Add coreboot version to id area 2012-01-18 11:22:06 +01:00
id.lds Don't use 64-bit constant 0x100000000 in linker scripts 2012-06-21 08:05:31 +02:00
ioapic.c Fix reading of number of interrupts for IO-APICs 2012-10-29 09:36:33 +01:00
Makefile.inc PCI Type2 config must die 2012-07-05 23:01:42 +02:00
memcpy.c x86 memcpy: Copy 4 bytes at once 2012-11-08 19:40:26 +01:00
memset.c Add native memset() function on x86 2012-03-30 00:57:24 +02:00
pci_ops_conf1.c Clean up #ifs 2012-05-08 00:34:34 +02:00
pci_ops_mmconf.c mmio pci config: Remove register constraints 2012-11-12 18:38:36 +01:00
romcc_console.c CBMEM CONSOLE: Add code using the new console driver. 2012-03-29 20:14:52 +02:00
romstage_console.c Provide MRC with a console printing callback function 2012-11-14 05:19:21 +01:00
stages.c After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00
walkcbfs.S add some comments to walkcbfs.S 2011-04-14 20:33:53 +00:00