24 May, 2019

3 commits

  • Add fastboot to iMX6ULZ EVK defconfig files to support UUU

    Signed-off-by: Han Xu
    Signed-off-by: Ye Li

    Ye Li
     
  • Since the mx6ulz don't have FEC, it needs to use USB2NET dongle
    to connect network. We decouple the CONFIG_FEC_MXC with CONFIG_CMD_NET.
    For 6ull, all defconfigs need to enable the CONFIG_FEC_MXC explicitly.

    Another change is adding ${usb_net_cmd} environment for usb start command
    in netboot scripts on 6ulz.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit 9018cc2ba39d079625c6856347c787bb8642c270)
    (cherry picked from commit 70c014c5b78504e0a1eb8d74687e4ed08cba3d7a)

    Ye Li
     
  • Add i.MX6ULZ support. the i.MX6ULZ is SW compatible
    with i.MX6ULL. so most code of i.MX6ULL can be reused
    by i.MX6ULZ.

    Signed-off-by: Bai Ping
    (cherry picked from commit 99a6bc0ccc69e1517316056e23772d7743f3ae1e)
    (cherry picked from commit 7b58ff50dddec98ba6f5acae208eaf9cd99f7a6c)

    Bai Ping