[coreboot-gerrit] New patch to review for coreboot: cpu/x86: compile earlymtrr.c code for romstage as well

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Tue Mar 15 01:20:22 CET 2016


Andrey Petrov (andrey.petrov at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14094

-gerrit

commit 2cc74b375c8e677861368f1a6cfaccedefc51b2f
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Sun Mar 13 16:01:04 2016 -0700

    cpu/x86: compile earlymtrr.c code for romstage as well
    
    Change-Id: If4f5494a53773454b97b90fb856f7e52cadb3f44
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
---
 src/cpu/x86/mtrr/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/x86/mtrr/Makefile.inc b/src/cpu/x86/mtrr/Makefile.inc
index cecb826..9b7207b 100644
--- a/src/cpu/x86/mtrr/Makefile.inc
+++ b/src/cpu/x86/mtrr/Makefile.inc
@@ -1 +1,2 @@
 ramstage-y += mtrr.c
+romstage-y += earlymtrr.c



More information about the coreboot-gerrit mailing list