From ebeaad9298f5b8df022ac77089a5c15dac6e069a Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sun, 31 May 2020 10:13:04 +0530 Subject: soc/intel/common/{pch,sata}: Remove SATA common code driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Right now all FSP2.0 based IA platform doesn't need this driver anymore hence removing to avoid debug and maintenance effort. TEST=Verified booting from SATA on SPT/CNP/ICP/TGP PCH platforms. Change-Id: Ied3832b26ba1fdd4c30fafe8149689a01d302c3e Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/41674 Reviewed-by: Angel Pons Reviewed-by: Michael Niewöhner Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/sata/Makefile.inc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/soc/intel/common/block/sata/Makefile.inc (limited to 'src/soc/intel/common/block/sata/Makefile.inc') diff --git a/src/soc/intel/common/block/sata/Makefile.inc b/src/soc/intel/common/block/sata/Makefile.inc deleted file mode 100644 index 623d1511e1..0000000000 --- a/src/soc/intel/common/block/sata/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SATA) += sata.c -- cgit v1.2.3