nb/intel/pineview: Use parallel MP init
Remove guards around CPU code on which all platforms use parallel MP init code. This removes the option to disable HT siblings. Tested on Foxconn D41S. Change-Id: I89f7d514d75fe933c3a8858da37004419189674b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/25602 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
c82950bf79
commit
84fdda3812
@@ -350,11 +350,6 @@ static void i82801gx_lock_smm(struct device *dev)
|
||||
printk(BIOS_DEBUG, "S3 wakeup, enabling ACPI via APMC\n");
|
||||
outb(APM_CNT_ACPI_ENABLE, APM_CNT);
|
||||
}
|
||||
/* Don't allow evil boot loaders, kernels, or
|
||||
* userspace applications to deceive us:
|
||||
*/
|
||||
if (!IS_ENABLED(CONFIG_PARALLEL_MP))
|
||||
smm_lock();
|
||||
|
||||
#if TEST_SMM_FLASH_LOCKDOWN
|
||||
/* Now try this: */
|
||||
|
Reference in New Issue
Block a user