diff options
Diffstat (limited to 'src/soc/intel/denverton_ns/Kconfig')
-rw-r--r-- | src/soc/intel/denverton_ns/Kconfig | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/src/soc/intel/denverton_ns/Kconfig b/src/soc/intel/denverton_ns/Kconfig index f6bafae861..ee8e9eb2b2 100644 --- a/src/soc/intel/denverton_ns/Kconfig +++ b/src/soc/intel/denverton_ns/Kconfig @@ -41,31 +41,12 @@ config CPU_SPECIFIC_OPTIONS select CPU_INTEL_COMMON select CPU_INTEL_FIRMWARE_INTERFACE_TABLE select SUPPORT_CPU_UCODE_IN_CBFS + select FSP_T_XIP if FSP_CAR + select FSP_M_XIP config MMCONF_BASE_ADDRESS default 0xe0000000 -config FSP_T_ADDR - hex "Intel FSP-T (temp RAM init) binary location" - depends on ADD_FSP_BINARIES && FSP_CAR - default 0xfff30000 - help - The memory location of the Intel FSP-T binary for this platform. - -config FSP_M_ADDR - hex "Intel FSP-M (memory init) binary location" - depends on ADD_FSP_BINARIES - default 0xfff32000 - help - The memory location of the Intel FSP-M binary for this platform. - -config FSP_S_ADDR - hex "Intel FSP-S (silicon init) binary location" - depends on ADD_FSP_BINARIES - default 0xfffc3000 - help - The memory location of the Intel FSP-S binary for this platform. - config FSP_HEADER_PATH default "3rdparty/fsp/DenvertonNSFspBinPkg/Include/" |