cpu/intel/hyperthreading: Build only for selected models

Implements intel_sibling_init() that is mostly superseded.

Change-Id: I4956493d8c0c6b922343e060d2d2bd0ec20f5bb6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55201
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki 2021-05-29 21:54:26 +03:00
parent 34806cce60
commit 3ab6157ede
9 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,5 @@
subdirs-y += ../common
subdirs-y += ../hyperthreading
ramstage-y += model_f2x_init.c

View File

@ -1,5 +1,8 @@
ramstage-y += model_f3x_init.c
subdirs-y += ../hyperthreading
subdirs-y += ../smm/gen1
ramstage-$(CONFIG_PARALLEL_MP) += ../model_1067x/mp_init.c
cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/0f-03-*)

View File

@ -4,7 +4,6 @@ subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
bootblock-y += ../car/p4-netburst/cache_as_ram.S

View File

@ -4,7 +4,6 @@ subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
bootblock-y += ../car/core2/cache_as_ram.S

View File

@ -4,7 +4,6 @@ subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
bootblock-y += ../car/bootblock.c

View File

@ -9,7 +9,6 @@ subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
bootblock-y += ../car/p4-netburst/cache_as_ram.S

View File

@ -5,7 +5,6 @@ subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
bootblock-y += ../car/core2/cache_as_ram.S

View File

@ -4,7 +4,6 @@ subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
bootblock-y += ../car/p4-netburst/cache_as_ram.S
bootblock-y += ../car/bootblock.c

View File

@ -5,7 +5,6 @@ subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
bootblock-y += ../car/core2/cache_as_ram.S