10 May, 2017

1 commit

  • compile out cli_hush.c for spl/dfu and
    use cli_simple_run_command for dfu to
    reduce the spl-dfu memory foot print.

    Adding CONFIG_SPL_DFU_MMC to Kconfig and
    use CONFIG_IS_ENABLED(DFU_MMC).

    Signed-off-by: Ravi Babu

    Ravi Babu
     

27 Sep, 2016

1 commit

  • Introduce a hidden USB_FUNCTION_DFU Kconfig option and select it for
    CMD_DFU (as we must have the DFU command enabled to do anything DFU).
    Make all of the entries in drivers/dfu/Kconfig depend on CMD_DFU and add
    options for all of the back end choices that DFU can make use of.

    Cc: Lukasz Majewski
    Signed-off-by: Tom Rini
    Acked-by: Lukasz Majewski

    Tom Rini
     

06 May, 2016

1 commit


07 Sep, 2015

1 commit


25 Sep, 2014

1 commit