coreboot/src/cpu/intel/haswell
Patrick Rudolph 6e079dc120 cpu/intel/common: Move intel_ht_sibling() to common folder
Make intel_ht_sibling() available on all platforms.

Will be used in MP init to only write "Core" MSRs from one thread
on HyperThreading enabled platforms, to prevent race conditions and
resulting #GP if MSRs are written twice or are already locked.

Change-Id: I5d000b34ba4c6536dc866fbaf106b78e905e3e35
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35619
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2019-10-01 15:10:16 +00:00
..
acpi.c AUTHORS: Move src/cpu/intel copyrights into AUTHORS file 2019-09-10 12:51:10 +00:00
bootblock.c cpu/intel/microcode: Make microcode lib available in bootblock 2019-09-15 20:45:21 +00:00
chip.h AUTHORS: Move src/cpu/intel copyrights into AUTHORS file 2019-09-10 12:51:10 +00:00
finalize.c AUTHORS: Move src/cpu/intel copyrights into AUTHORS file 2019-09-10 12:51:10 +00:00
haswell.h intel/haswell: Remove some __PRE_RAM__ use 2019-09-13 19:28:36 +00:00
haswell_init.c AUTHORS: Move src/cpu/intel copyrights into AUTHORS file 2019-09-10 12:51:10 +00:00
Kconfig cpu/intel: Use CPU_INTEL_COMMON_TIMEBASE 2019-09-24 22:56:16 +00:00
Makefile.inc cpu/intel/common: Move intel_ht_sibling() to common folder 2019-10-01 15:10:16 +00:00
romstage.c AUTHORS: Move src/cpu/intel copyrights into AUTHORS file 2019-09-10 12:51:10 +00:00
smmrelocate.c AUTHORS: Move src/cpu/intel copyrights into AUTHORS file 2019-09-10 12:51:10 +00:00