Evgeny Zinoviev has uploaded a new patch set (#5) to the change originally created by Nico Huber. ( https://review.coreboot.org/c/coreboot/+/29669 )
Change subject: cpu/intel/sandybridge: Add `hyper_threading` option ......................................................................
cpu/intel/sandybridge: Add `hyper_threading` option
More and more people request an option to disable HT. To implement that we have to toggle a bit in a `soft reset` register in the PCH that can override certain default settings of the CPU when it comes out of reset.
The `soft reset` register is already used for other settings. So we have to take care that all settings are gathered before we issue the reset.
Note, the current code using `soft reset` for flex ratio selection seems incomplete.
Change-Id: I2b73e32ff5af8ea64a47e8aa706e27648aaf0993 Signed-off-by: Nico Huber nico.h@gmx.de Signed-off-by: Evgeny Zinoviev me@ch1p.io --- M src/cpu/intel/model_206ax/acpi.c M src/cpu/intel/model_206ax/bootblock.c M src/mainboard/hp/2570p/cmos.layout M src/mainboard/hp/2760p/cmos.layout M src/mainboard/hp/8460p/cmos.layout M src/mainboard/hp/8470p/cmos.layout M src/mainboard/hp/8770w/cmos.layout M src/mainboard/hp/compaq_8200_elite_sff/cmos.layout M src/mainboard/hp/folio_9470m/cmos.layout M src/mainboard/hp/revolve_810_g1/cmos.layout M src/mainboard/lenovo/l520/cmos.layout M src/mainboard/lenovo/t420/cmos.layout M src/mainboard/lenovo/t420s/cmos.layout M src/mainboard/lenovo/t430/cmos.layout M src/mainboard/lenovo/t430s/cmos.layout M src/mainboard/lenovo/t520/cmos.layout M src/mainboard/lenovo/t530/cmos.layout M src/mainboard/lenovo/x131e/cmos.layout M src/mainboard/lenovo/x1_carbon_gen1/cmos.layout M src/mainboard/lenovo/x220/cmos.layout M src/mainboard/lenovo/x230/cmos.layout M src/southbridge/intel/bd82x6x/pch.h 22 files changed, 90 insertions(+), 47 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/29669/5