27 May, 2020

1 commit


06 May, 2020

1 commit


27 Apr, 2020

2 commits

  • Change the buffer to use the real buffer, not vring space.
    Because we are going to let M4 publish the resource table into vring
    space for kernel usage. uboot will overwrite it, so use the real shared
    buffer space 0x90400000

    Script:
    sed -i "s/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000/" configs/*

    Signed-off-by: Peng Fan
    Reviewed-by: Ye Li
    (cherry picked from commit a996d907282746a4feca5a5c03f7e5326d9c1bda)

    Peng Fan
     
  • iMX8DX MEK board has similar design with 8QXP MEK. The major changes are
    1. DDR changed to 16bits 1GB DDR part
    2. USB3.0 is removed and only support OTG on typec port. (No SW change needed)

    This patch adds new defconfigs and DTS file for this new board.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit 8185fa9fa8e48d64d4abf8066bf080f02343d484)

    Ye Li