zephyr/drivers/ipm
Anas Nashif 423264b96b intel_adsp: make shim header soc specific
using once single header to support multiple socs and product
generations is error prone and not easily maintained.

Over time we have been adding conditional code in headers and extending
structs  to support new HW features which becomes a problem.

Goal is to keep platform headers in sync with hardware specification and
allow of introduction of new platforms and hardware features by just
introducing a new SoC with its own set of headers.

This is now just a copy of existing cavs-shim.h with slight changes,
goal is to clean this up long term and sync with hardware datasheets and
align on naming as well.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-07-21 17:55:41 -04:00
..
CMakeLists.txt drivers/ipm: Add ipm_cavs_host: host/DSP communication on adsp_intel 2022-03-01 09:59:15 -05:00
ipm_cavs_host.c intel_adsp: make shim header soc specific 2022-07-21 17:55:41 -04:00
ipm_cavs_idc.c drivers: ipm/spi/intc: remove Intel S1000 support 2022-06-13 16:19:51 -04:00
ipm_cavs_idc.h drivers: ipm/spi/intc: remove Intel S1000 support 2022-06-13 16:19:51 -04:00
ipm_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_imx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_mcux.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_mhu.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_mhu.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_nrfx_ipc.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_nrfx_ipc.h drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
ipm_stm32_hsem.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ipm_stm32_ipcc.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig drivers/ipm: Add ipm_cavs_host: host/DSP communication on adsp_intel 2022-03-01 09:59:15 -05:00
Kconfig.nrfx drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
Kconfig.nrfx_ipc_channel kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00