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:
Arthur Heymans
2018-04-10 15:18:38 +02:00
committed by Patrick Georgi
parent c82950bf79
commit 84fdda3812
6 changed files with 2 additions and 45 deletions

View File

@@ -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: */