1 if PLATFORM_USES_FSP2_0
3 config DISPLAY_FSP_CALLS_AND_STATUS
4 bool "Display the FSP calls and status"
7 Display the FSP call entry point and parameters prior to calling FSP
8 and display the status upon return from FSP.
10 config DISPLAY_FSP_HEADER
11 bool "Display the FSP header"
14 Display the FSP header information when the FSP file is found.
17 bool "Display the hand-off-blocks"
20 Display the FSP HOBs which are provided for coreboot.
22 config DISPLAY_UPD_DATA
23 bool "Display UPD data"
26 Display the user specified product data prior to memory
30 bool "Verify the FSP hand-off-blocks"
33 Verify that the HOBs required by coreboot are returned by FSP and
34 that the resource HOBs are in the correct order and position.
36 config DISPLAY_FSP_VERSION_INFO
37 bool "Display Firmware Ingredient Version Information"
39 Select this option to display Firmware version information.
41 config DISPLAY_FSP_VERSION_INFO_2
45 Select this option to display Firmware version information
46 using new header 'FirmwareVersionInfo.h'.
48 config ENABLE_FSP_ERROR_INFO
49 bool "Enable FSP Error Information"
51 depends on PLATFORM_USES_FSP2_1
53 Select this option to enable FSP Error information. FSP detects certain errors
54 and notifies coreboot of a fatal error occurring during the execution of the FSP.
55 Although it's defined in FSP v2.1 but has only been verified on Intel Xeon-SP
58 config HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT
62 Select this option if platform provides support for GPIO
63 config snapshot and verify callbacks: `gpio_snapshot()`
64 and `gpio_verify_snapshot()`
66 config CHECK_GPIO_CONFIG_CHANGES
67 bool "Check GPIO config changes across calls to FSP-S"
68 depends on HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT
70 Select this option to identify if any GPIOs are re-configured
71 by FSP-S differently than the mainboard configuration. This
72 requires platform support to snapshot and verify that config
75 endif # PLATFORM_USES_FSP2_0