From 73b67dcee8428b1ad824bedd79a52ba9dc6e9aae Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 23 Jan 2018 16:31:03 +0530 Subject: drivers/intel/fsp2_0: Add support to display FSP version info Hob This patch locates FSP FVI hob in order to extract all firmware ingredient version information. So far this feature is only supported for CannonLake SoC onwards. Change-Id: Ib749e49a9f263d85947b60d4c445faf8c37f5931 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/23386 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/drivers/intel/fsp2_0/include/fsp/soc_binding.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/drivers/intel/fsp2_0/include/fsp/soc_binding.h') diff --git a/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h b/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h index 5c8b441f1b..94abe78dd1 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h +++ b/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h @@ -26,6 +26,9 @@ #include #include #include +#if IS_ENABLED(CONFIG_DISPLAY_FSP_VERSION_INFO) +#include +#endif #pragma pack(pop) -- cgit v1.2.3