summaryrefslogtreecommitdiffstats
path: root/common/bbu.c
Commit message (Expand)AuthorAgeFilesLines
* bbu: Emit a message about what happens also when -y is givenUwe Kleine-König2024-02-231-6/+12
* bbu: create a standard bbu handler for eMMC bootSascha Hauer2024-02-131-5/+33
* bbu: make it possible to check multiple of-compatiblesMarco Felsch2023-04-041-13/+28
* bbu: fix exporting i.MX NAND bbu handler over fastbootAhmad Fatoum2022-09-301-19/+18
* bbu: export bbu_std_file_handler for use in custom handlersAhmad Fatoum2022-06-031-13/+20
* bbu: add flag for enabling eMMC boot ackAhmad Fatoum2022-06-031-1/+16
* bbu: use free(NULL) to simplify function cleanupAhmad Fatoum2022-06-031-8/+5
* bbu: move barebox_update eMMC boot handling into common codeAhmad Fatoum2022-06-031-0/+55
* common: bbu: add pr_fmtRouven Czerwinski2021-06-211-0/+3
* common: bbu: only add available handlersRouven Czerwinski2021-06-211-2/+22
* bbu: add function to directly add handlers into file_listAhmad Fatoum2021-05-121-9/+15
* extend the test in bbu_std_file_handler() to also check for -ENOTSUP.jameszxj2021-02-241-1/+1
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-9/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* common: fix typos found with codespellYegor Yefremov2020-03-231-1/+1
* commands: bbu: add support for imd checksumSteffen Trumtrar2020-02-101-0/+4
* bbu: In bbu_register_std_file_update detect device before accessing itSascha Hauer2019-05-101-0/+2
* bbu: bbu_register_std_file_update should take const char*Sascha Hauer2019-05-101-1/+1
* 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