Arthur Heymans (arthur@aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17153
-gerrit
commit bab03b1c4066201d8cce700a1f11c1288e68ba13 Author: Arthur Heymans arthur@aheymans.xyz Date: Thu Oct 27 00:30:07 2016 +0200
cpu/intel/model_1067x: Select LAPIC_UDELAY
Change-Id: I51cf4f35bf2ea95c8c19ab885e6308535314b0af Signed-off-by: Arthur Heymans arthur@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