aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/cse/Makefile.inc
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@intel.com>2017-03-01 15:51:57 -0800
committerMartin Roth <martinroth@google.com>2017-03-09 04:40:12 +0100
commit04a72c4019475062da8449e58e21a0bcec4a6831 (patch)
treeb9c6e12279cab47839a9aaae60e802abe12d8867 /src/soc/intel/common/block/cse/Makefile.inc
parentfba74895745d9fe498bc15023192a8876576c356 (diff)
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 <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/18547 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/intel/common/block/cse/Makefile.inc')
-rw-r--r--src/soc/intel/common/block/cse/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
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