Stefan Reinauer ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/2853

-gerrit

commit 89c477780a65f41b3186487265680863fb21ac47
Author: Aaron Durbin <[email protected]>
Date:   Fri Mar 1 17:10:28 2013 -0600

    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 <[email protected]>
---
 src/include/rmodule.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index f46a59d..62c0bf3 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;

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to