From 04a72c4019475062da8449e58e21a0bcec4a6831 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Wed, 1 Mar 2017 15:51:57 -0800 Subject: soc/intel/common/block: Add HECI driver Add common driver that can send/receive HECI messages. This driver is inspired by Linux kernel mei driver and somewhat based on Skylake's. Currently it has been only tested on Apollolake. BUG=b:35586975 BRANCH=reef TEST=tested on Apollolake to send single messages and receive both fragmented and non-fragmented versions. Change-Id: Ie3772700270f4f333292b80d59f79555851780f7 Signed-off-by: Andrey Petrov Reviewed-on: https://review.coreboot.org/18547 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/cse/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/soc/intel/common/block/cse/Makefile.inc (limited to 'src/soc/intel/common/block/cse/Makefile.inc') diff --git a/src/soc/intel/common/block/cse/Makefile.inc b/src/soc/intel/common/block/cse/Makefile.inc new file mode 100644 index 0000000000..fe7b13c7bb --- /dev/null +++ b/src/soc/intel/common/block/cse/Makefile.inc @@ -0,0 +1,2 @@ +romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CSE) += cse.c +ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CSE) += cse.c -- cgit v1.2.3