coreboot-kgpe-d16/src
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
..
arch rmodules: use rmodtool to create rmodules 2014-03-20 23:55:55 +01:00
console Make POST device configurable. 2014-03-16 21:42:49 +01:00
cpu rmodules: use rmodtool to create rmodules 2014-03-20 23:55:55 +01:00
device devices: Allow to configure textmode in native gfx init. 2014-03-03 23:13:17 +01:00
drivers drivers/spi: Add support for adesto SPI flash parts 2014-03-12 01:03:31 +01:00
ec lenovo/x60: Unify volume button handling with common code. 2014-03-01 21:59:15 +01:00
include rmodules: use rmodtool to create rmodules 2014-03-20 23:55:55 +01:00
lib rmodules: use rmodtool to create rmodules 2014-03-20 23:55:55 +01:00
mainboard mainboard/lenovo/x230 Fix usage of GNU field designator extension 2014-03-17 19:14:30 +01:00
northbridge console: Fix includes 2014-03-04 15:26:08 +01:00
soc rmodules: use rmodtool to create rmodules 2014-03-20 23:55:55 +01:00
southbridge bd82x6x, ibexpeak, lynxpoint: Unify SPI. 2014-03-04 00:00:57 +01:00
superio superio/fintek: Document Fintek F71869AD code. 2014-02-13 17:14:20 +01:00
vendorcode rmodules: use rmodtool to create rmodules 2014-03-20 23:55:55 +01:00
Kconfig Add a generic register script handler 2014-03-04 16:31:14 +01:00