diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-05-29 21:54:26 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-06-07 21:03:55 +0000 |
commit | 3ab6157edec3a97945cae93320da809c243843b0 (patch) | |
tree | ab6ab2008854c4024883f935b16581e1f9007392 /src/cpu/intel/model_f3x/Makefile.inc | |
parent | 34806cce60002a4f06b8724d79d2558385988e98 (diff) |
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>
Diffstat (limited to 'src/cpu/intel/model_f3x/Makefile.inc')
-rw-r--r-- | src/cpu/intel/model_f3x/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/intel/model_f3x/Makefile.inc b/src/cpu/intel/model_f3x/Makefile.inc index 1f2b564dac..c855996cf1 100644 --- a/src/cpu/intel/model_f3x/Makefile.inc +++ b/src/cpu/intel/model_f3x/Makefile.inc @@ -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-*) |