17 Aug, 2017

1 commit

  • This patch allows to show the EXT_CSD[179] partition_config
    register info, just by specifying the dev param:

    U-Boot> mmc partconf 0
    EXT_CSD[179], PARTITION_CONFIG:
    BOOT_ACK: 0x0
    BOOT_PARTITION_ENABLE: 0x0
    PARTITION_ACCESS: 0x0

    Signed-off-by: Angelo Dureghello
    Signed-off-by: Anatolij Gustschin

    Angelo Dureghello
     

24 Sep, 2016

1 commit

  • These functions can be much simpler by squashing lines for immediate
    return.

    For *_bind() callbacks, they will be a simple wrapper function of an
    upper-level bind API.

    For mmc_set_{boot_bus_width,part_conf}, they will be a wrapper of
    mmc_switch().

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Jaehoon Chung

    Masahiro Yamada
     

12 Jul, 2016

1 commit