[coreboot-gerrit] Patch set updated for coreboot: cpu/intel/model_1067x: Select LAPIC_UDELAY

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Thu Oct 27 00:54:56 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17153

-gerrit

commit 24cdc99eac6efdfcab67e6d7e89b56ae19130529
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Thu Oct 27 00:30:07 2016 +0200

    cpu/intel/model_1067x: Select LAPIC_UDELAY
    
    The purpose of this change is to allow the gm45 northbridge
    to use the LAPIC udelay function.
    
    Change-Id: I51cf4f35bf2ea95c8c19ab885e6308535314b0af
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/cpu/intel/model_1067x/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/intel/model_1067x/Kconfig b/src/cpu/intel/model_1067x/Kconfig
index da8ddc5..12f04cc 100644
--- a/src/cpu/intel/model_1067x/Kconfig
+++ b/src/cpu/intel/model_1067x/Kconfig
@@ -6,5 +6,6 @@ config CPU_INTEL_MODEL_1067X
 	select ARCH_RAMSTAGE_X86_32
 	select SMP
 	select SSE2
+#	select UDELAY_LAPIC
 	select TSC_SYNC_MFENCE
 	select SUPPORT_CPU_UCODE_IN_CBFS



More information about the coreboot-gerrit mailing list