MLK-11286-3 rpmsg: imx: enable rpmsg tests on imx
authorRichard Zhu <Richard.Zhu@freescale.com>
Mon, 27 Jul 2015 05:59:55 +0000 (13:59 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:46:54 +0000 (14:46 -0500)
commitbf5a7b263d6330f46f2b5796be3d24967c26611f
tree0e201bcee8f7a87fce651d092354c61f0803d066
parentaed0a54eb6827576ca0dd2440f75e1b34c304b5b
MLK-11286-3 rpmsg: imx: enable rpmsg tests on imx

enable the rpmsg pingpong and tty string echo tests
on imx amp socs
- pingpong test howto
insmod imx_rpmsg_pingpong.ko

- tty string echo test howto
  - step 1, load the imx_rpmsg_tty.ko
  insmod imx_rpmsg_tty.ko
  - step 2, lanunch the mxc_mcc_tty_test.out in backend
  ./mxc_mcc_tty_test.out /dev/ttyRPMSG 115200 R 512 512 &
  - step 3, issue the echo command
  echo <string> > /dev/ttyRPMSG

Signed-off-by: Richard Zhu <Richard.Zhu@freescale.com>
drivers/rpmsg/Kconfig
drivers/rpmsg/Makefile
drivers/rpmsg/imx_rpmsg_pingpong.c [new file with mode: 0644]
drivers/rpmsg/imx_rpmsg_tty.c [new file with mode: 0644]