coreboot-kgpe-d16/src/include/cpu/x86
Aaron Durbin 3eb8eb7eba rmodules: use rmodtool to create rmodules
Start using the rmodtool for generating rmodules.
rmodule_link() has been changed to create 2 rules:
one for the passed in <name>, the other for creating
<name>.rmod which is an ELF file in the format of
an rmodule.

Since the header is not compiled and linked together
with an rmodule there needs to be a way of marking
which symbol is the entry point. __rmodule_entry is
the symbol used for knowing the entry point. There
was a little churn in SMM modules to ensure an
rmodule entry point symbol takes a single argument.

Change-Id: Ie452ed866f6596bf13f137f5b832faa39f48d26e
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/5379
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
2014-03-20 23:55:55 +01:00
..
bist.h We call this cache as ram everywhere, so let's call it the same in Kconfig 2010-08-30 17:53:13 +00:00
cache.h x86: add common definitions for control registers 2014-01-28 23:12:27 +01:00
cr.h x86: add common definitions for control registers 2014-01-28 23:12:27 +01:00
lapic.h SMP: Add arch-agnostic boot_cpu() 2014-02-11 21:55:30 +01:00
lapic_def.h Unify Local APIC address definitions 2012-03-08 15:39:05 +01:00
mp.h x86: Add SMM helper functions to MP infrastructure 2014-01-30 06:05:38 +01:00
msr.h remove trailing whitespace 2011-11-01 19:07:45 +01:00
mtrr.h Remove CACHE_ROM. 2014-02-25 00:57:35 +01:00
name.h Factor out fill_processor_name() and strcpy() functions. 2010-09-29 09:54:16 +00:00
pae.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
post_code.h Make POST device configurable. 2014-03-16 21:42:49 +01:00
smm.h rmodules: use rmodtool to create rmodules 2014-03-20 23:55:55 +01:00
stack.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
tsc.h x86: include header to define types in use 2014-01-28 05:55:20 +01:00