24 May, 2019

3 commits

  • Modify deconfig files to enable fastboot in
    mx6ull_14x14 and mx6ull_9x9 EVK boards

    Signed-off-by: Joakim Zhang
    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 different defconfigs.
    Enable Trustzone.
    Update env to runtime boot OP-TEE.

    Signed-off-by: Peng Fan
    (cherry picked from commit af4e26c34e091994615ec721bc357b45e43c89e9)
    (cherry picked from commit cd8397e9c973ac31766adf9565b2af18db9f9606)
    (cherry picked from commit 79e2e2fbe7ddf376619efb43c4b4e6c4285a6f5c)

    Peng Fan