mb/google/nissa/var/rull: Add 6W and 15W DPTF parameters
[coreboot2.git] / src / drivers / intel / fsp2_0 / Kconfig.debug_blob
blob64e03c9bed90ea91fc43fb59663abfdca915ac79
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if PLATFORM_USES_FSP2_0
5 config DISPLAY_FSP_CALLS_AND_STATUS
6         bool "Display the FSP calls and status"
7         default n
8         help
9           Display the FSP call entry point and parameters prior to calling FSP
10           and display the status upon return from FSP.
12 config DISPLAY_FSP_HEADER
13         bool "Display the FSP header"
14         default n
15         help
16           Display the FSP header information when the FSP file is found.
18 config DISPLAY_HOBS
19         bool "Display the hand-off-blocks"
20         default n
21         help
22           Display the FSP HOBs which are provided for coreboot.
24 config DISPLAY_UPD_DATA
25         bool "Display UPD data"
26         default n
27         help
28           Display the user specified product data prior to memory
29           initialization.
31 config VERIFY_HOBS
32         bool "Verify the FSP hand-off-blocks"
33         default n
34         help
35           Verify that the HOBs required by coreboot are returned by FSP and
36           that the resource HOBs are in the correct order and position.
38 config DISPLAY_FSP_VERSION_INFO
39         bool "Display Firmware Ingredient Version Information"
40         help
41           Select this option to display Firmware version information.
43 config DISPLAY_FSP_VERSION_INFO_2
44         bool
45         default n
46         help
47           Select this option to display Firmware version information
48           using new header 'FirmwareVersionInfo.h'.
50 config ENABLE_FSP_ERROR_INFO
51         bool "Enable FSP Error Information"
52         default n
53         depends on PLATFORM_USES_FSP2_1
54         help
55           Select this option to enable FSP Error information. FSP detects certain errors
56           and notifies coreboot of a fatal error occurring during the execution of the FSP.
57           Although it's defined in FSP v2.1 but has only been verified on Intel Xeon-SP
58           Sapphire Rapids.
60 config HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT
61         bool
62         default n
63         help
64           Select this option if platform provides support for GPIO
65           config snapshot and verify callbacks: `gpio_snapshot()`
66           and `gpio_verify_snapshot()`
68 config CHECK_GPIO_CONFIG_CHANGES
69         bool "Check GPIO config changes across calls to FSP-S"
70         depends on HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT
71         help
72           Select this option to identify if any GPIOs are re-configured
73           by FSP-S differently than the mainboard configuration. This
74           requires platform support to snapshot and verify that config
75           matches snapshot.
77 endif # PLATFORM_USES_FSP2_0