[coreboot-gerrit] Change in coreboot[master]: cpu/intel/haswell: Don't select PARALLEL_CPU_INIT

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed Jan 24 16:34:45 CET 2018


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


Change subject: cpu/intel/haswell: Don't select PARALLEL_CPU_INIT
......................................................................

cpu/intel/haswell: Don't select PARALLEL_CPU_INIT

PARALLEL_CPU_INIT pertains to initialize_cpus() in
src/cpu/x86/lapic/lapic_cpu_init.c
which haswell does not use as it uses PARALLEL_MP init.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/23409/1

diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig
index d6df9c0..9076b88 100644
--- a/src/cpu/intel/haswell/Kconfig
+++ b/src/cpu/intel/haswell/Kconfig
@@ -24,7 +24,6 @@
 	#select AP_IN_SIPI_WAIT
 	select TSC_SYNC_MFENCE
 	select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
-	select PARALLEL_CPU_INIT
 	select PARALLEL_MP
 	select CPU_INTEL_COMMON
 

-- 
To view, visit https://review.coreboot.org/23409
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I46b6f72e8e372b8c8564243ece7aed3a9371c621
Gerrit-Change-Number: 23409
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/20180124/293f08f9/attachment.html>


More information about the coreboot-gerrit mailing list