coreboot-kgpe-d16/src/cpu/intel/model_f2x
Sven Schnelle 042c1461fb Use broadcast SIPI to startup siblings
The current code for initializing AP cpus has several shortcomings:

- it assumes APIC IDs are sequential
- it uses only the BSP for determining the AP count, which is bad if
  there's more than one physical CPU, and CPUs are of different type

Note that the new code call cpu->ops->init() in parallel, and therefore
some CPU code needs to be changed to address that. One example are old
Intel HT enabled CPUs which can't do microcode update in parallel.

Change-Id: Ic48a1ebab6a7c52aa76765f497268af09fa38c25
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/1139
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-07-02 19:39:08 +02:00
..
Kconfig fix dell s1850, ROMCC didn't seem to like SSE2 memtest here. 2010-03-17 02:09:12 +00:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
microcode-1100-m04f2737.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1101-m02f2738.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1102-m08f2739.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1104-m04f241e.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1105-m08f2420.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1106-m02f241f.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1107-m10f2421.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1336-m02f2610.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1338-m02f292d.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1339-m04f292e.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1340-m08f292f.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1341-m01f2529.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1342-m02f252a.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1343-m04f252b.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode-1346-m10f252c.h update intel microcode files. 2010-10-18 00:21:39 +00:00
microcode_m02f2203.h
model_f2x_init.c Use broadcast SIPI to startup siblings 2012-07-02 19:39:08 +02:00