11 May, 2020

1 commit


06 May, 2020

1 commit


27 Apr, 2020

2 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
     
  • Since inline ECC feature is disabled in default imx8mp_evk_defconfig, in
    order to test the new feature, add a new config file based on
    imx8mp_evk_defconfig with inline ECC enabled.

    Signed-off-by: Sherry Sun
    Reviewed-by: Ye Li
    (cherry picked from commit 8dff0e01bd5411caa757fe4c296fccbb7e1bdd2b)

    Sherry Sun