MLK-16371-2 rpmsg: imx: add the rpmsg for imx8qxp
authorRichard Zhu <hongxing.zhu@nxp.com>
Tue, 18 Jul 2017 08:37:38 +0000 (16:37 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:31 +0000 (15:38 -0500)
commit08bc71944483b43db29fbc7e1bc8c76e4bb74dde
tree8093dd5f2b2dda2aafecf2f62e0e2c6feeb7dc1f
parent88fc678c560812ef539465def50cf56224c16398
MLK-16371-2 rpmsg: imx: add the rpmsg for imx8qxp

Add rpmsg support for imx8qxp.
The pingpong demo had been verified on 8qxp platforms.
Use memset_io replace memset, because that
the memory type of rpvq->addr is strong order type.
There would be kernel dump when memset is used
on imx8qxp.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
drivers/rpmsg/imx_rpmsg.c