06 May, 2020

3 commits

  • 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
    (cherry picked from commit 39183dc231e12c3072ffd9a37ac6a6616178e263)

    Ye Li
     
  • i.MX6DL boards enable fastboot as default, support both sabresd and
    sabreauto.
    uuu will use fastboot command to write emmc.

    Signed-off-by: Xiaoning Wang
    Signed-off-by: Ye Li
    (cherry picked from commit 248dfa629aaef0ed72b8d3a86f4df2fed737eeb9)

    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)
    (cherry picked from commit 44242fe2c59c99936552cefd42b576feb51a25d7)

    Peng Fan