[coreboot-gerrit] Change in coreboot[master]: cpu/intel/model_1067x: Select UDELAY_LAPIC

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed Oct 25 09:59:41 CEST 2017


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/22172


Change subject: cpu/intel/model_1067x: Select UDELAY_LAPIC
......................................................................

cpu/intel/model_1067x: Select UDELAY_LAPIC

This was moved out of northbridge/gm45 but was accidentally? commented
out in c5d972d073c "Move select UDELAY_LAPIC from nb/gm45/Kconfig to
cpu/model_1067x/Kconfig"

Change-Id: I70e51fa50935baf187cef60f2e636251b40d6475
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/cpu/intel/model_1067x/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/22172/1

diff --git a/src/cpu/intel/model_1067x/Kconfig b/src/cpu/intel/model_1067x/Kconfig
index 2e154a3..3ea8125 100644
--- a/src/cpu/intel/model_1067x/Kconfig
+++ b/src/cpu/intel/model_1067x/Kconfig
@@ -6,7 +6,7 @@
 	select ARCH_RAMSTAGE_X86_32
 	select SMP
 	select SSE2
-#	select UDELAY_LAPIC
+	select UDELAY_LAPIC
 	select TSC_SYNC_MFENCE
 	select SUPPORT_CPU_UCODE_IN_CBFS
 	select CPU_INTEL_COMMON

-- 
To view, visit https://review.coreboot.org/22172
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I70e51fa50935baf187cef60f2e636251b40d6475
Gerrit-Change-Number: 22172
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171025/92b8ece4/attachment.html>


More information about the coreboot-gerrit mailing list