22 Jan, 2019

1 commit

  • On most of mx6 and mx7 platforms, we set the initrd address to 0x3800000
    offset from DRAM base. However, the optee address is 0x4000000 offset from
    DRAM base. So it will cause memory overlap when using initramfs and optee at
    same time, for example using uuu to boot into kernel.

    To fix the conflict, we set initrd address to 0x6680000 offset from DRAM base,
    because OPTEE needs reserve 32MB memory from 0x4000000 offset to 0x6000000 offset.

    Signed-off-by: Ye Li

    Ye Li
     

06 Aug, 2018

1 commit

  • Since the epdc_flash.bin size has increased over 2MB, the orignal buffer size
    can't fit it and will cause overwrite to other useful data in heap. Thus,
    increase the EPDC waveform buffer size to 4MB to align imx7d and imx6ul
    platforms.

    Signed-off-by: Ye Li
    (cherry picked from commit 6aaca204c1ccdb967065ebb03cf39ecd8f4d6766)

    Ye Li
     

31 May, 2018

1 commit