commit | e9e9e3fd4cb0c8255c04ef093a520fa5984923d2 | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Thu Jan 03 10:20:47 2019 +0800 |
committer | Anson Huang <Anson.Huang@nxp.com> | Fri Jan 04 09:52:12 2019 +0800 |
tree | 25a205d92746d3c276d16723b59db0321349ba4f | |
parent | 32ac09cc89001683a6e6f67d684eb65c301dedfe [diff] |
Support for NXP's i.MX8 SoCs misc IPC NXP's i.MX8 SoCs have system controller (M4 core) which takes control of misc functions like temperature alarm, dma etc., other Cortex-A clusters can send out command via MU (Message Unit) to system controller for misc operation etc.. This patch adds misc IPC(inter-processor communication) support. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>