summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/Kconfig.debug_blob
diff options
context:
space:
mode:
authorRay Han Lim, Ng <ray.han.lim.ng@intel.com>2022-01-21 14:33:11 +0800
committerLean Sheng Tan <sheng.tan@9elements.com>2023-03-22 12:05:03 +0000
commit65b7219bd3383d7b92afa1f081d46531077e1c14 (patch)
tree7b3f6e0e07e76e99393cf1f81539a2725d6a6c71 /src/drivers/intel/fsp2_0/Kconfig.debug_blob
parent3b3012fa7d269e82323e98076352f4113be5ed7d (diff)
drivers/intel/fsp2_0: Add support for FSP_ERROR_INFO_HOB
Add a new Kconfig CONFIG_ENABLE_FSP_ERROR_INFO option to enable retrieval of FSP_ERROR_INFO_HOB from HobList created by FSP. Such a HOB could be generated by Intel SPR-SP FSP. This HOB data is defined in Intel®Firmware Support Package External Architecture Specification v2.1 Doc#611786-2.1. Change-Id: I812d1c22c1bbe5146630948ca6ca12c46ffd5504 Signed-off-by: Ray Han Lim, Ng <ray.han.lim.ng@intel.com> Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71949 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/drivers/intel/fsp2_0/Kconfig.debug_blob')
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig.debug_blob10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig.debug_blob b/src/drivers/intel/fsp2_0/Kconfig.debug_blob
index e9e6053c64..3436c06e56 100644
--- a/src/drivers/intel/fsp2_0/Kconfig.debug_blob
+++ b/src/drivers/intel/fsp2_0/Kconfig.debug_blob
@@ -45,6 +45,16 @@ config DISPLAY_FSP_VERSION_INFO_2
Select this option to display Firmware version information
using new header 'FirmwareVersionInfo.h'.
+config ENABLE_FSP_ERROR_INFO
+ bool "Enable FSP Error Information"
+ default n
+ depends on PLATFORM_USES_FSP2_1
+ help
+ Select this option to enable FSP Error information. FSP detects certain errors
+ and notifies coreboot of a fatal error occurring during the execution of the FSP.
+ Although it's defined in FSP v2.1 but has only been verified on Intel Xeon-SP
+ Sapphire Rapids.
+
config HAVE_GPIO_SNAPSHOT_VERIFY_SUPPORT
bool
default n