diff options
author | Aaron Durbin <adurbin@chromium.org> | 2014-03-28 22:01:05 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2014-05-05 23:38:22 +0200 |
commit | 014baea1ceda67aa5df8bb4fbf20782893915f81 (patch) | |
tree | 56cbe52e2822c96fdf945164655de4f20bef939d /src/cpu/intel/haswell/Kconfig | |
parent | 60ec2ff2f005cc3d361225ad24327dff14c7abf2 (diff) | |
download | coreboot-014baea1ceda67aa5df8bb4fbf20782893915f81.tar.xz |
haswell: move to mp_init library
The mp_init library was based off of haswell code, but baytrail
was the first chipset to take advantage of it. Move haswell over
to using it so that the code duplication can be removed.
Change-Id: Id6e9464df028aa6ec138051f925817c85b4c13e5
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/5413
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/cpu/intel/haswell/Kconfig')
-rw-r--r-- | src/cpu/intel/haswell/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig index 97309ae622..7949e23090 100644 --- a/src/cpu/intel/haswell/Kconfig +++ b/src/cpu/intel/haswell/Kconfig @@ -20,6 +20,7 @@ config CPU_SPECIFIC_OPTIONS #select AP_IN_SIPI_WAIT select TSC_SYNC_MFENCE select CPU_INTEL_FIRMWARE_INTERFACE_TABLE + select PARALLEL_MP config BOOTBLOCK_CPU_INIT string |