[coreboot-gerrit] Patch set updated for coreboot: cpu/intel: Compile FIT table for romstage as well

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Mon Feb 29 21:49:25 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/13803

-gerrit

commit d5b59db011c85197c95bac11c4520c5255ed5507
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Thu Feb 25 17:14:29 2016 -0800

    cpu/intel: Compile FIT table for romstage as well
    
    On Apollolake FIT needs to be accessed during romstage, so the
    fit_pointer symbol can be used as well.
    
    Change-Id: Id910ec8e2729ccd2f1e5caa0a847c8790638175a
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
---
 src/cpu/intel/fit/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/intel/fit/Makefile.inc b/src/cpu/intel/fit/Makefile.inc
index 4b540ba..7f92806 100644
--- a/src/cpu/intel/fit/Makefile.inc
+++ b/src/cpu/intel/fit/Makefile.inc
@@ -1 +1,2 @@
 bootblock-y += fit.S
+romstage-y += fit.S



More information about the coreboot-gerrit mailing list