aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/fsp_model_406dx/Kconfig
diff options
context:
space:
mode:
authorDavid Guckian <david.guckian@intel.com>2015-11-14 16:01:33 +0000
committerMartin Roth <martinroth@google.com>2015-11-16 17:41:00 +0100
commitd35c264b71c923387f93886ec9507bd052b8bedf (patch)
tree95346936980c5cd4c2842b7581bb1ea37df26d4a /src/cpu/intel/fsp_model_406dx/Kconfig
parent5f06d53bdb3621ff9e232d4f070f9ff4bbacfa4c (diff)
intel/fsp_model_406dx: Load APs microcode in model_406dx_init
Load microcode to APs when performing model_406dx_init. The updated fsp1_0 driver calls TempRamInit API with a dummy microcode, so FSP will not handle the microcode load. Change-Id: Ib75f860a34c84bf13c0c6c31ebed13e5787f365e Signed-off-by: David Guckian <david.guckian@intel.com> Reviewed-on: http://review.coreboot.org/12436 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/cpu/intel/fsp_model_406dx/Kconfig')
-rw-r--r--src/cpu/intel/fsp_model_406dx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/fsp_model_406dx/Kconfig b/src/cpu/intel/fsp_model_406dx/Kconfig
index 1c37cc3616..30e7e592bc 100644
--- a/src/cpu/intel/fsp_model_406dx/Kconfig
+++ b/src/cpu/intel/fsp_model_406dx/Kconfig
@@ -28,7 +28,7 @@ config CPU_SPECIFIC_OPTIONS
select SMP
select SSE2
select UDELAY_LAPIC
- select SUPPORT_CPU_UCODE_IN_CBFS if HAVE_FSP_BIN
+ select SUPPORT_CPU_UCODE_IN_CBFS
select PARALLEL_CPU_INIT
select TSC_SYNC_MFENCE
select LAPIC_MONOTONIC_TIMER