06 May, 2020

3 commits

  • configs

    set the i.MX6q default mtdids value as
    "nor0=8000000.nor,nand0=gpmi-nand", nandbcb can directly write to the
    nandboot partition after u-boot brings up.

    => nandbcb update $loadaddr nandboot 924672
    Device nor0 not found!
    current device is invalid, skip it and check the next one
    device 0 offset 0x0, size 0x924672
    Erasing at 0x3f00000 -- 100% complete.
    NAND fw write: 0x200000 offset, 0x928000 bytes written: OK

    Signed-off-by: Yang-yang Guo
    (cherry picked from commit 22c74fdc455d35346756c9fb82292db57db2c96f)

    Yang-yang Guo
     
  • Modify defconfig files to enable fastboot in mx6qpsabre SDB/ARD boards

    Signed-off-by: Joakim Zhang
    Signed-off-by: Ye Li
    (cherry picked from commit 2de4c0110145b07009bb19ca5dfd809bb554369b)

    Ye Li
     
  • Add defconfigs to support various boot devices and platforms
    for MX6DQ/DQP/DL/S sabreauto and sabresd boards.

    Signed-off-by: Ye Li
    (cherry picked from commit d88863b467d2aebc802d634dcc96060f5af45414)
    (cherry picked from commit 1a3fe19c2cf1b2147813c14b177f3d99d39f4b70)

    Ye Li