11 May, 2020

1 commit


27 Apr, 2020

5 commits

  • The latest mx7ulp evk board is renamed to EVKB board and has dedicated
    DTB files. Modify the kernel DTB names in u-boot to use the new DTB.

    Signed-off-by: Ye Li
    Acked-by: Peng Fan
    (cherry picked from commit 297a924ddaf456a5a175d9056c0bc45116cc49ce)

    Ye Li
     
  • iMX7ULP EVK boards enable fastboot as default to support uuu.

    Signed-off-by: Shenwei Wang
    Acked-by : Frank Li

    (cherry picked from commit 035506e86e4f054ec6e75a52e5d7fdbb0f18f8cd)
    Signed-off-by: Ye Li
    (cherry picked from commit 610f6b43c47ac963744442ec9801abf3ec0af784)

    Shenwei Wang
     
  • Specify the default dtb file for kernel boot per i.MX7ULP
    board config.

    Signed-off-by: Shenwei Wang
    Reviewed-by: Frank Li
    Reviewed-by: Ye Li
    (cherry picked from commit 3fba1c1a76cadfe0177e61a85eac3da10ee086e0)
    (cherry picked from commit 013eb1fdfdb33df19a0917fd554160a84ec45dd1)
    (cherry picked from commit 6052c4d6059f7f545f2f6d73bf77dd4fc5687130)

    Shenwei Wang
     
  • Since the u-boot size increases after using OF_CONTROL to including DTB,
    we have to adjust ENV_OFFSET to 896K for SD/eMMC/FLASH.

    Signed-off-by: Ye Li
    (cherry picked from commit 9d2df7407c58cd8b29fcbf57144e8ad9d8795207)
    (cherry picked from commit b2c8c63fe7eff0cd5aea875ddc94a2f70d42d6cd)

    Ye Li
     
  • Add back the defconfig to boot M4 in single mode, because some customers
    are using the defconfig during development.

    Signed-off-by: Ye Li
    Acked-by: Peng Fan
    (cherry picked from commit ad2298d04fe2443e2b60114001523555d0cd5a50)
    (cherry picked from commit 26697788474a1a38d84679a9a6b86a6b455cbd0b)
    (cherry picked from commit 2d9ef1d76fa148cd6b0c40b33550e923e7ea8b2d)

    Ye Li