[coreboot-gerrit] Patch set updated for coreboot: Move select UDELAY_LAPIC from nb/gm45/Kconfig to cpu/model_1067x/Kconfig

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Nov 9 00:26:52 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17153

-gerrit

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

    Move select UDELAY_LAPIC from nb/gm45/Kconfig to cpu/model_1067x/Kconfig
    
    Change-Id: I51cf4f35bf2ea95c8c19ab885e6308535314b0af
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/cpu/intel/model_1067x/Kconfig  | 1 +
 src/northbridge/intel/gm45/Kconfig | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

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
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index d4f4390..6ee6558 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -26,7 +26,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
 	select VGA
 	select INTEL_EDID
 	select INTEL_GMA_ACPI
-	select UDELAY_LAPIC
 
 config CBFS_SIZE
 	hex



More information about the coreboot-gerrit mailing list