11 May, 2020

1 commit


27 Apr, 2020

3 commits

  • Enable CONFIG_CMD_USB_MASS_STORAGE by default to enable UMS flashing.

    Signed-off-by: Clement Faure
    Acked-by: Ye Li
    (cherry picked from commit 52fddd71c5fc2bf10d9e551197f90cf4096fbc71)

    Clement Faure
     
  • i.MX6SLL boards enable fastboot as default.
    Support: mx6sllevk_defconfig
    mx6sllevk_epdc_defconfig
    mx6sllevk_optee_defconfig
    mx6sllevk_plugin_defconfig
    uuu will use fastboot command to write emmc.

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

    Ye Li
     
  • Add different defconfig for optee;
    Enable the TZASC support;
    Add env config for tee support.

    Signed-off-by: Bai Ping
    Reviewed-by: Peng Fan
    (cherry picked from commit 1f86ee60e72bb56af69a4128e8234e08c9bb1f59)
    (cherry picked from commit 819b988f3f1a8a207a380b09b4c71374b4b3ae0b)
    (cherry picked from commit 7d816e96f304a2a899efb675fda153ebe84775d2)
    (cherry picked from commit 53889189eca457cc915d2270c0034f225d9719ed)

    Bai Ping