diff options
author | Franck LENORMAND <franck.lenormand@nxp.com> | 2022-02-07 09:52:11 +0800 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2022-03-12 19:27:15 -0600 |
commit | 11dac1d3fa422abc841dcd4f5222a79398b3cf98 (patch) | |
tree | 72f3ca916a2e4aaa8ffac1f4c487027833737cd1 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 315d2e5624183248514294899a26cb0fb3c20a46 (diff) |
mailbox: imx: add i.MX8 SECO MU support
i.MX8/8X SECO firmware IPC is an implementation of passing messages.
But current imx-mailbox driver only support one word message,
i.MX8/8X linux side firmware has to request four TX, four RX and a
TXDB to support IPC to SECO firmware. This is low efficent and
more interrupts triggered compared with one TX and one RX.
To make SECO MU work,
- parse the size of msg.
- Only enable TR0/RR0 interrupt for transmit/receive message.
- For TX/RX, only support one TX channel and one RX channel
- For RX, support receive msg of any size, limited by hardcoded value
of 30.
Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions