I have a problem with RPMSG on iMX8MM M4 side
My board is equipped with 4GB DDR
On A53 side, while kernel boot, the function vring_map_one_sg(vq, sg, DMA_FROM_DEVICE), called from
virtqueue_add(...), return the buffer data address that M4 use to write messagges.
With 2GB (OK)
vring_map_one_sg() return first address at 0xa8040000.
With 4GB (KO)
vring_map_one_sg() return first address at 0xe8040000.
When M4 gets the address 0xe8040000 to use as data buffer, it crashes