27 Apr, 2020

3 commits

  • set the i.MX6DL 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 912384
    Device nor0 not found!
    current device is invalid, skip it and check the next one
    device 0 offset 0x0, size 0x912384
    Erasing at 0x3f00000 -- 100% complete.
    NAND fw write: 0x200000 offset, 0x916000 bytes written: OK

    Signed-off-by: Han Xu

    Han Xu
     
  • Enable fastboot configurations in mx6solo sabresd and sabreauto
    defconfigs to support UUU. Since the DDR size on mx6solo sabre
    boards is smaller, also change the fastboot buffer to 256MB.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit 8435fc2e868e7cdd82a36081a97ab73a894b4531)

    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