042c1461fb
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile.inc | ||
microcode-1100-m04f2737.h | ||
microcode-1101-m02f2738.h | ||
microcode-1102-m08f2739.h | ||
microcode-1104-m04f241e.h | ||
microcode-1105-m08f2420.h | ||
microcode-1106-m02f241f.h | ||
microcode-1107-m10f2421.h | ||
microcode-1336-m02f2610.h | ||
microcode-1338-m02f292d.h | ||
microcode-1339-m04f292e.h | ||
microcode-1340-m08f292f.h | ||
microcode-1341-m01f2529.h | ||
microcode-1342-m02f252a.h | ||
microcode-1343-m04f252b.h | ||
microcode-1346-m10f252c.h | ||
microcode_m02f2203.h | ||
model_f2x_init.c |