Attention is currently required from: Felix Singer, Michael Niewöhner. Hello build bot (Jenkins), Nico Huber, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60543
to look at the new patch set (#4).
Change subject: soc/intel/skylake: Move FSP_HYPERTHREADING to common Intel Kconfig ......................................................................
soc/intel/skylake: Move FSP_HYPERTHREADING to common Intel Kconfig
Move the Kconfig option `FSP_HYPERTHREADING` to common Intel Kconfig so that it can be reused by other SoCs. Also, since not all SoCs support hyperthreading, make it conditional on `HAVE_HYPERTHREADING`. SoCs supporting hyperthreading need to select it so that `FSP_HYPERTHREADING` is available.
Change-Id: I892d48b488cbf828057f0e9be9edc4352c58bbe7 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/soc/intel/common/block/cpu/Kconfig M src/soc/intel/skylake/Kconfig 2 files changed, 13 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/60543/4