summaryrefslogtreecommitdiffstats
path: root/src/include/rmodule.h
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2013-01-12 00:41:44 -0600
committerRonald G. Minnich <rminnich@gmail.com>2013-03-18 20:46:40 +0100
commit9be4c470bc4b9303b7b449249e1e78aeacf2773f (patch)
tree9ea126e770240fff8024c2dda466bde1b50927e2 /src/include/rmodule.h
parent7542fc7dd267da8502f23ce89644dba8e9e703c5 (diff)
downloadcoreboot-9be4c470bc4b9303b7b449249e1e78aeacf2773f.tar.gz
coreboot-9be4c470bc4b9303b7b449249e1e78aeacf2773f.tar.bz2
coreboot-9be4c470bc4b9303b7b449249e1e78aeacf2773f.zip
rmodule: add rmodules class and new type
Add an rmodules class so that there are default rules for compiling files that will be linked by the rmodule linker. Also, add a new type for SIPI vectors. Change-Id: Ided9e15577b34aff34dc23e5e16791c607caf399 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/2751 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/include/rmodule.h')
-rw-r--r--src/include/rmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index c81ec17896f2..30eee0ea05f4 100644
--- a/src/include/rmodule.h
+++ b/src/include/rmodule.h
@@ -26,6 +26,7 @@
enum {
RMODULE_TYPE_SMM,
+ RMODULE_TYPE_SIPI_VECTOR,
};
struct rmodule;