summaryrefslogtreecommitdiffstats
path: root/common/bbu.c
Commit message (Expand)AuthorAgeFilesLines
* bbu: Simplify bbu_find_handler_by_device()Andrey Smirnov2018-10-081-9/+5
* bbu: Add "handler" parameter to barebox_update()Andrey Smirnov2018-10-081-10/+1
* bbu: Expose bbu_find_handler_by_*() functionsAndrey Smirnov2018-10-081-19/+5
* bbu: Report update failures explicitlyAndrey Smirnov2018-08-311-6/+6
* bbu: Remove logical negation in barebox_update_handler_exists()Andrey Smirnov2018-08-311-1/+1
* imd: Make all pointers into image constSascha Hauer2018-01-301-2/+2
* bbu: Add function to iterate over registered handlersSascha Hauer2017-09-271-0/+15
* bbu: Search for cdev names aswellSascha Hauer2017-03-101-0/+9
* bbu: parameters are inverted in error messageRenaud Barbier2016-08-181-2/+2
* Merge branch 'for-next/imx-bbu-nand-fcb'Sascha Hauer2016-04-081-1/+11
|\
| * bbu: Allow to refresh/repair imagesSascha Hauer2016-04-081-1/+11
* | bbu: print and evaluate image MetadataSascha Hauer2016-04-061-0/+78
|/
* Merge branch 'for-next/bbu'Sascha Hauer2016-03-111-1/+33
|\
| * bbu: Add function to check if an update handler existsMarkus Pargmann2016-02-181-0/+14
| * bbu: Add barebox_update search by deviceMarkus Pargmann2016-02-181-1/+19
* | bbu: use correct printf format specifier for size_tLucas Stach2016-03-041-1/+1
|/
* bbu: Add a standard file-to-device-copy handlerSascha Hauer2015-07-011-0/+113
* bbu: make bbu confirm a bit more verboseLucas Stach2015-03-041-1/+3
* barebox update: fix finding default handlerSascha Hauer2012-12-031-5/+8
* Add in-system barebox update infrastructureSascha Hauer2012-10-171-0/+150