24 May, 2019

1 commit

  • Porting the FSL android fastboot features from imx u-boot v2018.03 to
    support all SoCs: imx6/imx7/imx7ulp/imx8/imx8m.

    The UUU commands like UCmd and ACmd are also added. Users need set
    CONFIG_FASTBOOT_UUU_SUPPORT=y to enable the feature.

    Signed-off-by: Frank Li
    Signed-off-by: Ye Li
    (cherry picked from commit 65120b06a7f750b9b1a6e0db3d2082cc7088d5a8)

    Ye Li
     

20 Aug, 2017

1 commit

  • The function blk_dread will return -ENOSYS on failure or on success the
    number of blocks read, which must be the number asked to read (otherwise
    it failed somewhere). Correct this check.

    Reported-by: Coverity (CID: 166335)
    Cc: Philipp Tomsich
    Cc: Simon Glass
    Cc: Bin Meng
    Signed-off-by: Tom Rini

    Tom Rini
     

12 Aug, 2017

1 commit


15 Mar, 2016

4 commits


25 Jan, 2016

1 commit

  • Now that they are in their own directory, we can remove this prefix.
    This makes it easier to find a file since the prefix does not get in the
    way.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Acked-by: Stefan Roese
    Acked-by: Przemyslaw Marczak

    Simon Glass