zephyr/drivers/mbox
Felipe Neves 9542166589 drivers: mbox: add IVSHMEM based mbox driver
Add initial support of the mailbox driver based
on the inter VM shared memory mechanism similar
as the existing IPM driver.

Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
2024-11-16 15:05:34 -05:00
..
CMakeLists.txt drivers: mbox: add IVSHMEM based mbox driver 2024-11-16 15:05:34 -05:00
Kconfig drivers: mbox: add IVSHMEM based mbox driver 2024-11-16 15:05:34 -05:00
Kconfig.andes drivers: mbox: rework andes mbox plic to leverage intc_plic driver 2024-10-23 16:53:13 +02:00
Kconfig.esp32 drivers: mbox: mbox_esp32: add support for esp32 MBOX driver 2024-08-07 07:17:01 -04:00
Kconfig.ivshmem drivers: mbox: add IVSHMEM based mbox driver 2024-11-16 15:05:34 -05:00
Kconfig.nrf_bellboard drivers: mbox: nrf: Change VEVIFs and BELLBOARD nomenclature 2024-06-15 04:41:47 -04:00
Kconfig.nrf_vevif_event drivers: mbox: add initial driver for nRF VEVIF event 2024-06-15 04:41:47 -04:00
Kconfig.nrf_vevif_task drivers: mbox: nrf: Change VEVIFs and BELLBOARD nomenclature 2024-06-15 04:41:47 -04:00
Kconfig.nrfx
Kconfig.nxp_imx mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
Kconfig.nxp_mailbox
Kconfig.nxp_s32 drivers: select nocache only when supported 2023-09-26 15:09:51 +02:00
Kconfig.stm32_hsem
mbox_andes_plic_sw.c drivers: mbox: rework andes mbox plic to leverage intc_plic driver 2024-10-23 16:53:13 +02:00
mbox_esp32.c
mbox_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
mbox_ivshmem.c drivers: mbox: add IVSHMEM based mbox driver 2024-11-16 15:05:34 -05:00
mbox_nrf_bellboard_rx.c
mbox_nrf_bellboard_tx.c
mbox_nrf_vevif_event_rx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrf_vevif_event_tx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrf_vevif_task_rx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrf_vevif_task_tx.c soc: nordic: Remove the nRF54L15 EngA 2024-10-21 01:46:39 +01:00
mbox_nrfx_ipc.c
mbox_nxp_imx_mu.c
mbox_nxp_mailbox.c
mbox_nxp_s32_mru.c
mbox_stm32_hsem.c