24 May, 2019

2 commits

  • 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
    (cherry picked from commit 2a092ea07ec1b0836793fd75cefbacc35b90d2cf)

    Ye Li
     
  • Porting the iMX7D 12x12 LPDDR3 and DDR3 ARM2 board codes from v2017.03.

    Signed-off-by: Ye Li
    (cherry picked from commit 63a40240b42d8835ff0cf6894b979ce82987ff6e)
    (cherry picked from commit 2279720665d74e2e852323d7ee6b0a38d2fd0bfb)

    Ye Li