11 May, 2020

1 commit


06 May, 2020

1 commit


27 Apr, 2020

3 commits

  • Current codes assume the OPTEE address is at the end of first DRAM bank.
    Adjust the process to allow OPTEE in the middle of first bank.

    When OPTEE memory is removed from first bank, it may split the first bank
    to two banks, so increase the CONFIG_NR_DRAM_BANKS and adjust the MMU
    table for the split case.

    Signed-off-by: Ye Li
    Signed-off-by: Silvano di Ninno
    Tested-by: Silvano di Ninno
    (cherry picked from commit e2a3b770ef847354ebe85c363608f27381d48adc)

    Ye Li
     
  • Both imx8mn/imx8mm EVK boards have eMMC 5.1 chip and support SD3.0
    So we enable the HS400ES and UHS configs to enhance eMMC/SD access

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

    Ye Li
     
  • Add support for iMX8MN LPDDR4 EVK board which uses 2GB LPDDR4 and
    PCA9450B PMIC.

    Signed-off-by: Ye Li
    (cherry picked from commit c62f119c6ccde6faefb42314047dc67bb130febd)
    (cherry picked from commit d73d363ba70ddf3a411dc57c95d7d2e3d2beb245)

    Ye Li