From 9678722060e5884498003f830e054283194799ee Mon Sep 17 00:00:00 2001 From: Kangheui Won Date: Tue, 28 Jun 2022 15:52:43 +1000 Subject: soc/intel/alderlake: Add BUILDING_WITH_DEBUG_FSP Intel FSP has "debug" build which is not public, used for debugging by approved developers. Add a Kconfig to indicate that coreboot is building with debug version of FSP so we can adjust few things (i.e. flash layout) in the case. Signed-off-by: Kangheui Won Change-Id: Ibc561498d7edcb9d7ec155f090822f1eb25d10cd Reviewed-on: https://review.coreboot.org/c/coreboot/+/65466 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Reka Norman --- src/soc/intel/alderlake/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/soc/intel/alderlake/Kconfig') diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index d14b9a9c48..f6ef7a7e04 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -433,4 +433,10 @@ config SI_DESC_REGION_SZ help Size of Descriptor Region in the FMAP +config BUILDING_WITH_DEBUG_FSP + bool "Debug FSP is used for the build" + default n + help + Set this option if debug build of FSP is used. + endif -- cgit v1.2.3