From c0650894f8ca50a7609971418e8eaa4c674f36a9 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 1 Mar 2013 17:10:28 -0600 Subject: rmodule: add vboot rmodule type For completeness add a vboot rmodule type since vboot will be built as an rmodule. Change-Id: I4b9b1e6f6077f811cafbb81effd4d082c91d4300 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/2853 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/include/rmodule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/rmodule.h b/src/include/rmodule.h index 631c63d219..35a82c159d 100644 --- a/src/include/rmodule.h +++ b/src/include/rmodule.h @@ -29,6 +29,7 @@ enum { RMODULE_TYPE_SMM, RMODULE_TYPE_SIPI_VECTOR, RMODULE_TYPE_STAGE, + RMODULE_TYPE_VBOOT, }; struct rmodule; -- cgit v1.2.3