16 Jun, 2020

2 commits


06 May, 2020

4 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
     
  • If inline ECC is enabled on imx8mp, then the ECC region should be
    reserved. Since the limit of the ddr address map when use inline ecc
    and 6G memory, ECC region have to be divided into three parts. So these
    three parts ECC region should be set as reserved-memory with no-map.

    Signed-off-by: Sherry Sun
    (cherry picked from commit 0ea77fc9364e46e897cfa554d93895595aaf2a20)

    Sherry Sun
     
  • Change the SPL to non-DM and enable USB/tcpc, TMU, flexspi, FEC
    and eQOS.

    Signed-off-by: Ye Li

    Ye Li
     
  • Print out atf commit in U-Boot.

    Signed-off-by: Peng Fan
    (cherry picked from commit df89948806c38e38119767a67ef0e18f24ac886b)
    (cherry picked from commit 3a17aa1659fbfe675b74ada60a481d93bb557cdc)
    (cherry picked from commit 60780b360889a4366159d342dd7e197faf0d1ca2)

    Peng Fan
     

23 Jan, 2020

1 commit


08 Jan, 2020

1 commit

  • Add basic i.MX8MP EVK board support

    U-Boot SPL 2020.01-rc4-00388-gb1bf40c0ae-dirty (Dec 30 2019 - 17:55:33 +0800)
    power_pca9450b_init
    DDRINFO: start DRAM init
    DDRINFO:ddrphy calibration done
    DDRINFO: ddrmix config done
    Normal Boot
    Failed to find clock node. Check device tree
    WDT: Not found!
    Trying to boot from BOOTROM
    image offset 0x8000, pagesize 0x200, ivt offset 0x0

    U-Boot 2020.01-rc4-00388-gb1bf40c0ae-dirty (Dec 30 2019 - 17:55:33 +0800)

    CPU: Freescale i.MX8MP rev1.0 at 1000 MHz
    Reset cause: POR
    Model: NXP i.MX8MPlus EVK board
    DRAM: 6 GiB
    MMC: FSL_SDHC: 1, FSL_SDHC: 2
    Loading Environment from MMC... OK
    In: serial
    Out: serial
    Err: serial
    Net: No ethernet found.
    Hit any key to stop autoboot: 0
    u-boot=> mmc list
    FSL_SDHC: 1 (SD)
    FSL_SDHC: 2

    Signed-off-by: Peng Fan

    Peng Fan