[coreboot-gerrit] New patch to review for coreboot: lib: Build rmodule.c for romstage

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Mon Jul 25 21:39:09 CEST 2016


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15840

-gerrit

commit a313e6457b1c3f70cd702e2ee90c560a671fc354
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Thu Jul 21 14:14:02 2016 -0700

    lib: Build rmodule.c for romstage
    
    Add rmodule.c to romstage for use by Quark and FSP 2.0.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I60d25737e3f7b5260cf6ad12313556cac3e5f7aa
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/lib/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index 24116e9..fabc124 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -81,6 +81,7 @@ romstage-$(CONFIG_PRIMITIVE_MEMTEST) += primitive_memtest.c
 ramstage-$(CONFIG_PRIMITIVE_MEMTEST) += primitive_memtest.c
 romstage-$(CONFIG_CACHE_AS_RAM) += ramtest.c
 romstage-$(CONFIG_GENERIC_GPIO_LIB) += gpio.c
+romstage-y += rmodule.c
 romstage-y += romstage_stack.c
 ramstage-y += romstage_stack.c
 romstage-y += stack.c



More information about the coreboot-gerrit mailing list