Support for NXP's i.MX8 SoCs timer IPC
NXP's i.MX8 SoCs have system controller (M4 core) which takes
control of timer management, including watchdog, srtc and system
counter etc., other clusters like Cortex-A35 can send out command
via MU (Message Unit) to system controller for timer operation.

This patch adds timer IPC(inter-processor communication) support.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
1 parent cd1f39b commit 1552df5d25944b2bddf42e96acbadca18b3c7c95
@Anson Huang Anson Huang authored on 14 Jan 2019
Showing 5 changed files
View
plat/imx/common/include/sci/sci.h
View
plat/imx/common/include/sci/svc/timer/sci_timer_api.h 0 → 100644
View
plat/imx/common/sci/sci_api.mk
View
plat/imx/common/sci/svc/timer/sci_timer_rpc.h 0 → 100644
View
plat/imx/common/sci/svc/timer/timer_rpc_clnt.c 0 → 100644