06 Jun, 2019

1 commit

  • The i2c gpio mux is not enabled, this causes i2c3 not work and all
    io expander devices on i2c3 not work. So we will meet such as
    "usb start" fail due to the VBUS is not power up.

    The patch add the i2c mux and i2c gpio mux configs. And remove codes of
    controlling i2c steering from board, since i2c gpio mux does same thing.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan

    Ye Li
     

24 May, 2019

2 commits

  • Enable fastboot configurations in mx6solo sabresd and sabreauto
    defconfigs to support UUU. Since the DDR size on mx6solo sabre
    boards is smaller, also change the fastboot buffer to 256MB.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan

    Ye Li
     
  • Add defconfigs.
    Enable Trustzone.
    Update env to runtime boot OP-TEE.
    To 6QP AUTO, TZASC not enabled now.

    Signed-off-by: Peng Fan
    (cherry picked from commit 62277d7e521894b079911fd8e8b26507ff03c018)
    (cherry picked from commit b7be942860a15feb0bd660b1922d4ed9306f1184)
    (cherry picked from commit 56d2100c6b3c483d063ce70ad7ce9d6da378ada6)

    Peng Fan