28 May, 2020

1 commit

  • When primary image boot is failed, ROM will select secondary image to
    boot if SIT (secondary image table) exists. However, SPL does not know
    the secondary boot, still loads the FIT from the position of primary image.

    Introduce a config to add secondary image sector offset to FIT sector
    offset. This config is default set to 0. Secondary image should configure
    it to the same value of firstSectorNumber field in SIT.

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

    Ye Li
     

15 May, 2020

1 commit


01 May, 2020

1 commit

  • Porting board codes, configurations, DTS and DDR initialization codes
    for the DDR3L and DDR4 validation boards from imx_v2019.04

    Ready functions:
    - DDR3L board: SD, UART, I2C, USB host and NAND
    FPGA on the board controls WDOG_B and ENET PHY reset, so reset
    and ethernet can't work

    - DDR4 board: SD/eMMC, I2C, ENET, Flexspi, UART and USB

    Signed-off-by: Ye Li

    Ye Li