From a6427161c20bfb8319208dbbd08697a530a3839e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 25 Apr 2014 14:12:13 -0600 Subject: Intel FSP: add a shared set of functions for the FSP - Move the non chipset-specific fsp pieces out of the chipset into a shared area. This is used by northbridge / southbrige / SOC code. It pulls in pieces from Kconfig, Makefile and FSP specific code. - Enabled in the CPU code with a Kconfig "select PLATFORM_USES_FSP" Change-Id: I7ffa934c1df09b71d48a876a56e3b888685870b8 Signed-off-by: Martin Roth Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/5635 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/cpu/x86/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/cpu') diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index b5bb7e62c2..5c37861214 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -109,6 +109,13 @@ config X86_AMD_FIXED_MTRRS This option informs the MTRR code to use the RdMem and WrMem fields in the fixed MTRR MSRs. +config PLATFORM_USES_FSP + bool + default n + help + Selected for Intel processors/platform combinations that use the + Intel Firmware Support Package (FSP) for initialization. + config PARALLEL_MP def_bool n help -- cgit v1.2.3