[coreboot-gerrit] Patch set updated for coreboot: cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Thu Feb 11 02:58:27 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/13302

-gerrit

commit 2532ef41514b990571a1bacb1b15ca8c3b4bee86
Author: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
Date:   Wed Oct 7 11:06:14 2015 -0700

    cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well
    
    This is needed in a follow-on patch to enable udelay() handling on
    apollolake, which is a dependency for the console code.
    
    Change-Id: I7da6a060a91b83f3b32c5c5d269c102ce7ae3b8a
    Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
---
 src/cpu/x86/tsc/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/x86/tsc/Makefile.inc b/src/cpu/x86/tsc/Makefile.inc
index bbebda9..7e2eab2 100644
--- a/src/cpu/x86/tsc/Makefile.inc
+++ b/src/cpu/x86/tsc/Makefile.inc
@@ -1,3 +1,4 @@
+bootblock-$(CONFIG_UDELAY_TSC) += delay_tsc.c
 ramstage-$(CONFIG_UDELAY_TSC) += delay_tsc.c
 romstage-$(CONFIG_TSC_CONSTANT_RATE) += delay_tsc.c
 verstage-$(CONFIG_TSC_CONSTANT_RATE) += delay_tsc.c



More information about the coreboot-gerrit mailing list