soc/mediatek/mt8196: Initialize SSPM
[coreboot.git] / src / cpu / intel / fit / Kconfig
blob5ffedeb4313daaaad2f080834204bcbd6a83e214
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config CPU_INTEL_FIRMWARE_INTERFACE_TABLE
4         def_bool n
5         help
6           This option selects building a Firmware Interface Table (FIT).
8 config CPU_INTEL_NUM_FIT_ENTRIES
9         int
10         default 16 if INTEL_TXT || INTEL_CBNT_SUPPORT
11         default 4
12         depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
13         help
14           This option selects the number of empty entries in the FIT table.
16 config HAVE_PBP_BIN
17         bool "Add Intel platform boot policy file"
18         default n
19         depends on SOC_INTEL_COMMON_IBL_BASE
20         help
21           The platform boot policy file. Platform boot policy (type 4) entry
22           in the FIT is required for server executing CBnT and/or PFR without
23           a PCH.
25 config PBP_BIN_PATH
26         string "Path and filename of the platform boot policy file"
27         default "site-local/mainboard/\$(MAINBOARDDIR)/pbp.bin"
28         depends on HAVE_PBP_BIN