From d87b0c371eaebafab4fbf925178cb47480d8b0df Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 26 Jan 2022 01:42:18 +0530 Subject: [PATCH] soc/intel/common/cse: Drop CSE library usage in bootblock This patch drops the CSE common code block from getting compiled in bootblock without any SoC code using heci communication so early in the boot flow. BUG=none TEST=Able to build brya, purism/librem_skl without any compilation issue. Signed-off-by: Subrata Banik Change-Id: Ib4d221c6f19b60aeaf64696e64d0c4209dbf14e7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61382 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: EricR Lai Reviewed-by: Angel Pons Reviewed-by: Matt DeVillier --- src/soc/intel/common/block/cse/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/intel/common/block/cse/Makefile.inc b/src/soc/intel/common/block/cse/Makefile.inc index 3f4c4d62ab..0e5dcdabf2 100644 --- a/src/soc/intel/common/block/cse/Makefile.inc +++ b/src/soc/intel/common/block/cse/Makefile.inc @@ -1,4 +1,3 @@ -bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CSE) += cse.c romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CSE) += cse.c ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CSE) += cse.c romstage-$(CONFIG_SOC_INTEL_CSE_LITE_SKU) += cse_lite.c