summaryrefslogtreecommitdiff
path: root/include/dfu.h
AgeCommit message (Expand)Author
2021-03-30usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...Aswath Govindraju
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro
2020-10-30dfu: export dfu_listAKASHI Takahiro
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt
2020-05-25doc: dfu: describe more DFU functionHeinrich Schuchardt
2020-05-25doc: dfu: add DFU to HTML documentationHeinrich Schuchardt
2020-05-14dfu: add prototype for dfu_transaction_initiate/cleanupPatrick Delaunay
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2020-01-07dfu: Drop unused prototype of dfu_trigger_reset()Andy Shevchenko
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay
2019-10-31dfu: add DFU virtual backendPatrick Delaunay
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay
2019-10-31dfu: add backend for MTD devicePatrick Delaunay
2019-10-31dfu: prepare the support of multiple interfacePatrick Delaunay
2019-10-31dfu: sf: add partition support for nor backendPatrick Delaunay
2019-01-30dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt
2019-01-26dfu: Make DFU support more SPL friendlyAndrew F. Davis
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay
2016-02-24dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski
2015-09-07dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski
2015-09-07dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski
2015-02-25dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski
2014-08-09dfu: add SF backendStephen Warren
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren
2014-05-15dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega
2014-05-05dfu: mmc: raw data write fixMateusz Zalega
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher
2013-12-18usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout valueLukasz Majewski
2013-12-18dfu: Export allocated dfu buffer sizeLukasz Majewski
2013-10-20dfu:core: Export dfu_{get|free}_buf functionsLukasz Majewski
2013-10-20dfu:core: Find DFU alt setting number by passing its nameLukasz Majewski
2013-09-24usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski
2013-09-24dfu: ram supportAfzal Mohammed
2013-09-24dfu: unify mmc/nand read/write ops enumAfzal Mohammed
2013-09-24dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski
2013-09-24dfu: Make maximum DFU file size equal to default DFU data bufferLukasz Majewski
2013-08-26dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski